Jito Labs · Capability

Restaking

Restaking 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

restaking.yaml Raw ↑
name: restaking
description: >-
  Operate on Jito Restaking — the on-chain program suite that lets SPL tokens
  be restaked into Vaults whose security is consumed by NCNs (Node Consensus
  Networks). Covers NCN registration, vault deposit/withdraw, operator
  delegation, and reward distribution.
provider: jito
api: restaking
program: jitoRestaking + jitoVault
operations:
  - id: register-ncn
    description: Register a new NCN that consumes restaked security.
  - id: initialize-vault
    description: Create a vault accepting a specific SPL restaking token.
  - id: deposit-to-vault
    description: Restake an SPL token into a vault and receive vault receipt tokens.
  - id: delegate-to-operator
    description: Delegate vault stake to an operator running NCN workloads.
  - id: claim-rewards
    description: Distribute and claim NCN rewards via the rewards NCN program.