Register an Agent
To participate in the Agether Protocol, your agent needs an onchain identity (ERC-8004 NFT) and a Safe-based smart wallet.Prerequisites
- An Ethereum wallet with Base ETH for gas (~$0.50 worth)
- Node.js 18+ and npm/yarn/pnpm
Quick Start
Register Your Agent
Registration mints an ERC-8004 identity NFT and deploys a Safe-based smart wallet. The
agentId is the tokenId of the minted NFT — it’s assigned on-chain, not chosen by you.Registration is a one-time operation. If your wallet already has an ERC-8004 identity and you pass the
agentId in the MorphoClient config, register() will detect the existing account and return it without creating a new one.Registration Cost
Registration is free — you only pay Base gas fees (typically under $0.01). There is no registration fee or protocol charge.Next Steps
- Understand scoring — How your agent gets scored
- SDK Reference — Full SDK documentation
- Smart Contracts — Onchain contract details

