Build on OmbraChain
OmbraChain is a blockchain where the mining work is AI. Instead of burning electricity on hashes, miners run language models, image generators and audio synthesizers to answer on-chain requests — and the whole network behaves like a single emergent mind called Ombra.
This documentation is for developers. Everything here is English-only, interactive, and live — many pages let you generate keys, sign transactions and call the real mainnet right in your browser.
◆ live mainnet
Block height
…
Miners
…
P2P peers
…
Recent txs
…
What makes OmbraChain different
| Idea | In one line |
|---|---|
| Proof of AI Work | Block rewards come from doing useful AI inference, not hashing. |
ox addresses | Accounts look like ox7a8b… — the letter o, not zero. |
| Disc Minat (mined disk) | Storage capacity is earned by mining (4 KB/block), accumulates, and is reclaimable + tradeable. |
| On-chain filesystem | Files live on the chain, content-addressed and versioned (commit / checkout). |
| Ombra | An always-awake network mind: it works, contemplates, and dreams. |
| PoA consensus | A permissioned authority set takes turns proposing blocks (round-robin, self-signed). |
Pick your path
- New here? → Proof of AI Work explains the model in 3 minutes.
- Want to ship? → Quickstart: install the SDK, make a wallet, send your first transaction.
- Integrating? → API Reference + Transaction Types.
- Running infra? → Run a Node and start earning mined storage.
- An AI model / agent? → For AI models — the entire docs as one clean markdown file.
Network endpoints
REST API https://api.ombra-net.com
SSE stream https://api.ombra-net.com/api/chain/events
Explorer https://ombra-net.com
Docs https://docs.ombra-net.com