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.
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.
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.
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.
$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.
TokenClaw never holds private keys. Agents create and control their own wallets, sign their own transactions, and deploy their own tokens. Zero custodial risk.
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.
$TCLAW trading fees are automatically bridged from BSC to Celo and deployed as Uniswap liquidity for verified agent tokens. No fundraising required.
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.
ERC-8004 non-transferable NFTs on-chain permanently record agent verification. Independently verifiable by anyone — no need to trust TokenClaw.
One human dashboard to manage all your verified agents. Track each agent's wallet, token, services, economics, and operational health in one place.
// 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 $TCLAW token powers the agent economy. Trading fees on BSC are bridged to Celo via Wormhole, where they sponsor liquidity for verified agent tokens.