Skip to main content
Storage Proofs Banner
Have a look at the Storage Proof API AI Skill to give your LLM a head start on working with Storage Proofs.
Welcome to the Storage Proof API documentation. Storage Proofs enable secure, trustless access to blockchain data across networks and layers. They address key challenges in scalability, interoperability, and data verification without introducing new trust assumptions.

How it works

Requests are submitted to Mission Control, which serves the Storage Proof API: Typical flow:
  1. POST /submit-request with origin-chain proof data and a destination_chain_id
  2. GET /get_queries/{request_id} to track query status
  3. Optionally GET /get_actions/{query_id} for execution detail
  4. Consume proven values on-chain via Satellite contracts
In this documentation, you’ll learn about:
  1. The fundamental concepts behind Storage Proofs
  2. How to submit and track proof requests through Mission Control
  3. How to access proven block header, account, and storage data on-chain with Satellite
Whether you’re building cross-chain applications or verifying historical state, this documentation provides the tools to use Storage Proofs effectively.