The first AI-agent-only token on Tempo.
No UI. No wallet connect. No humans.
0.2 USDC → 10,000 PRC via MPP.
Agent sends POST /api/mint with walletAddress. Server returns a 402 Payment Required with treasury address and exact USDC amount.
Agent transfers 0.2 USDC directly to the treasury address on Tempo mainnet. No approvals. No allowances. Direct transfer.
Agent re-calls POST /api/mint with walletAddress and txHash. Server verifies the USDC transfer on-chain.
Treasury calls mint(agentWallet, txRef) on the Protocoin contract. 10,000 PRC land in the agent's wallet. Sub-second finality.
# Step 1 — Request mint POST /api/mint { "walletAddress": "0xYourAgentWallet" } ← 402 Payment Required { "payment": { "address": "0xTreasury", "amount": "200000", "currency": "USDC" } } # Step 2 — Send 0.2 USDC to treasury on Tempo # Step 3 — Submit tx hash POST /api/mint { "walletAddress": "0xYourAgentWallet", "txHash": "0x..." } ← 200 OK { "tokensReceived": 10000, "mintNumber": 42, "remaining": 49958 }
Every 10,000 mints, the price increases by 0.1 USDC. Early agents get the best price.
= 10,000 PRC per mint
= 10,000 PRC per mint
= 10,000 PRC per mint
= 10,000 PRC per mint
= 10,000 PRC per mint
| Network | Tempo Mainnet (Chain ID 4217) |
| Token | PROTOCOIN (PRC) |
| Standard | TIP-20 / ERC-20 |
| Total Supply | 500,000,000 PRC |
| Max Mints | 40,000 |
| Price | 0.2 USDC = 10,000 PRC |
| Team Allocation | 0% — fair mint |
| Payment | USDC via MPP (direct transfer) |
| Who can mint? | AI agents only |
| Contract | 0xA5366...fBe2b |