> For the complete documentation index, see [llms.txt](https://whitepaper.tacostudios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.tacostudios.io/defi/taco-swap/fees-and-staking-level.md).

# Fees & Staking Level

## Fees & Staking Level <a href="#fees-and-staking-level" id="fees-and-staking-level"></a>

With Taco Swap, users can trade tokens for the lowest fees in the market. The 0.3% standard fee is composed of two parts:

* 0.1%, distributed to the pool owners, based on their liquidity pool share
* 0.2%, the Taco Team Fee: this % can be reduced down to .05% with staking

Users have the opportunity to pay fees in TACO in order to reduce the Taco Team fee.

In order to pay fees in TACO, users have to deposit their TACO to their [Taco Swap Account & Rewards](https://taco-2.gitbook.io/taco-swap/manage/my-account) balance.

The reduction of the Taco Team fee is based not only on paying fees with TACO, but also on the staking level of the single user.&#x20;

The staking level is based on total amount of TACO staked in the [S.A.L.S.A pools](https://taco-2.gitbook.io/taco-swap/get-started/fees-and-staking-level#fees-and-staking-level).

| Staking Level | Taco Team Fee % | TACO Staked |
| ------------- | --------------- | ----------- |
| **0**         | 0.15%           | 0           |
| 1             | 0.10%           | 100         |
| 2             | 0.09%           | 1,000       |
| 3             | 0.08%           | 5,000       |
| 4             | 0.07%           | 15,000      |
| 5             | 0.06%           | 50,000      |
| 6             | 0.05%           | 100,000     |

{% hint style="success" %}
Taco VIP holders automatically reach Level 6. [Get TACO VIP NFT here](https://wax.atomichub.io/market?collection_name=taco\&order=desc\&schema_name=membership\&sort=created\&symbol=WAX).
{% endhint %}

{% hint style="info" %}
**Examples:**\
1\) A user is swapping with Staking Level 0 and TACO tokens held in the account. Swap fee: 0.25%\
2\) A user is swapping with Staking Level 1 and TACO tokens held in the account. Swap fee: 0.20%\
3\) A user is swapping with Staking Level 6 and TACO tokens held in the account. Swap fee: 0.15%\
4\) A user is swapping with Staking Level 6 **without** TACO held in the account. Swap fee: 0.3%&#x20;

**In order to pay less fees, TACO tokens must be held in the "My Account & Rewards" balance.**
{% endhint %}

{% hint style="warning" %}
Whenever a user is selling a token which is not paired with WAX inside the Taco Swap, the users will pay 0.3% swap fee.&#x20;

**Example:** \
1\) A user is swapping SHING/ONI, but there is not an existing SHING/WAX pool. Swap fee: 0.3%
{% endhint %}

The staking level also determines other perks and provides limited access to other Taco features.


---

# 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://whitepaper.tacostudios.io/defi/taco-swap/fees-and-staking-level.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.
