# Swap

<mark style="background-color:green;">Zebra is a decentralized exchange, and Swap is its core function. Currently, Zebra provides the following features for users:</mark>

{% hint style="success" %}

#### **Trading**

Users can trade on Zebra without permission, swapping for the desired assets. A minimal transaction fee will be deducted during the trading process to incentivize liquidity providers.

When trading, please pay attention to price impact and slippage to avoid asset losses. Users can set limits on slippage through trading settings.
{% endhint %}

{% hint style="info" %}

#### **Liquidity Pool**

Assets need to have liquidity pools on Zebra to be traded. Users can also provide liquidity to earn trading fees. When users provide liquidity, they will receive LP tokens, which will help them earn trading fees.

In the future, staking LP tokens will generate more rewards, which means liquidity mining.
{% endhint %}


---

# 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://zebra.gitbook.io/zebra-document/product/swap.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.
