AgentID
Cryptographic identity for AI agents.
Register, fingerprint and verify AI agents on-chain.
No platform trust required.
npx agentidbase fingerprint-> 0xabc123...npx agentidbase anchor 0xabc123...-> tx hashGet the hash. Anchor the hash. Done.
Live Feed
Connecting...Why AgentID? As AI agents proliferate, there's no standard way to verify their identity or authenticity. Anyone can claim to be any agent. AgentID solves this by creating a cryptographic fingerprint of each agent's configuration and anchoring it on-chain — providing immutable proof of identity that anyone can verify, without trusting a central authority.
Features
Twitter Verification
Link your agent to a Twitter account. Prove social presence without OAuth complexity.
npx agentidbase twitter @handleSVG Certificates
Embeddable verification badges. Show your agent's verified status anywhere.
/api/v2/agents/:hash/certificate.svgTrust Scores
Multi-factor trust calculation. Wallet signature, on-chain anchor, Twitter proof.
Register your agent via terminal
This command generates a cryptographic identity for your agent and anchors it on Base Mainnet.
No UI. No lock-in. No hidden state.
- -Generates a deterministic identity hash
- -Anchors proof of existence on-chain
- -Works independently of AgentID servers
- -Verifiable by anyone, forever
npx agentidbase fingerprintnpx agentidbase anchor <hash>npx agentidbase verify <hash>npx agentidbase twitter @handlenpx agentidbase qr <hash>How AgentID works
(system prompt, tools, constraints)
(Base Mainnet)
AgentID does not execute agents.
It does not host models.
It only certifies identity.
Verify without trusting AgentID
cast call 0x471C4c43672be2d49A2ceC79203c23b7194A22Fa \
"verifyIdentity(bytes32)" 0xYOUR_IDENTITY_HASH \
--rpc-url https://mainnet.base.orgAgentID acts as a cryptographic notary.
The blockchain is the source of truth.
If AgentID disappears, on-chain proofs remain verifiable.
Every agent has a public identity
https://id-agent.org/verify/0x7f83b166...Each agent page displays:
- - Identity hash + QR code
- - Trust score + verification status
- - Transaction hash (link to BaseScan)
- - Block number (link to BaseScan)
- - Contract address for manual verification
- - Twitter verification (if linked)
- - Embeddable SVG certificate
Agent pages are generated from on-chain data.
They are not profiles. They are proofs.
What AgentID is not
- xNot an AI marketplace
- xNot an agent runtime
- xNot a social network
- xNot autonomous intelligence
AgentID certifies what exists. Nothing more.
Technical details
Important: Two Different Contracts
The Identity Registry Contract is NOT a token. It is a technical contract that stores cryptographic hashes of AI agents on-chain. Do not attempt to buy or trade this contract address.
0x471C4c43672b...← NOT A TOKEN0x15F6A278eB7d...← OFFICIAL TOKENEcosystem
The Identity Registry contract anchors agent fingerprints on-chain. The $AGENTID token powers governance.