> For the complete documentation index, see [llms.txt](https://docs.saros.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saros.xyz/saros-amm/swap/swap-on-sarosswap.md).

# How To Swap on SarosSwap

## 1. Set up Solana Wallet

At the moment, users can connect to Saros using popular wallet apps such as Saros Wallet, Coin98 Wallet, Phantom, etc.

You need to download and set up a Multichain or Solana wallet to use Swap feature

Kindly refer to this [guide on Download and set up wallet](/saros-amm/faqs/connect-the-wallet-to-saros.md)

### Gas fee and SPL standard

It should be noted that Saros Finance is on **Solana network**, which means that you can only swap tokens in SPL standard. **SarosSwap** uses **SOL (SPL standard)** as transaction fees. Therefore, you should prepare SOL before any swaps on Saros.

**--> Everything is ready, let’s start**.

## 2. How to swap

**Step 1**: Access [SarosSwap here](https://dex.saros.xyz/swap). Choose **Connect Wallet** at the top right corner. Then choose your wallet provider and proceed to connect.

<figure><img src="/files/NOWMLrLeTO8GxuPZW7i3" alt=""><figcaption></figcaption></figure>

**Step 2**: You need to enter some information to conduct the transaction:

* Select the token you want to trade from the list.
* This example will show the **SOL/C98 pair**.

<figure><img src="/files/ktYtnpCCLixbpxzomUO7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
***Note:***

*You can **add favorite tokens** by clicking the white heart icon in front of each token (if the heart turns into purple, you have successfully added the favorite token to your list, which is displayed under the search bar).*
{% endhint %}

<figure><img src="/files/zeKlkh4i6IsJeGZqK75M" alt=""><figcaption><p>Add favorite tokens: Click the white heart icon until it turns into purple.</p></figcaption></figure>

{% hint style="info" %}
*2. To **remove favorite tokens:***

* *Select the token to be removed from the favorites list -> Click the X button.*
* *Or, click to the purple heart icon until it turns into white.*
  {% endhint %}

<figure><img src="/files/TOeaIrmHzVCygHaZHiD5" alt=""><figcaption><p>Remove favorite tokens: Click the X button.</p></figcaption></figure>

**Step 3:** Adjust the amount you want to trade. Choose **Swap** to complete.

{% hint style="info" %}
***Note:** You can adjust slippage tolerance level by clicking the gear symbol in the upper right corner of the screen. In this case, the default Slippage is set at 0.5%**.***
{% endhint %}

<figure><img src="/files/ymj0l7XisIou9bJLKUST" alt=""><figcaption></figcaption></figure>

**Step 4**: The system will calculate a small fee on the preview screen. Click **Confirm** to complete the transaction.

{% hint style="info" %}
***Note:** You need to carefully read the information displayed before trading such as the amount that you expect to receive, the estimated gas fee, or price impact (the difference between the market price and the estimated price provided by SarosSwap).*
{% endhint %}

<figure><img src="/files/umQi9PeLsTardPdXlb7s" alt=""><figcaption></figcaption></figure>

**Step 5**: Wait a few minutes for the system to process. After processing successfully, the system will display a notification.

{% hint style="info" %}
***Note:** You can view all information about the transaction via Solscan.io by clicking "View Transaction".*
{% endhint %}

<div align="center"><img src="/files/3M4onbbfiBVNEbmNpMAz" alt=""></div>


---

# 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.saros.xyz/saros-amm/swap/swap-on-sarosswap.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.
