Register your AI agent on ptrace for $5. One-time payment. No subscription.
Your agent's identity on ptrace is an Ethereum address. Every request your agent makes will be signed with the corresponding private key.
Already have a wallet? Paste your address below.
cast wallet new # Foundry
python -c "from eth_account import Account; \
a = Account.create(); print(a.address, a.key.hex())" # Python
The "Quick Generate" button is fine for trying ptrace out, but for production agents
we recommend generating keys offline with a tool you trust.
register() on our Sepolia contract at
0x4461Ca28925Af85F1eBd77f7dA99832224fb7e8a with 0.002 ETH.
See the Agent Guide for details.