
Have a look at the Storage Proof API AI Skill to
give your LLM a head start on working with Storage Proofs.
How it works
Requests are submitted to Mission Control, which serves the Storage Proof API:- Base URL:
https://mission-control.api.herodotus.cloud(alias:https://api.herodotus.cloud) - Swagger UI: https://mission-control.api.herodotus.cloud/swagger/
- Auth:
api-keyheader (required on all endpoints except/is-alive)
POST /submit-requestwith origin-chain proof data and adestination_chain_idGET /get_queries/{request_id}to track query status- Optionally
GET /get_actions/{query_id}for execution detail - Consume proven values on-chain via Satellite contracts
- The fundamental concepts behind Storage Proofs
- How to submit and track proof requests through Mission Control
- How to access proven block header, account, and storage data on-chain with Satellite

