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

Withdrawals

Move funds out of your Interstate wallet to any external address.

Open the withdraw tab

Header → DepositWithdraw tab (same modal as deposits).

Fees

ChainFee
Solana0.0005 SOL flat, per withdrawal.
MonadGas only (Monad charges on gasLimit — see Trading on Monad).

The Solana fee is not a percentage. It's the same whether you withdraw 0.01 SOL or 100 SOL.

Chain-aware routing

The withdraw action is chain-aware. The request carries a chain field — the backend routes to the Solana or Monad handler automatically based on the chain selected in the app header. There is no separate "Monad Withdraw" button to hunt for.

Pick the chain in the header before opening the modal. The amount and destination fields validate against that chain's format.

Monad — 10 MON reserve

::: danger 10 MON must remain after withdrawal Every Monad withdrawal pre-checks that your MON balance stays ≥ 10 MON after the transfer and gas. Withdrawals that would breach the reserve are rejected. :::

The 10 MON floor is the same rule that applies to trading — see Trading on Monad. Plan withdrawals to leave the reserve plus gas buffer.

Destination address validation

ChainFormat expected
SolanaBase58, 32–44 chars, on the Ed25519 curve.
MonadEVM, 0x prefix, 40 hex chars, checksum-aware.

Sending to the wrong-chain format is blocked at submission. Sending to a valid-format address on the wrong chain is not blocked — the burden is on you to pick a correct destination.

::: danger Double-check the address Withdrawals are on-chain and irreversible. Paste the address fresh — clipboard hijacking malware is a known attack vector. :::

Multi-wallet withdrawals

Withdrawals debit the wallet currently selected in the header switcher. To withdraw from a different wallet, switch first.

To consolidate before withdrawing, use the redistribute flow in multi-wallet settings — see Managing multiple wallets.

Withdrawal history

Accessible from the Withdraw tab. Shows:

  • Destination address
  • Amount and chain
  • Status (pending / completed / failed)
  • Transaction hash (links to Solscan or the Monad explorer)

Use it to confirm a withdrawal landed before contacting support.

Common failures

ErrorCause
Insufficient balanceAmount + fee > wallet balance.
Reserve breach (Monad)Would drop you below 10 MON.
Invalid addressWrong format for the selected chain.
Network congestionSolana priority-fee landing issues — retry after a minute.

What to do next