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.
runtime.commandlayer.org/execute — all 10 commons agents resolve to this endpoint.@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.
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.
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.