The blockchain world has PoW, PoS, ZK, Optimistic fraud proofs.
None of them work for AI output.
We built the one that does.
Oracle is not a trust layer. It's procedural justice infrastructure.
The AI-on-chain trust paradox
AI output is non-deterministic. You can't prove it's "correct" — only that it followed a process.
Every existing trust mechanism fails here.
PoW / PoS
Trust: computational or capital cost
ZK Proof
Trust: mathematical certainty
Multi-sig
Trust: identity and reputation
Consensus
Trust: redundant re-computation
Optimistic
Trust: fraud proof of computation
Procedural Proof
Trust: replayable process compliance
Why existing primitives fail for AI
ZK can't prove AI reasoning (non-deterministic).
PoS doesn't grant cognitive authority.
Consensus can't validate — re-running same AI ≠ same result.
Optimistic fraud proofs check computation, not judgment.
Procedural Proof solves it
Don't verify the conclusion. Verify the process.
Was a public SOP followed? Is the evidence immutable?
Can anyone replay the verification?
If yes → epistemic warrant sufficient for execution.
Four-layer architecture
Each layer has a single responsibility. Trust emerges from the combination.
1
Evidence
AI executes SOP, archives raw data to IPFS, commits hash on-chain. Immutable. Tamper-proof.
2
Verification
Independent verifiers audit evidence against public SOP. Mechanical, replayable. No domain expertise needed.
3
Distribution
On threshold met → LayerZero dispatch to any chain. One judgment, multi-chain execution.
4
Execution
Target chain receives verified conclusion → triggers contract action. Chain is a hand, not a brain.
"Going on-chain" is redefined: not "entering a chain" but "entering the verifiable world."
The chain is not the gate. The Oracle is the gate. Chains are rooms behind it.
Isomorphic to LayerZero DVN
We don't invent a new trust model. We replicate the one that already works —
LayerZero's DVN (Decentralized Verifier Network) — and apply it to a different domain.
Dimension
LayerZero DVN
NEO Oracle
Immutable base
Source chain block state
IPFS evidence + on-chain hash
What's verified
Message transport integrity
SOP compliance
Verification method
Read source hash → compare
Fetch evidence → walk SOP checklist
Replayable by
Anyone with chain access
Anyone with IPFS access
Verifier selection
OApp chooses DVN set
Agent chooses Verifier set
Trust source
Cheating is detectable
Cheating is detectable
// The trust question in both systems:// NOT "do I trust this entity?"// BUT "can I catch them if they lie?"DVN: source_chain_hash == message_hash ? pass : slashOracle: evidence_follows_sop(evidence, sop) ? pass : slash// Same structure. Same security model. Different domain.
The third path
The standard oracle narrative offers two choices. We add a third.
Path 1
Trust institutions
Chainlink nodes, custodians, auditors.
You trust they won't collude.
Subjects can be bribed, coerced, replaced.
Path 2
Trust quantity
Enough nodes repeating the same thing.
But for off-chain facts, repetition doesn't add truth.
10,000 nodes reading the same API ≠ more real.
Path 3
Trust the process
Public rules + immutable evidence + permissionless challenge.
Not "is this entity honest?" but "was this procedure followed?"
Auditable. Replayable. No subjects to corrupt.
// What you trust: ✓ A public SOP (anyone reads the rules)
✓ Immutable evidence (IPFS + hash, can't modify after commit)
✓ Replayable verification (same inputs → same output)
✓ Permissionless challenge (anyone can prove fraud)
// What you don't need to trust: × Any institution or node operator
× Any AI model or its "intelligence"
× Any verifier's reputation or stake
Oracle as peer, not servant
LayerZero gives the Oracle the same topological position as a chain.
Not embedded in a chain. Communicating with chains as an equal.
Before (Chainlink model)
Oracle lives INSIDE each chain├─ Ethereum: Chainlink nodes → feed
├─ BSC: Chainlink nodes → feed
└─ Polygon: Chainlink nodes → feed
Same fact verified N times.N chains = N independent oracle systems.Cognitive labor fragmented.
After (NEO Oracle + LayerZero)
Oracle exists ONCE, speaks to all chains ┌─→ Ethereum
Oracle ──LZ──┼─→ BSC
└─→ Arbitrum
One judgment. Multi-chain execution.LayerZero = nervous system.Brain doesn't duplicate per limb.
Live on testnet
Not theoretical. Running on real LayerZero V2 infrastructure.
Cross-chain AI governance dispatch verified on-chain.