> For the complete documentation index, see [llms.txt](https://docs.flash.trade/flash-trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flash.trade/flash-trade/getting-started/how-to-swap-tokens.md).

# How to Swap Tokens

Swap any Solana token inside flash.trade — the **Swap** tab routes your trade through [Jupiter](https://jup.ag) to find the best price across Solana liquidity. This is spot exchange: separate from perps trading, and separate from the automatic collateral conversion inside liquidity pools.

### Two modes

| Mode    | What you get                                                          |
| ------- | --------------------------------------------------------------------- |
| **EZY** | A minimal pay/receive card — pick tokens, enter amount, swap          |
| **PRO** | The same card plus charts, market data, and a live swap activity feed |

Toggle between them with the **Swap mode** switch on the trade card.

### Make a swap

{% stepper %}
{% step %}
**Pick your tokens**

Choose the token to pay with and the token to receive. The search finds any listed Solana token.
{% endstep %}

{% step %}
**Enter the amount**

Type an amount or use the percentage buttons. The quote updates live.
{% endstep %}

{% step %}
**Review the route**

Check **Route Info**, **Price Impact**, **Maximum Received**, **Optimised Slippage**, and **Platform Fee** — the quote shows the full effective price before you commit.
{% endstep %}

{% step %}
**Confirm**

Click swap and approve in your wallet. Swaps settle on Solana with a normal wallet signature. Your swap appears under **Balances / History / Limit Orders** at the bottom of the page.
{% endstep %}
{% endstepper %}

<div data-with-frame="true"><figure><img src="/files/ZFIzzY4YpYgC5g2BZUne" alt="" width="364"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Swap fees are route fees.** Pricing comes from the Jupiter route (shown in the quote), not from Flash's perps fee schedule. Slippage Tolerance defaults to Auto and is adjustable on the card.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flash.trade/flash-trade/getting-started/how-to-swap-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
