Overview
Moon Rush Launchpad is a multichain toolkit for founders and communities. You connect your own wallet, pay a flat ~$10 service fee per launch or lock, and interact directly with on-chain programs — Moon Rush never custody your keys or token supply.
Quick start
Phantom, MetaMask, WalletConnect, Coinbase, Solflare, and more.
~$10 fee in native asset (USDC on Solana). One signed transaction.
Use the dashboard for tax, pairs, and lock release.
Supported chains & fees
Fees approximate $10 USD and are paid in the chain’s native gas token (or USDC on Solana).
| Chain | Launch / lock fee | Capabilities |
|---|---|---|
| Solana | 10 USDC | SPL & Token-2022, Metaplex metadata, on-chain tax hook program |
| BNB Smart Chain | ~0.015 BNB | EVM token factory + locker factory |
| Ethereum | ~0.004 ETH | Mainnet locker factory live; token factory rolling out |
| Base | ~0.004 ETH | L2 deployment — lower gas than mainnet |
| Polygon | ~40 MATIC | EVM-compatible launches & locks |
| Arbitrum | ~0.004 ETH | L2 rollup — fast, low-cost EVM |
| Robinhood Chain | ~0.003 ETH | Robinhood L2 — Uniswap V2, Blockscout verification |
In the dashboard, filter tokens and locks by chain using the chips at the top of the page.
Token launch
- Connect wallet — same wallet becomes token owner (EVM) or mint authority holder (Solana).
- Select chain & type — Standard, Tax, or Reflection / Baby.
- Configure — Name, symbol, supply, decimals, tax rates, optional metadata upload, optional renounce.
- Deploy — Pay the launch fee and confirm. Supply mints to your wallet.
- Verify & list — EVM tokens auto-submit to explorers; add liquidity and register pairs from the dashboard.
Token & liquidity locker
The Moon Rush Locker lets teams time-lock project tokens or LP pair tokens on Solana and EVM. Each lock costs ~$10, routed through the same treasury and RUSH burn pipeline as token launches.
Lock types
- Token lock — Lock ERC-20 / SPL tokens until a set unlock timestamp. Beneficiary claims after unlock.
- Liquidity lock — Lock Uniswap V2–style or Solana LP tokens to demonstrate liquidity commitment.
Create a lock
- Open /launch/locker/ and choose chain + lock type.
- Enter token (or LP) address, amount, beneficiary wallet, and unlock date.
- Confirm the tax / transfer-fee disclaimer on screen.
- Approve spend (EVM) and sign — Solana bundles fee + lock in one transaction.
On-chain architecture
| Chain | Entry point | Vault | Release |
|---|---|---|---|
| EVM | MoonRushLockerFactory |
Per-lock MoonRushTokenLocker contract |
Beneficiary calls release() |
| Solana | launchpad_locker program |
PDA vault ATA per lock | Beneficiary signs withdraw |
Release after unlock
Only the beneficiary wallet (set at lock creation) can release funds — from the dashboard Locks tab or directly on-chain.
Creator dashboard
The Creator Dashboard is the control center for everything your wallet has launched or locked.
Views & filters
- All / Tokens / Locks — Combined view or focus on deployments vs locks.
- Chain filter — Solana, BSC, Ethereum, Base, Polygon, or Arbitrum.
Token management
- Private labels, copy addresses, explorer links, verification status
- Live on-chain owner, supply, and tax configuration
- EVM tax tokens — Register DEX pair, exempt wallets, update tax wallet & rates
- Solana tax / baby tokens — Exempt, blacklist, pool registration, renounce admin
- Shortcut to create a lock for your token
Lock management
- Unlock countdown and on-chain withdrawn status
- Copy locker / vault address (for tax exempt setup)
- Release / withdraw as beneficiary after unlock time passes
Token types
Templates follow industry-standard launchpad patterns (see PinkSale contracts).
Standard
Fixed-supply ERC-20 or SPL token. Entire supply minted to your wallet at deploy. No hidden mint. Solana standard launches revoke mint authority automatically.
Tax
Configurable buy, sell, and transfer tax (up to 25% per leg). Solana uses Token-2022 with an on-chain transfer hook; EVM uses Ownable tax logic. Register your DEX pair after adding liquidity so swaps are taxed correctly.
Reflection (Baby)
Buy/sell taxes accumulate in an on-chain reward vault — the classic baby-token pattern. Solana uses the launchpad tax program with a dedicated reward vault PDA.
Fees, bridging & RUSH burn
Every token launch and lock collects approximately $10 USD on the target chain.
Fee pipeline
- Collect — Fee sent to treasury (USDC on Solana; native token on EVM).
- Bridge — EVM fees converted to Solana via deBridge DLN (primary) or ChangeNOW (fallback).
- Swap — Treasury swaps USDC / SOL → RUSH on Jupiter.
- Burn — RUSH burned on-chain automatically (~every 5 minutes).
CHANGENOW_PREFERRED_CHAINS in API config to force specific routes.
Contract source code
Full Solidity source — MIT license. Compiler 0.8.24, optimizer 200 runs, OpenZeppelin dependencies.
MoonRushTokenFactory.sol
Loading…
Raw files: Token Factory · Standard · Tax · Reflection · Locker Factory · Token Locker
Deployed addresses
Live addresses loaded from the launchpad API. Always confirm they match this page before interacting. Locker factories are live on BSC and Ethereum; Robinhood Chain and other EVM networks deploy on demand.
Loading deployed addresses…
Manual verification
If auto-verification is pending, verify manually on your chain’s explorer:
- Open your token address on BscScan, Etherscan, BaseScan, etc.
- Go to Contract → Verify and Publish.
- Select Solidity (Single file), compiler v0.8.24, MIT, optimization Yes · 200 runs.
- Paste the matching source from the section above (Standard, Tax, or Reflection).
- Enter constructor arguments (name, symbol, supply, decimals, owner, tax params if applicable).
- Submit — explorer should show “Successfully verified”.
Automatic verification
EVM tokens launched through the platform are automatically submitted to block explorers via the Etherscan V2 API (BscScan, Etherscan, BaseScan, Polygonscan, Arbiscan).
- Flattened OpenZeppelin source with exact constructor arguments.
- Dashboard status: Verifying… → ✓ Verified.
- Locker factory deployments verify at deploy time when
ETHERSCAN_API_KEYis configured.
Security model
- No upgradeable proxies — Each token and locker is a fresh immutable deployment.
- You are owner —
Ownable(EVM) or admin (Solana tax) is set to your wallet at launch. - No backdoor mint — Supply minted once; standard Solana mint authority revoked.
- Factories are limited — Factories deploy contracts and forward fees; they cannot move your tokens.
- Verify yourself — Match explorer bytecode to the published source on this page.
Post-launch checklist
- Add liquidity on your chosen DEX
- Register the pair (tax tokens) from the dashboard
- Exempt team wallets and locker vaults from transfer tax
- Lock liquidity via Locker
- Confirm contract verification on the explorer
- Share mint / contract address and docs with your community
FAQ
Does Moon Rush hold my tokens?
No. Launches mint to your wallet. Locks hold tokens in an on-chain vault until unlock — only the beneficiary can release.
Can Moon Rush change my contract later?
No. Each deployment is immutable. Only the owner or beneficiary can take permitted actions.
Where does the $10 fee go?
To the Moon Rush treasury, then bridged/swapped to RUSH and burned on Solana. Launches and locks share the same pipeline.
Do I need to exempt the locker from taxes?
Yes, for taxed tokens. Add the locker vault as exempt before locking or deposits may fail.
Which wallet releases a lock?
The beneficiary address set at lock creation — not necessarily the creator wallet.
Is the code audited?
Contracts use OpenZeppelin and published PinkSale-style patterns. Full source is public for community review — conduct your own due diligence.