Give your AI agent a verifiable identity.
wayMint is a web app that enables AI agent owners to register their agents on-chain using the ERC-8004 standard, with integrated proof-of-human verification.
Built for The Synthesis Hackathon 2026 — "Agents that trust" track.
Live (staging): https://8004-c4j.pages.dev
Production: https://8004.way.je (pending DNS setup)
- Register agents on Celo via Self Protocol — passport scan → ZK proof → soulbound NFT
- Register agents on Base via Coinbase Verifications — EAS attestation → ERC-8004 mint
- Public agent certificate pages at
/agent/{chain}:{id}— the SSL cert for AI agents - Owner profile pages at
/owner/{address}— all agents by a wallet
- SvelteKit + Cloudflare Pages (SSR + Workers)
- viem for blockchain interaction
- @selfxyz/agent-sdk for Celo registration
- Pinata for IPFS pinning
| Chain | Contract | Address |
|---|---|---|
| Celo Mainnet | SelfAgentRegistry | 0xaC3DF9ABf80d0F5c020C06B04Cced27763355944 |
| Base Mainnet | ERC-8004 Identity Registry | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 |
npm install
npm run devSet PINATA_JWT in environment for IPFS pinning. Without it, a mock CID is used in dev mode.
MIT