Reference
Contract addresses
The contracts this app is connected to, on Robinhood Chain.
Always verify you are interacting with these exact addresses.
USDGThe numeraire. 6 decimals.
0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168Chain
Robinhood Chain, id 4663. The numeraire is USDG, which has 6 decimals — a common source of off-by-a-million errors when integrating. Coins and leveraged tokens are 18.
Verifying a coin
Do not trust a coin address from anywhere but the launcher. LaunchPad.launches(token)
returns a zero pool for anything it did not create, and the router refuses those with
UnknownCoin. That check is a public call — anyone can run it, and it is the same one this
app runs before it shows you a coin. Reading the chain has the
rest of what is readable.