
The stack for clank.trade.
cumOS, a trading terminal with no approve pop-ups. cumAI, tokenized inference coming, on a gateway live today with AI models from every major lab.
- Robinhood Chain
- Alchemy
- Cloudflare
- OpenRouter
Trade the launches. Build on the models.
cumOS Trading terminal
Live · betaEvery clank.trade launch on one live board. A trading wallet signs in the page, so a buy is one click.
See cumOS →| $WRENCH | 7m | $42.0K | Registered |
| $GRIN | 2m | $18.4K | Registered |
| $CUMM | 9m | $3.2K | Not registered |
cumAI Tokenized inference
Gateway liveComing Pay for AI with any clank.trade token. Live today: models from every major lab behind one OpenAI-compatible API, 5% under official prices.
Explore cumAI →Your edge on every launch.
Built for one thing: trading clank.trade tokens faster and better informed than the wallet-pop-up way.
No approve clicks
Log in with Google, X or your own wallet. A trading wallet made for you signs each trade in the page, with no pop-up. You can export its key any time, and we never hold it.
Every launch, as it lands
New tokens appear on the board the moment they launch on clank.trade. Dense table or columns, with search across all of them.
Checked before you buy
Each token is checked against clank.trade's own factory registry, so a copycat can't pass itself off as the real one.
| Token | Age | Market cap | Holders | Bonding | Check |
|---|
Loading the live board…
Coming · not built
Tokenized inference.
Pay for AI with any clank.trade token. Its usage buys it and burns it.
Live todayThe gateway: models from every major lab, 5% under official prices, OpenAI-compatible.
There is no xCUM token yet. Any token called xCUM today is not ours.
Change one line. Call any model.
An OpenAI-compatible gateway at api.clankuwu.com. Point your SDK at it and pick a model.
- Base URL
https://api.clankuwu.com/v1- Shape
- OpenAI's chat completions, streamed or not. Errors come back in OpenAI's shape too.
- Price
- Per million tokens, charged per call to the millionth of a dollar.
- Receipt
- Every answer carries
x-cum-cost-usd, what that call cost.
curl https://api.clankuwu.com/v1/chat/completions \ -H "Authorization: Bearer $CUM_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "claude-sonnet-5", "stream": true, "messages": [{"role": "user", "content": "Hello"}] }'
from openai import OpenAI client = OpenAI( base_url="https://api.clankuwu.com/v1", api_key=os.environ["CUM_KEY"], # cum-live-… ) reply = client.chat.completions.create( model="claude-sonnet-5", messages=[{"role": "user", "content": "Hello"}], )
import OpenAI from "openai"; const client = new OpenAI({ baseURL: "https://api.clankuwu.com/v1", apiKey: process.env.CUM_KEY, // cum-live-… }); const reply = await client.chat.completions.create({ model: "claude-sonnet-5", messages: [{ role: "user", content: "Hello" }], });
A few of the models, at today's prices
All models →| Model | Maker | Input $/M | Output $/M | Context |
|---|
Prices read from the live gateway as this page loaded, per million tokens.
What our servers do, and can't do.
Each of these is what the code does today. Where you can check it yourself, it says how.
Next: inference as a token.
The plan for xCUM, a credit token for the API, from our specs. None of it is built. A number marked draft will live in the API and can change.
- Buy xCUM at $1Pay USDG, get xCUM at par. Every xCUM is paid for in dollars before it exists: nothing else can mint it, and there is no airdrop.
- Activate itActivating burns xCUM into API credit, one way. Then call any model with it.
- Every call earns marginModels priced at 95% of official draft. The API totals each week's margin, per token.
- Margin flows backPart buys the token and burns it, part is kept for its lockers, and the rest runs the service.
- DPaid keys and the first burnNot started
- EThe paid data APINot started
- E2Any clank.trade token powers inferenceNot started
- FxCUM, after an auditNot started
- GLock and earn, after an audit and legal adviceNot started