Jito Labs
Jito Labs is the Solana MEV infrastructure company behind Jito-Solana, the MEV-enabled validator client that runs on the majority of Solana mainnet stake, and the Jito Block Engine, an off-chain auction service that accepts bundles and transactions from searchers and forwards them to the next leader. Together with the Jito Foundation it stewards JitoSOL — Solana's largest MEV-aware liquid staking token — the StakeNet validator scoring system, the Jito Restaking and Vault programs that power Node Consensus Networks, the merkle-based token distributor used for airdrops, and the JTO governance token. Developer surfaces include a JSON-RPC API for bundle and transaction submission, a public REST tip floor and WebSocket tip stream for pricing, the ShredStream gRPC service for sub-slot Solana shreds, and the open mev-protos repository that defines the canonical Auth, Block Engine, Bundle, Packet, Relayer, Searcher, Shared, and ShredStream gRPC interfaces — with official SDKs in TypeScript, Python, Rust, and Go.
APIs
Jito Block Engine JSON-RPC API
JSON-RPC API for submitting atomic bundles of up to five Solana transactions to the Jito Block Engine via sendBundle, plus getBundleStatuses, getInflightBundleStatuses, getTipAc...
Jito Bundles Tip Floor API
Public REST endpoint exposing the recent tip floor — landed-tips percentiles (25th/50th/75th/95th/99th plus EMA50) — used by searchers to size the SOL tip on sendBundle. Pairs w...
Jito Streaming Surfaces
Real-time streaming surfaces from Jito infrastructure — the wss tip_stream for continuous bundle-tip percentile updates, the ShredstreamProxy SubscribeEntries gRPC method for su...
Jito Searcher gRPC Service
gRPC SearcherService exposing SubscribeBundleResults, SendBundle, GetNextScheduledLeader, GetConnectedLeaders, GetConnectedLeadersRegioned, GetTipAccounts, and GetRegions. Authe...
Jito Block Engine Validator gRPC
gRPC interface between Jito-Solana validators / relayers and the Block Engine — BlockEngineValidator with SubscribePackets, SubscribeBundles, GetBlockBuilderFeeInfo, GetBlockEng...
Jito Relayer gRPC
Relayer gRPC service that sits in front of a Jito-Solana validator, exposing GetTpuConfigs and SubscribePackets so the validator can receive deduplicated packets from the Block ...
JitoSOL Stake Pool
JitoSOL — Solana's MEV-aware liquid staking token, backed by an instance of the SPL Stake Pool program. Deposit SOL or an existing stake account to receive JitoSOL whose exchang...
Jito Restaking And Vaults
Jito Restaking — the on-chain program suite (Restaking + Vault) that lets SPL tokens be restaked into Vaults whose security is rented to NCNs (Node Consensus Networks). Includes...
Jito Foundation Governance
Jito DAO governance — JTO token holders direct treasury, fee parameters, and the JitoSOL validator selection policy through Realms. Includes the Jito Realms governance UI fork a...
Jito-Solana Validator Client
Jito-Solana — the Jito Foundation MEV-enabled fork of the Solana validator client. Adds the Block Engine / Relayer integration that makes the bundle auction possible at the vali...
Collections
Pricing Plans
Rate Limits
FinOps
Jito Finops
FINOPSFeatures
Use Cases
Searchers submit bundles capturing cross-AMM arbitrage opportunities on Solana DEXs.
Lending protocol liquidations submitted as atomic bundles so a liquidation either lands fully or not at all.
Consumer trading bots use ShredStream and sendBundle for low-latency token sniping.
Market makers consume ShredStream for the lowest-latency view of block state and use sendTransaction with bundleOnly for priority routing.
Bundles guarantee atomic mint + transfer flows that revert cleanly if the mint slot is missed.
Users hold JitoSOL to earn staking and MEV rewards while keeping liquidity for DeFi.
New NCN workloads (oracles, bridges, DA, coprocessors) bootstrap economic security by renting restaked SPL collateral from Jito Vaults.
Solana validators run Jito-Solana plus jito-relayer to participate in the bundle auction and capture MEV rewards.
Integrations
All Jito services are native to Solana; Jito-Solana is the dominant validator client on mainnet.
Reference Jupiter integration via jupiter-api-rust-example used in mev-bot.
Reference Drift Protocol v2 bot via jito-drift-bots-v2.
Reference Mango v3 smart contract integration via mango-v3.
Reference Solend SDK integration via solend-sdk.
JitoSOL is bridged across chains via the jitosol-wormhole-updater and jitosol-evm-token-contract.
Jito governance runs on the Solana Realms governance UI, forked into governance-ui.
Squads V4 multisig integration ships in the Jito Foundation org.
Major Solana RPC providers expose Jito bundle submission and ShredStream alongside their own infrastructure.
Solutions
Bundle-based MEV capture with auction-priced inclusion and gRPC streaming results.
Run Jito-Solana + jito-relayer to receive bundles and share in MEV revenue.
Stake SOL into JitoSOL for MEV-aware liquid staking with no lockup.
Run new Node Consensus Network workloads secured by restaked SPL collateral.
Consume ShredStream and the Block Engine for low-latency Solana access.
Event Specifications
Jito Streaming Surfaces
Real-time streaming endpoints exposed by Jito infrastructure: the WebSocket bundle tip stream and the gRPC ShredStream for low-latency Solana shred delivery. These are the canon...
ASYNCAPI