# What fees are associated with Swap transactions?

#### When engaging in [swap](/product-guides/tutorial/how-to-start-a-market-swap.md) transactions on XEI, there are several types of fees that users might encounter:

#### Trading Fees:&#x20;

This is a fee charged by the XEI for each swap transaction. It's usually a small percentage of the transaction value. The transaction fees collected are typically used to reward community members who contribute to the platform's development.

#### Network Fees (Gas Fees):&#x20;

These are fees paid to blockchain network validators for processing and validating transactions. The amount of this fee can vary greatly depending on the blockchain's current congestion and the complexity of the transaction.


---

# 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.xei.finance/product-guides/faq/what-fees-are-associated-with-swap-transactions.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.
