What works where
This is the one reference for the question every creator and trader actually asks: “can I do this here?” It puts every feature against every chain, with an honest four-state legend. When a cell and the launch form disagree, the launch form wins - every cell here is read from the same flags the form reads, and this page is regenerated from them, not written by hand.
How to read this
Each cell is one of four states. The word is the meaning - colour only echoes it, so the table reads the same to everyone:
| State | Means |
|---|---|
| Live | Deployed and working on the chain’s current network - you can do it right now. |
| Built | The code exists end to end and is tested, but a flag holds it off - usually an audit, a client sign-off, or one watched production run. Nothing to spend money on yet. |
| Planned | On the roadmap for this chain; no working path yet. A waitlist may exist. |
| - | Not available on this chain, by construction - a property of the chain, not a to-do. The “Why” section below names each one. |
The chains
Five chains, three execution styles. The launch-path maturity below is each chain’s overall state - the per-feature detail is in the matrix.
| Chain | Kind | Native | Launch path | Notes |
|---|---|---|---|---|
| Robinhood Chain | EVM | ETH | Live | The home venue. The only chain with tokenized-equity features. |
| BNB Smart Chain | EVM | BNB | Live | Same contracts; graduates on PancakeSwap. Reach, not new features. |
| Base | EVM | ETH | Live | Runs canonical Uniswap V4 - tokens graduate straight to a hooked V4 pool. |
| Ronin | EVM | RON | Coming soon | Graduates on Katana. No LayerZero endpoint, so no cross-chain expansion. |
| Solana | SVM | SOL | Live | A different machine: Meteora curves, Raydium custom pairs, pump.fun mode. |
The matrix
Read a row to compare a feature across chains; read a column to see everything one chain can do. Superscripts point at the footnotes below.
Launching a token
| Feature | RH | BSC | BASE | RON | SOL |
|---|---|---|---|---|---|
| Bonding-curve launch | Live | Live | Live | Planned | Live1 |
| Custom-pair pool (no curve) | - | - | - | - | Live2 |
| pump.fun bundle mode | - | - | - | - | Built3 |
| Dev buy (atomic first buy) | Live | Live | Live | Planned | Live |
| Vanity / chosen address | Live | Live | Live | Planned | Built4 |
Token economics
| Feature | RH | BSC | BASE | RON | SOL |
|---|---|---|---|---|---|
| Creator-set swap fee (25/70/5) | Live | Live | Live | Planned | Live5 |
| Fee routing (burn / stakers) | Live | Live | Live | Planned | -5 |
| Reward token (tax → holders) | -6 | -6 | -6 | -6 | Built6 |
| Pay fees in tokenized stock | Built7 | -7 | -7 | -7 | -7 |
| Hooked venue (V4 / Infinity) | Live | Live | Live | -8 | - |
Distribution, cross-chain & platform
| Feature | RH | BSC | BASE | RON | SOL |
|---|---|---|---|---|---|
| Transparent bundler | Built | Built | Built | Planned | -9 |
| Token locks & vesting | Built | Built | Built | Planned | -9 |
| Cross-chain expansion (OFT) | Built | Built | Built | -10 | Planned10 |
| In-app bridge & swap | -11 | Live11 | Live11 | Live11 | Live11 |
| Referral earnings | Live | Live | Live | Planned | -12 |
Why some cells say “not available”
A - is never a hidden roadmap item - it is a fact of the chain. The numbered notes:
- 1 · Solana curve. A native-SOL launch opens a Meteora Dynamic Bonding Curve, not a Degenland contract curve. Same idea, different engine.
- 2 · Custom pairs are Solana-only. Picking a non-SOL pair token opens a Raydium CLMM pool that trades from block one with no curve and no graduation. EVM chains express “a different quote” through admin-whitelisted quote assets instead - see Every launch option.
- 3 · pump.fun is a Solana venue. The bundle mode creates your token on pump.fun’s own program. There is no pump.fun on any EVM chain. Full detail, with the corrected numbers, on pump.fun bundles.
- 4 · Solana vanity is bundled with pump mode. A chosen
…pump-style mint address is offered only inside the pump.fun bundle flow, so it inherits that mode’s state. EVM chains grind aCREATE2salt in the standard launch form - see Vanity addresses. - 5 · Solana economics are different. Solana trades pay Meteora’s pool fee (protocol keeps a fixed share; the rest reaches the launch), and the creator claims from the token page. There is no burn/staker/stock routing menu on Solana, and - unlike EVM - no on-chain referral withholding (note 12).
- 6 · Reward tokens split EVM vs Solana. Only Solana’s Token-2022 program can tax every transfer on any venue. EVM ERC-20s cannot, so an EVM “reward” reaches holders only through the official pool’s fee (the staker routing). This is the single most-confused feature - Reward tokens explains it in full.
- 7 · Tokenized stock needs Robinhood Chain. Equities settle as ordinary tokens only there; the pay-in-stock rail cannot exist elsewhere. See Tokenized equities.
- 8 · Ronin has no V4-class venue. Katana is a Uniswap-V3 fork, so a Ronin token graduates to Katana V3; there is no hooked pool to elect.
- 9 · Solana has no bundler or locker program. There is no per-wallet cap to bundle around; the flow offers a first-buy split instead (one first buy to you, then plain transfers), which is not recorded on-chain as a bundle. See Locks & the bundler.
- 10 · Expansion needs a LayerZero endpoint. LayerZero runs no endpoint on Ronin, so Ronin can neither send nor receive an expansion - permanently, until that changes upstream. Solana’s legs ship in a later wave (counsel-gated). And a reward token is excluded from expansion on every chain. See Cross-chain expansion.
- 11 · The in-app bridge runs on LI.FI, not Robinhood. The bridge & swap is one LI.FI widget that bridges across, and swaps on, Ethereum, BSC, Base, Ronin and Solana. It works today on real mainnets - the one Degenland surface that does - so it reads Live even while the launch venues are testnet. Robinhood Chain is deliberately excluded: its cross-chain path is our own LayerZero OFT bridge (note 10), not LI.FI. Our
0.75%fee is disclosed but not collected until the integrator is registered. - 12 · Referrals are EVM-only today. The EVM launchpad withholds the referral share on-chain; the Solana curve (Meteora DBC) has no such bucket, so a Solana trade records a referral of exactly
0. Your link still works platform-wide - it just earns nothing on Solana volume. See Referrals.
One caveat: it is all testnet
Every launch Live above means “works on that chain’s test network” - Robinhood Testnet, BSC Testnet, Base Sepolia, Solana Devnet. The mainnet launchpad set is not deployed anywhere yet, so no launch here spends real money. A chain flips to real mainnet only once its full launch → trade → graduation path has been verified live - the same honesty rule the enabled flag in the registry enforces in code. (The one exception is the LI.FI bridge/swap, note 11, which runs on real mainnets today.)
For the per-chain venue detail behind these cells - graduation targets, fee tiers, wallet formats - see Chains & venues.
