Moon Rush Launchpad documentation. ← Back to $RUSH token site
Moon Rush Docs Launch Token

Transparency · Open source · Non-custodial

Launchpad documentation

Everything you need to deploy tokens, lock liquidity, and manage projects across Solana and EVM — including published contract source, fee mechanics, and live deployment addresses.

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.

Non-custodial You sign every transaction. Keys and supply stay with you.
Seven chains Solana, BSC, Ethereum, Base, Polygon, and Arbitrum from one UI.
OpenZeppelin EVM Token templates built on audited Solidity 0.8.24 libraries.
Token & LP locker Time-lock project tokens or LP positions with beneficiary release.
Creator dashboard Manage tokens, tax settings, locks, and releases in one place.
RUSH deflation Launch and lock fees fund automatic RUSH buy & burn on Solana.

Quick start

1 Connect wallet

Phantom, MetaMask, WalletConnect, Coinbase, Solflare, and more.

2 Choose product

Launch a token or lock tokens / LP.

3 Configure & pay

~$10 fee in native asset (USDC on Solana). One signed transaction.

4 Manage

Use the dashboard for tax, pairs, and lock release.

Tip: After launching a tax token, register your DEX pair and exempt the locker vault before locking liquidity — see locker disclaimer.

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

  1. Connect wallet — same wallet becomes token owner (EVM) or mint authority holder (Solana).
  2. Select chain & type — Standard, Tax, or Reflection / Baby.
  3. Configure — Name, symbol, supply, decimals, tax rates, optional metadata upload, optional renounce.
  4. Deploy — Pay the launch fee and confirm. Supply mints to your wallet.
  5. Verify & list — EVM tokens auto-submit to explorers; add liquidity and register pairs from the dashboard.
Solana standard tokens revoke mint authority at deploy so supply cannot be inflated later.

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

  1. Open /launch/locker/ and choose chain + lock type.
  2. Enter token (or LP) address, amount, beneficiary wallet, and unlock date.
  3. Confirm the tax / transfer-fee disclaimer on screen.
  4. Approve spend (EVM) and sign — Solana bundles fee + lock in one transaction.

On-chain architecture

ChainEntry pointVaultRelease
EVM MoonRushLockerFactory Per-lock MoonRushTokenLocker contract Beneficiary calls release()
Solana launchpad_locker program PDA vault ATA per lock Beneficiary signs withdraw
Tax & transfer-fee tokens: If your token charges buy, sell, or transfer fees, you must exempt the locker vault before depositing. Otherwise transfers may fail or withdraw less than expected. For Moon Rush tax tokens, add the locker address as an exempt wallet in the dashboard first.

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

  1. Collect — Fee sent to treasury (USDC on Solana; native token on EVM).
  2. Bridge — EVM fees converted to Solana via deBridge DLN (primary) or ChangeNOW (fallback).
  3. Swap — Treasury swaps USDC / SOL → RUSH on Jupiter.
  4. Burn — RUSH burned on-chain automatically (~every 5 minutes).
Bridge routing tries deBridge per chain first; if unavailable, ChangeNOW is used automatically. Operators can set 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…

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:

  1. Open your token address on BscScan, Etherscan, BaseScan, etc.
  2. Go to Contract → Verify and Publish.
  3. Select Solidity (Single file), compiler v0.8.24, MIT, optimization Yes · 200 runs.
  4. Paste the matching source from the section above (Standard, Tax, or Reflection).
  5. Enter constructor arguments (name, symbol, supply, decimals, owner, tax params if applicable).
  6. 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_KEY is configured.

Security model

  • No upgradeable proxies — Each token and locker is a fresh immutable deployment.
  • You are ownerOwnable (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.
Moon Rush does not provide financial or legal advice. Review your tokenomics and conduct due diligence before marketing or listing.

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.