⚠️ Unaudited. This is a real, live MVP on Robinhood Chain mainnet, not a finished, audited product. Use, fork, or deploy at your own risk; do your own review before trusting it with real funds.
Frontend for Rallo, a launchpad built to pair new token launches against TILT as numeraire on Robinhood Chain, instead of the usual ETH or a stablecoin.
Launches run on Doppler (Uniswap v4 hooks) for the
actual bonding curve and pool. On top of that, a custom onchain fee
router splits swap-fee revenue between the token creator, Rallo, and
TILT, every launch registers with one shared, permanent router contract
rather than a fresh deploy per launch. See
docs/FEE_ROUTER.md for exactly how that's wired
up, and contracts/RalloDopplerFeeRouter.sol
for the reference contract source (the buildable/testable version lives
in a separate rallo-contracts repo, not yet published).
Built with Next.js.