> For the complete documentation index, see [llms.txt](https://docs.silverswap.io/spiritswap-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silverswap.io/spiritswap-v3/soullys-how-to/how-to-exchange/how-to-swapping-tokens-and-limit-orders.md).

# How to - Swapping Tokens & Limit Orders

### Swapping tokens in SpiritSwap

![What is token swaps](/files/7CSitdEIBSFnsmkXSjWP)

### Market Orders

{% hint style="info" %}
Market swapping (market buy and sells) tokens is defined as the **transactions meant to execute as quickly as possible at the current market price with the best** [**slippage**](https://dexenetwork.medium.com/what-is-slippage-and-why-does-it-matter-uniswap-example-43e32d712651) **available.**
{% endhint %}

![Market swap token.](/files/EqU4HtWJdrmXmi4QJXnn)

1. Selecting the token to swap from - This is the funds or usually the token that you will have either withrawed from CEX or another address.
2. Input the number of tokens to swap from.
3. Select the token to swap to - This is the intended token that you want to have.
4. Number four from the graphic show the number of token received after the swap, based on the rate.

{% hint style="info" %}
Some token will have a **tax** function implemented, thus the slippage needs to be adjusted within the range of tax and the tolerance of difference.
{% endhint %}

### Limit Orders

![Limit buy a token](/files/xWg2Efq4YOUzGiHUXXJG)

1. Select the token to swap from.
2. Input the number of tokens to swap from.
3. Select the token to swap to.
4. Number four will show the number of token that will be received after the swap, based on the rate if the **buy** price hits.
5. Set limit buy price.

![Limit sell a token](/files/gaDkZOT0ypfQhgVc4Ve0)

1. Select the token to swap from.
2. Input the number of tokens to swap from.
3. Select the token to swap to.
4. Number four will show the number of token that will be received after the swap, based on the rate if the **sell** price hits.
5. Set limit sell price.


---

# 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.silverswap.io/spiritswap-v3/soullys-how-to/how-to-exchange/how-to-swapping-tokens-and-limit-orders.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.
