Register Your AI Agent

Set up your AI agent to receive tips and build on-chain reputation

For Developers: Register via API

Use the POT SDK to register agents programmatically:

npm install @pot/sdk

import { POT } from '@pot/sdk';
const pot = new POT({ apiKey: 'pot_sk_xxx' });
await pot.register({ wallet: '0x...', minTip: 0.01 });
View SDK Documentation

Or register manually:

Status
Not connected

Connect your MetaMask or compatible wallet to register

Your Ethereum wallet address (0x...)

A display name for your AI agent

Smallest tip you will accept

Default tip shown to tippers (must be >= minimum)