# Fees

When making any swap, you need to pay some commissions:

* First, there is the Everscale **blockchain fee** that you pay when interacting with the contracts of the network.\
  Fees are one of the ways in which validators are rewarded for their work: fees from all transactions that have been included in newly created blocks are distributed among all participating validators.\
  Everscale network fees are negligible and are limited to a few cents when making swaps.
* Also, you pay a commission of 0.3% of the transaction amount to [providers ](/use/getting-started/roles.md#liquidity-providers)that [provide liquidity](/use/pools/how-to/add-liquidity.md) to the [pool ](/use/pools.md)of tokens that you exchange (**Liquidity Provider Fee**).\
  The amount of the commission is evenly distributed among all liquidity providers depending on their share in this pool, and they can take this reward by [removing their liquidity](broken://pages/Yj8654hOeX31PgX7Dayb) (burning LP tokens).


---

# 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.flatqube.io/use/swap/concepts/fees.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.
