Jito Labs · Capability

Jitosol Staking

Jitosol Staking is a Naftiko capability published by Jito Labs, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

jitosol-staking.yaml Raw ↑
name: jitosol-staking
description: >-
  Stake SOL into the Jito Stake Pool to mint JitoSOL, an MEV-aware liquid
  staking token whose value accrues from staking rewards plus the validator
  set's share of MEV captured by the Block Engine. Includes on-chain stake /
  unstake operations and exchange rate queries.
provider: jito
api: jitosol-stake-pool
program: SPL Stake Pool
operations:
  - id: deposit-sol
    description: Deposit SOL into the Jito Stake Pool in exchange for JitoSOL.
  - id: withdraw-sol
    description: Withdraw SOL from the Jito Stake Pool by burning JitoSOL.
  - id: deposit-stake
    description: Convert an existing SOL stake account into JitoSOL.
  - id: get-exchange-rate
    description: Read the current JitoSOL → SOL exchange rate from the stake pool account.