MTrade — Trading Terminal
MTrade is Moono’s free trading terminal for pump.fun-launched tokens. It is not tied to a loan: any registered Moono user can trade supported pump.fun/PumpSwap markets through the Moono routing instructions.
Supported Public Markets
Section titled “Supported Public Markets”| Quote configuration | Buy | Buy exact quote in | Sell | Migrate button |
|---|---|---|---|---|
| pump.fun / WSOL | mtrade_buy_0 | mtrade_buy_exact_quote_in_0 | mtrade_sell_0 | mtrade_migrate_0 |
| pump.fun / USDC | mtrade_buy_2 | mtrade_buy_exact_quote_in_2 | mtrade_sell_2 | Not exposed in UI yet |
The program has mtrade_migrate_2, but the frontend integration guide marks the high-level helper as not exported yet. Until helper and e2e coverage exist, the public UI should not advertise a USDC migrate button.
Why MTrade
Section titled “Why MTrade”- One token page before and after graduation — the handler routes through pump.fun or PumpSwap based on market state.
- One ALT per token — generate an Address Lookup Table once, then reuse it for future trades.
- Quote-aware balances — WSOL trades use the WSOL quote path; USDC trades use the USDC quote path.
- No Moono protocol fee — only the underlying pump.fun or PumpSwap fees apply.
- Delegated trading — trades can be signed by the wallet owner or the profile service wallet.
1. Pick a Launch Configuration
Section titled “1. Pick a Launch Configuration”Open /trade and select the market family:
pump.fun / WSOLpump.fun / USDC
The selected configuration determines the quote mint, token accounts, and method family.
2. Pick a Token
Section titled “2. Pick a Token”Paste a pump.fun-launched base mint. MTrade derives the pump.fun bonding curve and PumpSwap accounts for that token.
3. Generate the ALT
Section titled “3. Generate the ALT”MTrade uses an Address Lookup Table because the universal trade instructions need many pump.fun and PumpSwap accounts. Generate the ALT once per token and reuse it for every buy/sell.
Regenerate the ALT if external fee recipients or account tails change.
4. Trade
Section titled “4. Trade”The token page exposes:
- Buy Exact — choose exact base tokens out and max quote in.
- Buy Market — choose exact quote amount to spend and minimum base out.
- Sell — choose exact base tokens in and minimum quote out.
WSOL flows may wrap native SOL as needed. USDC flows spend and receive SPL USDC directly. Keep native SOL in the wallet for transaction fees either way.
5. Migrate When Supported
Section titled “5. Migrate When Supported”For WSOL markets, if a curve is complete but the PumpSwap pool has not been created, MTrade can send mtrade_migrate_0. After migration, the same token page trades through PumpSwap.
For USDC markets, migration support exists on-chain but is not exposed in the public UI until the frontend helper is added and covered by e2e tests.
Service Wallet
Section titled “Service Wallet”Every trade can be signed by either:
- the profile owner wallet
- the profile service wallet
Tokens received by the service wallet land in the service wallet’s token accounts. Move them back to the owner wallet through the app or your own wallet tooling.
Limits
Section titled “Limits”- Buy/sell uses ALT-backed transactions.
- Slippage is enforced by
min_*_outandmax_*_inarguments. - MTrade does not bypass pump.fun or PumpSwap fees.
- Bring your own token mint until a realtime discovery list is available.