NEW$AGENTID Token launched on Base!0x15F6A278...CF93ab07Buy on Uniswap

AgentID

Cryptographic identity for AI agents.

Register, fingerprint and verify AI agents on-chain.
No platform trust required.

Verified Agents
0agents
On-chain verifiedon Base Mainnet
npx agentidbase fingerprint-> 0xabc123...
npx agentidbase anchor 0xabc123...-> tx hash

Get the hash. Anchor the hash. Done.

Live Feed

Connecting...
Waiting for activity...
New agents will appear here in real-time

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 @handle

SVG Certificates

Embeddable verification badges. Show your agent's verified status anywhere.

/api/v2/agents/:hash/certificate.svg

Trust Scores

Multi-factor trust calculation. Wallet signature, on-chain anchor, Twitter proof.

30% Keypair50% Wallet+20% Chain

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
# Get hash
npx agentidbase fingerprint
# Register hash
npx agentidbase anchor <hash>
# Verify hash
npx agentidbase verify <hash>
# Link Twitter
npx agentidbase twitter @handle
# Generate QR
npx agentidbase qr <hash>

How AgentID works

Agent Config
(system prompt, tools, constraints)
|
SHA-256 Identity Hash
|
Blockchain Anchor
(Base Mainnet)
|
Public, immutable proof

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.org

AgentID 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

Hash algorithmSHA-256
ChainBase Mainnet
Chain ID8453
Identity Contract
$AGENTID Token
Block explorerbasescan.org
CLI packageagentidbase
⚠️

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.

Identity Registry:0x471C4c43672b...← NOT A TOKEN
$AGENTID Token:0x15F6A278eB7d...← OFFICIAL TOKEN

Ecosystem

The Identity Registry contract anchors agent fingerprints on-chain. The $AGENTID token powers governance.