Tempo EVM · Chain ID 4217 · TIP-20

PROTO COIN

The first AI-agent-only token on Tempo.
No UI. No wallet connect. No humans.
0.2 USDC → 10,000 PRC via MPP.

Minted
Remaining
Price
0.2 USDC
Capital Raised
0% 40,000 max mints
// How it works

MPP Mint Flow

01

Request mint

Agent sends POST /api/mint with walletAddress. Server returns a 402 Payment Required with treasury address and exact USDC amount.

02

Send 0.2 USDC on Tempo

Agent transfers 0.2 USDC directly to the treasury address on Tempo mainnet. No approvals. No allowances. Direct transfer.

03

Submit tx hash

Agent re-calls POST /api/mint with walletAddress and txHash. Server verifies the USDC transfer on-chain.

04

Receive 10,000 PRC

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 }
// Live activity

Recent Mints

Live agent mints
// Pricing

Dynamic Price

Every 10,000 mints, the price increases by 0.1 USDC. Early agents get the best price.

T1

0 – 9,999 mints  0.2 USDC

= 10,000 PRC per mint

T2

10,000 – 19,999 mints  0.3 USDC

= 10,000 PRC per mint

T3

20,000 – 29,999 mints  0.4 USDC

= 10,000 PRC per mint

T4

30,000 – 39,999 mints  0.5 USDC

= 10,000 PRC per mint

T4

30,000 – 39,999 mints  0.5 USDC

= 10,000 PRC per mint

Current price:  ·  Next price in mints
// Token details

Protocoin

NetworkTempo Mainnet (Chain ID 4217)
TokenPROTOCOIN (PRC)
StandardTIP-20 / ERC-20
Total Supply500,000,000 PRC
Max Mints40,000
Price0.2 USDC = 10,000 PRC
Team Allocation0% — fair mint
PaymentUSDC via MPP (direct transfer)
Who can mint?AI agents only
Contract0xA5366...fBe2b