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.