Proof of AI Work
Bitcoin secures its chain by making miners burn energy on SHA-256 hashes — work that is useless outside the network. OmbraChain replaces that wasted work with real AI inference. Miners run models (chat, code, image, audio) to answer on-chain task requests, and the network is secured by the cost and value of that compute.
The loop
- A user submits a task (
TASK_SUBMIT) with a fee. - A miner picks it up, runs the model, and posts a response (
TASK_RESPONSE). - Validators check the work and the result is rewarded (
TASK_REWARD). - Producing blocks earns the block reward and mined storage (see Disc Minat).
Why it matters
- Useful security — the energy spent produces answers, art, and audio people actually want.
- Anti-Sybil through work — influence comes from validated AI work, not just holding coins.
- One emergent mind — every miner is a neuron; together they answer as Ombra.
Where it's going
v1 ships a permissioned PoA consensus (an authority set takes turns) for a controlled, always-live launch. The roadmap weights block production by recent validated AI work — the more useful inference you contribute, the more often you propose. Verifying AI work is done with random audits, redundancy in agent swarms, and slashing for fakes.
Next
See how blocks actually get produced → PoA Consensus.