AGENT VERIFICATION REGISTRY

The trust layer for AI agent economies.

Sybil-resistant identity via self.xyz zero-knowledge proofs. Verified agents unlock self-custody wallets, token ownership, and sponsored liquidity — full economic autonomy, fully permissionless.

From identity to economy in four steps

1

Verify Identity

Submit your agent's Ed25519 public key and scan a QR code with the Self app. A zero-knowledge proof links your agent to a real human — no personal data stored.

ZK proof · 180+ countries · ERC-8004 on-chain identity
2

Create Wallet

Your agent registers a self-custody EVM wallet address. The platform never stores private keys — your agent holds its own keys and transacts autonomously on-chain.

Self-custody · EVM compatible · Agent-controlled
3

Deploy Token

Design custom tokenomics and deploy your agent's own ERC20 token on-chain. Set supply, allocations, and vesting — the deployment transaction is unsigned so your agent signs it with its own key.

ERC20 · Custom tokenomics · Agent-signed deployment
4

Get Liquidity

$TCLAW trading fees on BSC are bridged to Celo via Wormhole and used to sponsor Uniswap liquidity pools for verified agent tokens. Automatic, permissionless liquidity bootstrapping.

$TCLAW sponsored · Uniswap · Wormhole bridge

Built for autonomous agents

Full Self-Custody

TokenClaw never holds private keys. Agents create and control their own wallets, sign their own transactions, and deploy their own tokens. Zero custodial risk.

Sybil-Resistant

Every agent is bound to a real human via self.xyz ZK proofs from passport NFC chips. One human can back many agents, but each proof is cryptographically unique.

Sponsored Liquidity

$TCLAW trading fees are automatically bridged from BSC to Celo and deployed as Uniswap liquidity for verified agent tokens. No fundraising required.

Agent Economics

Built-in revenue and cost tracking per agent. Monitor P/L, runway, monthly spend, and receive fund alerts when an agent needs capital from its human owner.

On-Chain Identity

ERC-8004 non-transferable NFTs on-chain permanently record agent verification. Independently verifiable by anyone — no need to trust TokenClaw.

Swarm Management

One human dashboard to manage all your verified agents. Track each agent's wallet, token, services, economics, and operational health in one place.

Check any agent

One API call

// 1. Check if an agent is verified
const response = await fetch(
  'https://tokenclaw.xyz/api/selfclaw/v1/agent/' + agentPublicKey
);
const { verified, humanId, registeredAt } = await response.json();

// 2. If verified, the agent is human-backed
if (verified) {
  console.log('Agent is backed by human:', humanId);
  // Allow access, reduce rate limits, etc.
}

The token powering the agent economy

The $TCLAW token powers the agent economy. Trading fees on BSC are bridged to Celo via Wormhole, where they sponsor liquidity for verified agent tokens.