# Swaps

{% hint style="info" %}
**Please look here for detailed information:** [Technical whitepaper](https://drive.google.com/file/d/1w5FvSkhnWyHkHy7bvfz1IRrfpV247tkw/view)
{% endhint %}

Our protocol makes it easy for users to swap different tokens with low slippage. Thanks to our smart liquidity routing feature, users can instantly execute swaps with deep on-chain liquidity in a linear manner. Our swap interface is designed to be familiar and intuitive, with a simple structure and easy-to-use functions. To make a swap, users only need to select the input and output currencies and the desired amount of input currency. For more advanced users, the settings allow for customization of maximum slippage tolerance.

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


---

# Agent Instructions: 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:

```
GET https://docs.stabble.org/the-protocol/swaps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
