> For the complete documentation index, see [llms.txt](https://help.dedust.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dedust.io/en/protocol/fees.md).

# Fees

When swapping on DeDust, you may pay two types of fees: **trading fees** charged by [liquidity pools](/en/liquidity/pools.md) and **network fees** charged for processing transactions on TON.

### Trading fees

Each liquidity pool has its own trading fee. There is no universal default trading fee on DeDust.

For [CPMM v2 pools](/en/liquidity/pools/types.md#cpmm-v2-pool), the pool creator selects a **Pool fee tier** when creating the pool. As a result, pools can charge different fees, including pools for the same token pair. The current fee is displayed as **Trading fee** at the top of each pool page.

If a swap [route](/en/trade/router.md) uses several pools, each pool charges its own trading fee on the part of the swap that passes through it. These fees are already reflected in the quoted amount you receive.

#### Trading fee distribution

Every trading fee is split between:

* **Liquidity providers — 80%.** This is distributed among liquidity providers of the pool involved in the swap.
* **DeDust protocol — 20%.** This is collected as the protocol fee.

### Network fees

Every transaction on DeDust requires a network fee paid in TON. This fee is charged for processing the transaction on the TON blockchain and is separate from the pool's trading fee.

The network fee typically ranges from **0.1 to 3 TON**, depending on the transaction, the assets involved, the wallet you use, and the current network load.

Before you confirm a transaction, DeDust displays the maximum possible network fee. The unused part is returned to your wallet after the transaction is processed.

### Token taxes are separate

Some token contracts deduct an additional tax when the token is bought, sold, or transferred. This tax is set by the token's smart contract: it is not a DeDust trading fee or a TON network fee, and DeDust does not collect it.

Learn more in [Tokens with tax](https://help.dedust.io/en/trade/tokens/tax).
