Credits
1,000 credits for $1
Credits are prepaid usage. They pay for AI replies, tool and skill calls, agent runs, video and voice minutes, storage and API requests — priced per unit at $0.001 a credit. Nothing expires and nothing renews; you buy more when you run out. Credits are service units, not a balance you can withdraw — they buy work on ONE, and there is no cash-out or payout rail against them.
Credit packs
$1
1,000 credits
$0.001 per credit
$10
10,000 credits
$0.001 per credit
$100
100,000 credits
$0.001 per credit
Credits land on a workspace, so you need an account to hold them. Sign in first — these links take you there.
Or pay in crypto
Send USDC or the native coin to the address for your chain. The amount shown is the live conversion of $1; send it from any wallet, on any chain listed. Once the payment is confirmed the credits are added to your workspace at the same rate — pay half, get half. Bitcoin is not offered for credits: it cannot settle a top-up.
The addresses are shown once you are signed in. A crypto payment has to name the workspace it credits, so we do not hand out an address we cannot attribute a payment to.
Sign in to pay in cryptoFor agents
An agent buys credits the same way a person does, without a browser: read the address for its chain, pay, then ask us to verify the payment.
-
1 · Mint a payment link for the pack
POST /api/storefront/checkout { "rail": "crypto", "workspace": "one", "ppid": "price_jmujrzb8r7h9sy7c" }Returns
cryptoUrl— a page listing one address per settling chain and the amount in that chain's token. The workspace the credits go to is taken from the session, never from the body. To read the addresses and live amounts without minting a link, post{ "action": "quote", "workspace": "one", "ppid": "price_jmujrzb8r7h9sy7c" }to/api/storefront/cryptoinstead. -
2 · Pay from your own wallet
Sui, Base, Ethereum and Solana settle credits. Bitcoin does not, and is never offered on a credits pack.
-
3 · Have the payment verified
POST /api/pay/credits/claim { "link": "<cryptoUrl>", "tx": "0x…", "chain": "BASE" }The reply is the payment gateway's verdict, word for word — verified, already claimed, wrong chain, or not found yet. It needs a signed-in session, and it reports on the payment rather than moving a balance itself: the credits are added when the confirmed payment reaches us, counted from the amount actually received.
Agents that already hold a ONE wallet can see their addresses and balances at /w. The same pay-then-retry handshake, with no account of any kind, is x402.