> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jup.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Jupiter Terminal?

> Overview of Jupiter Terminal — Jupiter's trading interface for advanced users on Solana.

Jupiter Terminal is a trading interface built for users who need more data, faster execution, and deeper market visibility than the standard [Jupiter Swap](https://jup.ag/swap).

Terminal uses the same swap routing engine as Jupiter Swap. The difference is the interface: Terminal provides real-time token discovery feeds, detailed token analysis pages, charting tools, wallet tracking, and configurable trade settings — all in a single workspace.

Terminal is available at [jup.ag/terminal](https://jup.ag/terminal).

## Who is Terminal for?

Terminal is designed for active traders who want to:

* Monitor new token launches and market activity in real time
* Analyze token data (holders, liquidity, developer activity, trading volume) before trading
* Track other wallets and their trades
* Configure trade execution parameters manually (slippage, priority fees)

Users looking for a simple swap experience may prefer [Jupiter Swap](https://jup.ag/swap).

## Mobile access

Jupiter Terminal is available on the Jupiter Mobile app:

* **Android**: [Google Play Store](https://play.google.com/store/apps/details?id=ag.jup.jupiter.android)
* **iOS**: [Apple App Store](https://apps.apple.com/us/app/jupiter-mobile/id6484069059)

## Classic mode vs Trench mode

Terminal offers two interface modes. Both modes execute swaps identically — the difference is purely in the interface layout. You can switch between them in **Settings → Terminal → Trading Mode** (gear icon in the top navigation bar).

<Tabs>
  <Tab title="Classic mode">
    Classic Jupiter UX with a simple swap widget. Cleaner layout, less information density, and a straightforward swap flow. Uses Ultra only. Suited for users who want a readable, uncluttered experience or who are new to Terminal.
  </Tab>

  <Tab title="Trench mode">
    Pro Terminal UX optimized for one-click trading. Compact trade widget, manual presets, and more real-time data visible at once. Designed for users who trade frequently — especially on volatile tokens — and need to adjust parameters quickly between transactions.
  </Tab>
</Tabs>

<Tip>
  For one-click trading in Trench mode, use Jupiter Wallet and enable Auto-Approve.
</Tip>

<Note>
  Classic and Trench mode affect the interface only. Routing, pricing, and swap execution are identical in both modes.
</Note>

## Settings

The Settings panel (gear icon in the top navigation bar) lets you configure how Terminal behaves. It is organised into three tabs:

<Accordion title="General">
  * **Default Currency** — set the currency used to display values (e.g. SOL, USD)
  * **Preferred Explorer** — choose the block explorer used for transaction links (e.g. Solscan)
  * **Number Format** — switch between local format (e.g. 12,345.67) and abbreviated (e.g. 12.35k)
  * **Show Top Token Bar** — toggle the top bar showing Watchlist, Positions, and Recent tokens
  * **RPC Endpoint** — choose between Triton, Helius, or a custom RPC. Latency is displayed for each option.
</Accordion>

<Accordion title="Terminal">
  * **Trading Mode** — switch between Classic and Trench mode
  * **Sounds Alerts** — toggle trading sound alerts, adjust notification volume, and customise sound effects for buy and sell actions
</Accordion>

<Accordion title="Portfolio">
  * **Currency** — currency used for portfolio values (USD or SOL)
  * **Hide positions** — show or hide certain positions (e.g. dust, all)
  * **Health mode** — display health-related metrics (e.g. Ratio)
  * **Holdings PnL** — time range for PnL calculation (e.g. All time)
</Accordion>

## Trade execution

By default, Terminal uses [Jupiter Ultra](/user-docs/trade/swap) to execute trades. In this mode, slippage, priority fees, and MEV protection are handled automatically.

Alternatively, you can use **Trade Presets** to manually configure:

* **Slippage tolerance** — the maximum price difference you accept between quote and execution
* **Priority fee** — an additional fee paid to Solana validators to prioritize your transaction
* **Tip** — an optional incentive paid to the transaction executor (searcher or relayer) to improve execution speed

<Tip>
  If you are unsure which settings to use, stick with Ultra mode. It adjusts slippage, priority fees, and MEV protection automatically based on current network conditions.
</Tip>

<Accordion title="What is MEV protection?">
  MEV (Maximal Extractable Value) refers to profit that can be extracted from users by reordering, inserting, or front-running transactions before they are confirmed onchain. Common MEV attacks include **front-running** (buying before your trade to push the price up) and **sandwich attacks** (buying before and selling after your trade).

  Jupiter Ultra includes MEV protection by default, which routes transactions in a way that reduces exposure to these attacks. When using manual Trade Presets, MEV protection settings depend on your configuration.

  MEV protection reduces the risk of these attacks but does not eliminate it entirely.
</Accordion>

<Accordion title="What is gasless trading?">
  Gasless trading is activated when your wallet does not have enough SOL to cover transaction fees. A relayer submits the transaction on your behalf and covers the SOL cost.

  The gasless fee is based on the USD value of the SOL the relayer pays, converted into the token you are trading. The surcharge can bring total fees up to 10% maximum, and the fee is fixed (not proportional to trade size), so the percentage impact is smaller on larger trades.

  Gasless is designed primarily for onboarding (e.g. new wallet with USDC but no SOL). For best execution, using SOL for gas is recommended when possible.

  For full details, see [Fees](/user-docs/trade/terminal/fees).
</Accordion>

## Rent Reclaim

When you interact with tokens on Solana, your wallet pays **rent** — a small SOL deposit required to keep token accounts open onchain. Over time, unused token accounts (e.g. from tokens you no longer hold) can accumulate, locking small amounts of SOL.

Rent Reclaim lets you close these empty accounts and recover the locked SOL. It is available at three locations on jup.ag:

* **Homepage** — below the portfolio widget, visible only if you have 10 or more reclaimable accounts
* **Wallet side drawer** — accessible from your wallet panel
* **My Positions toolbar** — on token pages

<Tip>
  If you trade many tokens, rent deposits can add up. Reclaiming periodically frees up SOL that would otherwise sit locked in unused accounts.
</Tip>

<Warning>
  **Known limitations:**

  * If you dismiss the Rent Reclaim notification on the homepage, the prompt will no longer appear there. You can still access Rent Reclaim from the wallet side drawer or the My Positions toolbar on token pages.
  * Rent Reclaim is currently not compatible with Trust Wallet's in-app browser. If you use Trust Wallet, try accessing jup.ag through a different browser instead.
</Warning>

***

## Token & Trading

<CardGroup cols={1}>
  <Card title="Token Page" icon="chart-line" href="/user-docs/trade/terminal/token-page">
    Market data, safety indicators, charts, and trading tools for any token.
  </Card>
</CardGroup>

## Explore Terminal

<CardGroup cols={3}>
  <Card title="Discover" icon="magnifying-glass" href="/user-docs/trade/terminal/token-discovery">
    Browse tokens by category using curated feeds and filters.
  </Card>

  <Card title="AlphaScan" icon="radar" href="/user-docs/trade/terminal/alphascan">
    Real-time feed of new token launches across Solana.
  </Card>

  <Card title="Tracker" icon="eye" href="/user-docs/trade/terminal/tracker">
    Follow wallets and monitor their trades in real time.
  </Card>

  <Card title="Positions" icon="chart-pie" href="/user-docs/trade/terminal/positions">
    Your portfolio performance, PnL, and trading history.
  </Card>

  <Card title="Watchlist" icon="star" href="/user-docs/trade/terminal/watchlist">
    Save tokens and track them with market data and curated news.
  </Card>

  <Card title="Launchpad Screener & Runners" icon="rocket" href="/user-docs/trade/terminal/launchpad-screener-and-runners">
    Cross-launchpad analysis and Runner criteria.
  </Card>
</CardGroup>
