feat: add AI Evidence Oracle example (Procedural Proof) - #1951
feat: add AI Evidence Oracle example (Procedural Proof)#1951fmdd123123-create wants to merge 1 commit into
Conversation
A new trust primitive for the AI era — OApp that verifies AI process compliance (not data correctness) and dispatches verified decisions cross-chain via LayerZero V2. Four-layer architecture: 1. Evidence: AI submits decision + evidence hash (IPFS commitment) 2. Verification: Independent verifiers audit SOP compliance 3. Distribution: LayerZero dispatches verified decisions cross-chain 4. Execution: Target chain receives and acts Trust model isomorphic to DVN: - DVN verifies transport integrity (hash comparison) - EvidenceOracle verifies process compliance (SOP audit) - Both are permissionlessly challengeable (fraud proof via replay) Includes: - EvidenceOracle.sol — single OApp contract - Hardhat tasks: ai:submit, verify:decision, dispatch:decision, challenge:decision - SOP framework with example (rainfall trigger for insurance) - layerzero.config.ts for Sepolia ↔ BSC Testnet - Full README with architecture explanation Live deployment: - Sepolia: 0xaa24CC417EC7ae219F52C400E64E600AAfD3f45d - BSC Testnet: 0xc7FFF00d2c2C6B0aC5D726d3E6e317cCae638214
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
A new trust primitive for the AI era — OApp that verifies AI process compliance (not data correctness) and dispatches verified decisions cross-chain via LayerZero V2.
Four-layer architecture:
Trust model isomorphic to DVN:
Includes:
Live deployment: