# What fees do I have to pay when I trade?

There are two different fees associated with trading:&#x20;

1. Gas/Transaction fees (network fees)
2. Trading fees

As the Bancor network operates on blockchains, all transactions will incur gas costs, which are unrelated to Bancor, but rather the network itself. Different wallets such as MetaMask will show you gas estimates.&#x20;

Besides the network gas fees, each pool is set with a percentage fee on each trade.&#x20;


---

# 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://support.bancor.network/bancor-amm/trade/what-fees-do-i-have-to-pay-when-i-trade.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.
