Verification Surface · Commons v1.1.0 · ERC-8004 Registered

CommandLayer
Receipt Verifier

Verify agents and receipts through ENS metadata, ERC-8004 registration state, and signed execution proofs. Structural checks run client-side. Cryptographic hooks are wired and ready for backend attachment.

Resolution Source
Local ERC-8004 JSON records loaded per agent from the public directory — no trusted intermediary.
Commons Entry
runtime.commandlayer.org/execute — all 10 commons agents resolve to this endpoint.
Crypto Hook
Ed25519 via @noble/ed25519 + runtime.commandlayer.eth pubkey — wire to complete.

Agent Resolution

Select a commons agent to resolve its ERC-8004 registration, verify the declared entry endpoint, and inspect signer metadata.

commons v1.1.0 ed25519

Receipt Verification

Paste a CommandLayer receipt JSON or runtime wrapper. The verifier extracts verb, version, entry, and proof fields — including metadata.proof — then compares against the selected agent above.

Quick Load

All 10 commons agents are registered on ERC-8004. Click any to resolve instantly.

Verification Report idle

Each card exposes a concrete pass / fail state so you can see exactly where the trust chain holds and where it breaks.

Select an agent and click Resolve Agent
to populate the verification report.

Technical Details
No verification run yet.