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

# Trading Fees

## Trading Fees

Users incur fees when swapping tokens, and the fee structure differs between V2 and V3 liquidity pools:

* **V2 Liquidity**: In V2, fees remain uniform (***0.3%***) across the entire liquidity pool for a token pair. Trades routed exclusively through V2 incur a fee determined by the liquidity provider for that pool, applied as a percentage of the trade amount.
* **V3 Liquidity**: V3's fee structure varies within different price ranges or liquidity positions. Trades routed through V3 encounter fees contingent on the specific price range they interact with. Consequently, if a trade spans multiple ranges, it incurs varying fees based on each range's fee tier. Below is the list of available fee tiers each liquidity provider can set for their V3 liquidity positions:
  * 0.05%
  * 0.3%
  * 1%
  * 2%
* **Both V2 and V3 Liquidity**: Trades routed through both V2 and V3 liquidity accrue fees based on the specific pools and price ranges they engage with along their path. Fees accumulate from multiple pools or different price ranges across V2 and V3 liquidity, resulting in a cumulative fee for the trade.
* **Advanced Orders**: An additional fee of 0.17% that goes to incentivize [Orbs Network](https://www.orbs.com/).

## Trading Fees Split

Since the fee switch is turned on at Kodiak's launch, trading fees generated on the Kodiak DEX are split in the following way for the different liquidity provision options:

V3  Trading Fees:

* Liquidity Providers (LP): 65%
* Protocol: 35%

V2 Trading Fees:

* Liquidity Providers (LP): 83.33%
* Protocol: 16.67%


---

# 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://documentation.kodiak.finance/protocol/dex/trading-fees.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.
