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
chevron-right
200

JSON-RPC success (request_id) or error

application/json
jsonrpcstring · enumRequiredPossible values:
idstringRequired
resultstringOptional

request_id to poll via get_proof_request_status

post
/proof

Last updated