> For the complete documentation index, see [llms.txt](https://docs.soulswap.finance/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soulswap.finance/docs/user-guides/exchange/swapping-tokens.md).

# Swapping Tokens

Navigate to our interface accessible via the designated URL:[ app.soulswap.finance](https://beta.soulswap.finance)<br>

![Example of what your page looks like when exchanging FTM for SOUL on our exchange found here.](/files/Mb9fAyKSTEC6TsYlpood)

Select the currencies you are swapping. In our case, we will be swapping our **FTM** for **SOUL**.

Input the **amount** as the amount of currency you want to exchange FROM.

Confirm Prompt Details:\
\
**1. Amount From**: this is the amount of the FROM currency to be exchanged.

**2. Amount Received:** this is the amount of the TO currency expected in return for the given FROM amount.

**3. The details of the transaction**: price, minimum received, price impact, and liquidity provider fee).

**4. Swap (Anyway) button**: enables us to proceed with our transaction.\
\
**Note**: you may have noticed that the amount of **SOUL** (from token) has changed in the **Confirm Prompt**. This is because users like yourself are also swapping, in real time, which causes the value of each currency in the pair (in this case, **SOUL/FTM**) to exchange. \
\
Now there will be a prompt to wait for confirmation, the a MetaMask notification at the top right of our screen, providing you with a few options to choose from.\
\
Notice at the top of the MetaMask notification the account you are sending FTM to and address, the address belongs to the contract we are sending our FTM to in order to activate the swap function, which will send us the equivalent TO tokens, in our demonstrated case SOUL in a decentralized fashion. Confirm this notification to approve. This will submit the transaction to be mined and, if successful, we will receive the coveted SOUL.

Ensure your transaction was successful by viewing your updated balances for the FROM token and the TO token. Congratulations, you now own **SoulPower** -- take a bow!&#x20;


---

# 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.soulswap.finance/docs/user-guides/exchange/swapping-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.
