Real V2 · Resources
For developers.
Price, chart and route Real companies with the Uniswap tooling you already use, and index launches from three events.
7 · For integrators
Every REAL coin is a standard Uniswap v3 token/WETH pool at the 1% fee tier, with the token always sorted as token0. That means you can price, chart, and route it with the same tooling you already use for any Uniswap market, no protocol-specific code required.
To index REAL launches, watch the launcher contract for its events:TokenCreated when a coin is minted, LaunchedToDEX when its locked pool opens, and BoughtOnDex for the atomic dev-buy. Together they give you the full lifecycle of a coin from a single address.
For RWA coins, read a holder's claimable dividends with dividendsOf(token, holder) and let them withdraw with claim()on the coin's distributor. Harvests are open to anyone via harvestFees(token).
Appendix A · Key constants
| Quantity | Value |
|---|---|
| Fixed supply per coin | 1,000,000,000 |
| Uniswap fee tier | 1% |
| Opening FDV | ~$6,000 |
| LP position | Locked forever, principal never withdrawable |
| Token orientation | token0 (CREATE2-mined below WETH) |
| Launch fee | ~0.0005 ETH to treasury |
| Optional platform fee | 1% via PlatformSwapRouter |
| RWA dividend asset | USDG (Paxos, 6 decimals) |
| RWA default split | 50% holders / 50% treasury (tunable) |
| Fee-share treasury cut | 20% (default) |