> ## 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.

# Jupiter Spot Fees

> Fee structure for trading on Jupiter Spot — network fees, Jito tips, Jupiter commission, and gasless trading.

When trading on Jupiter Spot you may pay up to three types of fees, depending on the product and execution mode. By default, Spot uses [Jupiter Ultra](/user-docs/trade/spot/ultra-mode) to execute trades.

## Fee structure

### Solana network fees

Small fees required to submit and process your transaction on the Solana blockchain. These are not charged by Jupiter and are paid regardless of whether your trade succeeds. In Ultra Mode, Jupiter dynamically sets this fee for you.

### Jito tip

A fee paid to <Tooltip tip="A Solana-based MEV infrastructure provider that routes transactions through specialized validators">Jito</Tooltip> validators when using MEV-protect or Jito-only transaction broadcasting. This applies in Manual Mode when Jito is selected as a broadcasting option. See [Manual Mode](/user-docs/trade/spot/manual-mode) for details.

### Jupiter commission

A fee charged by Jupiter on certain products. The rate depends on the product and, for Ultra Mode, on the token pair.

| Product                   | Fee                                         | Details                                                                                                                                                                                                             |
| ------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ultra Mode                | 0–0.5%                                      | Varies by pair and volatility. More stable pairs tend toward the lower end; more volatile pairs (e.g. newly launched tokens) toward the higher end. See [Ultra Mode — Fees](/user-docs/trade/spot/ultra-mode#fees). |
| Manual Mode (Market Swap) | 0%                                          | No Jupiter commission on manual swaps.                                                                                                                                                                              |
| Limit Orders (V1)         | 0.1% flat                                   | See [Limit Orders — Fees](/user-docs/trade/spot/limit-orders#limit-order-v1).                                                                                                                                       |
| Limit Orders (V2)         | 0.03–0.1% base + Ultra routing fee (0–0.5%) | See [Limit Orders — Fees](/user-docs/trade/spot/limit-orders#fees).                                                                                                                                                 |
| Recurring Orders (V1)     | 0.1% flat                                   | See [Recurring Orders — Fees](/user-docs/trade/spot/recurring-orders#fees-1).                                                                                                                                       |
| Recurring Orders (V2)     | 0.03–0.1% base + Ultra routing fee (0–0.5%) | See [Recurring Orders — Fees](/user-docs/trade/spot/recurring-orders#fees).                                                                                                                                         |

<Note>
  Fees are included in the quote shown before you confirm. Manual swaps do not incur any Jupiter commission — you only pay Solana network fees and, if applicable, Jito tips.
</Note>

<Note>
  Swaps placed natively in the Jupiter Mobile app follow a separate Mobile fee schedule. See [Jupiter Mobile fees](/user-docs/global/mobile/fees).
</Note>

## Gasless trading fees

Gasless trading is activated when your wallet does not have enough SOL to cover transaction fees (signature fees, priority fees, and rent). In this case, a relayer submits the transaction on your behalf and covers the SOL cost.

The gasless fee is calculated based on the USD value of the SOL the relayer pays on your behalf, converted into an equivalent amount in the token you are trading.

Key details:

* The gasless surcharge can bring total fees up to **10% maximum**
* The gasless fee is a **fixed cost**, not proportional to trade size. This means the percentage impact is smaller on larger trades and larger on smaller trades.
* There is a **minimum trade size** for gasless swaps. If the trade amount is too small, the gasless fee would exceed the 10% threshold and the transaction will not be eligible.
* Gasless fees are **separate from** the standard swap fee. When gasless is activated, both fees apply.
* This surcharge does not apply to swaps routed through [JupiterZ](/user-docs/trade/spot/ultra-mode#gasless-trading), where the market maker covers the gas at no additional cost to you.

<Tip>
  Gasless trading is designed primarily for onboarding situations, for example when you create a new wallet and transfer USDC but don't yet hold SOL. For the best execution, using SOL for gas is recommended when possible.
</Tip>

## Ultra mode vs manual mode

Spot offers two execution modes:

| Setting            | Ultra mode (default)    | Manual mode (Trade Presets) |
| ------------------ | ----------------------- | --------------------------- |
| **Slippage**       | Automatically optimized | Set by user                 |
| **Priority fee**   | Automatically optimized | Set by user                 |
| **Tip**            | Automatically optimized | Set by user                 |
| **MEV protection** | Enabled by default      | Depends on configuration    |

<Accordion title="What are priority fees and tips?">
  **Priority fee** — An additional fee (in SOL) paid to Solana validators. Higher priority fees increase the likelihood that your transaction is included in the next block, which matters during periods of network congestion.

  **Tip** — An optional incentive (in SOL) paid to the transaction executor (a searcher or relayer) to prioritize your transaction's execution. Tips are separate from priority fees and are used to compete for faster inclusion when multiple transactions target similar opportunities.

  In Ultra mode, both values are set automatically based on current network conditions. In manual mode, you control them directly.
</Accordion>

<Warning>
  Setting slippage tolerance too high in manual mode can result in unfavorable execution prices. Setting it too low can cause transactions to fail. If you are unsure, use Ultra mode — it adjusts these parameters automatically.
</Warning>

***

<CardGroup cols={2}>
  <Card title="Risks and Limitations" icon="triangle-exclamation" href="/user-docs/trade/spot/risks-and-limitations">
    Understand the risks of trading on Spot.
  </Card>

  <Card title="Token Page" icon="chart-line" href="/user-docs/trade/spot/token-page">
    All the data available when you open a token.
  </Card>
</CardGroup>
