Skip to content
For data providers, terminals, aggregators & bots

List & trade Caffee tokens on your platform

Everything you need to index, price and route Caffee tokens is read-only, on-chain and permissionless — you don't need anything from us to integrate. This page is the package to build from; the full technical spec is one file away.

Two ways your platform sees a Caffee token
A token has two lifecycle states, and you index them differently.
Graduated

Once a curve completes it migrates to a canonical Uniswap-V2 pair (LP burned). Your existing DEX indexer picks it up automatically — zero Caffee-specific work.

On the curve (pre-graduation)

Trades on the token's own bonding-curve contract, not a standard pool — so it's invisible to a generic DEX indexer until you read the curve directly. That's exactly what the spec below enables.

Chain & addresses
NetworkRobinhood Chain (EVM)
Chain ID4663 (0x1237)
Native coinETH · 18 decimals
RPChttps://rpc.mainnet.chain.robinhood.com
Explorerhttps://robinhoodchain.blockscout.com
Uniswap-V2 Factory (graduation target)0x8bcEaA40B9AcdfAedF85AdF4FF01F5Ad6517937f
WETH (all graduated pairs are WETH-quoted)0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73

Fixed supply 1,000,000,000 × 1e18 per token · trading fee 1% (100 bps), already reflected in the on-chain quote functions.

What to read
No indexer required — enumerate from the factory, read live state from each curve, and index three events.
Enumerate every token (append-only on the factory)
curvesLength() → uint256 · 0xe5498a57
curves(uint256) → address curve · 0x1bf7d749
token() / creator() on the curve · 0xfc0c546a / 0x02d05d3f
curveOf(address) → curve (0x0 if not ours) · 0x05adc47e
Live curve state → price, mcap, progress
spotPrice() · 0x398482d8 — wei/token ×1e18
marketCap = spotPrice() × 1e9 (wei)
progress % = tokensSold() / curveSupply() × 100
graduated() · 0xe7c2b772 · pair() · 0xa8aa1b31
Events to index (topic0)
Launched(token, curve, creator, name, symbol)
0xc5a807b0033def274292e9d3ba676e6fcfb69d9d383ccf9b69112237bd95def9
Buy(buyer, to, ethIn, tokensOut, refund)
0x00f93dbdb72854b6b6fb35433086556f2635fc83c37080c667496fecfa650fb4
Sell(seller, tokensIn, ethOut)
0xed7a144fad14804d5c249145e3e0e2b63a9eb455b76aee5bc92d711e9bba3e4a
Graduated(pair, ethToLp, tokensToLp)
0x1c858049e704460ab9455025be4078f9e746e3fd426a56040d06389edb8197db

Field-mapping to Codex/Defined & DexScreener/GeckoTerminal schemas, exact derived-metric formulas, and the buy/sell calldata are all in the full spec.

Get listed / partner with us

Graduated tokens list themselves. To surface pre-graduation curves in your launchpad/discovery feed — or to talk co-marketing, incentives, or a data partnership — get in touch. There's no gatekeeping and no fee to integrate.

Reach out on X · @caffeefun

Trust note: Caffee's contracts are unaudited (internal review only) — please don't represent Caffee tokens as vetted. Verify every address against your own node before mainnet routing.