Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Market orders

A market order executes at the current on-chain price. It submits as soon as you confirm.

Market buy

  1. Open a token's trade page.
  2. Make sure the Market tab is selected (it is by default).
  3. Enter the amount in SOL — for example, 0.1.
  4. Check slippage and priority fee under the gear icon. Defaults are reasonable. See Slippage and priority fees.
  5. Hit Buy.

If your slippage or priority fee is unusually high, a confirmation dialog fires before the trade submits.

::: info Minimum SOL You need the buy amount plus ~0.002 SOL for network fees. First-time buys of a token also incur a small one-time Solana token account creation cost. Keep at least ~0.01 SOL as buffer. :::

Market sell

Sells have two input modes:

ModeWhat you enter
PercentageA % of your current holdings (25 / 50 / 100 or custom)
Exact amountThe exact number of tokens to sell

Buttons on the trade page and in the Sell popup switch between modes.

Quick buy from Pulse / Discover

You can skip the trade page entirely. From Pulse or Discover, the buy pill on each token row fires a one-click buy using your active Quick-buy preset.

Where it submits

Interstate routes the trade to the correct DEX automatically:

  • Pump.fun bonding curve
  • PumpSwap (post-graduation)
  • Raydium CPMM / CLMM / Launchpad
  • Meteora DBC / AMM V1 / AMM V2 (CPAMM) / DLMM
  • MoonShot

For Turnkey wallets (email/Google signup) the transaction goes through the standard RPC path. For imported local wallets you can also route through Jito or Nozomi for MEV protection. See MEV protection and Order execution.

Slippage validation

ValueBehavior
Below 0.01%Rejected
0 enteredAuto-corrected to the 0.1% floor
Above 100%Rejected
Unusually high valueConfirmation dialog before submission

What you see on success

  • Toast with token amount received and SOL spent
  • Solscan transaction link
  • Position appears in Portfolio
  • Unrealized PnL updates live as the price moves

Common errors

ErrorMeaning
NO_ACTIVE_POOLNo pool above the liquidity floor for this token
POOL_GRADUATEDPool graduated between price quote and submission — retry
Insufficient SOLYour wallet balance is below the trade amount plus fees

See Pool discovery for the full error taxonomy.

Read next