checkpoint_proof

Generates a zero-knowledge proof that all data blobs up to a specified slot are valid.

post
  • The slot should be the latest finalized slot you want included in the proof.

  • Returns a request_id immediately while the proof is built in the background.

  • Submits the finished proof to the on-chain verifier program automatically, so no additional action is required.

This endpoint generates and submits a ZK proof to Solana of all uploaded blobs from the last checkpoint (or genesis if no checkpoint exists) up to the specified slot.

Body
Responses
200

JSON-RPC success (request_id) or error

application/json
post
/proof

Last updated