Don't trust this page. Check it.
Network: Arc Testnet (chain 5042002). Addresses are printed in full because same-named fakes exist. Each platform contract's runtime code hash was recorded at deploy; the site re-hashes the live code before it lets you launch or trade, and this table shows that check.
Pinned contracts · live check
Nothing pinned on this network yet (contracts not deployed).
Reproduce a hash yourself: cast keccak $(cast code <address> --rpc-url <rpc>). RPC: https://rpc.testnet.arc.io.
Other addresses
Any token's curve is authoritative only if the factory says so: call getLaunchedToken(token) on the factory and compare the curve field with what this site shows.
Reproduce the bytecode from source
The trading engine is a byte-for-byte port of Pons V2 (Robinhood Chain, chain 4663, factory 0x7eD598…EC7e, verified on Sourcify). Sources keep the original PonsV2* names and MIT headers so you can diff them against the upstream. Builds are reproducible: submodules are pinned to exact commits and metadata is stripped (bytecode_hash = "none", cbor_metadata = false), so a fresh clone produces identical bytecode.
git clone --recurse-submodules https://github.com/adrianhihi/radian && cd radian forge build # runtime code of a contract as compiled: jq -r .deployedBytecode.object out/PonsV2LaunchFactory.sol/PonsV2LaunchFactory.json | cut -c1-80 # compare against what the chain runs (constructor immutables are embedded, so compare # after deploy with the pinned hash above, or diff the code sections yourself): cast code 0x90022cC2107De9c070F889E3A67009FcA270E4E2 --rpc-url https://rpc.testnet.arc.io | cut -c1-80
Numbers that must not be combined
- A curve's quote reserve includes the phantom reserve that shapes the price. It is not cash held; tracked quote is.
- Tokens in the 5-year buyback vault are locked, not burned. Burned $RADIAN lowers total supply; it does not move the curve price, which only sees reserves.
- Staking APR is computed from the current reward rate and the current $RADIAN price. It changes whenever either does and is not a promise.
- Indexer counts (trades, volume) can lag the chain by a few blocks and exclude retired or test launches. A dash means unknown, never zero.
- Stock stand-ins on testnet track a reference price for display only. They are not securities and have no redemption.