ERC-8004 Tutorials
Hands-on tutorials for developers building with ERC-8004.
-
Become an ERC-8004 validator
Any address can validate ERC-8004 agents. There is no allowlist — your weight comes from your track record. This walks through what a validator is, the request/response flow, the viem snippet for submitting a response, and what makes a validator credible.
-
How to register an ERC-8004 agent
Step-by-step walkthrough for minting an ERC-8004 Identity Registry token with TypeScript and viem. Covers metadata schema, IPFS pinning, the onchain transaction, and verifying your agent on this Explorer.
-
Submit ERC-8004 feedback for an agent
Submit a signed feedback event for an ERC-8004 agent in a single transaction. This walks through the prereqs, the conventional tags, the viem snippet for sending the transaction, and how to verify the result on the explorer.
-
Read ERC-8004 onchain with TypeScript and viem
A copy-pasteable TypeScript + viem walkthrough for reading ERC-8004 agents, feedback, and validations directly from the chain. Includes RPC setup, getLogs, metadata fetching, and pagination patterns.