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

# AllBlue V3 Fees

AllBlue V3 uses a **Pool-specific Swap Fee** structure.

Each Pool may apply a different Swap Fee depending on its configuration.

By default, the generated Swap Fee is distributed between Liquidity Providers and the Protocol as follows.

### Fee Distribution

| Category            | Share of Swap Fee |
| ------------------- | ----------------- |
| Liquidity Providers | 80%               |
| Protocol            | 20%               |

### Example

If a Pool applies a **0.30% Swap Fee** and the Swap volume is **$10,000**:

```
Swap Volume $10,000
Swap Fee (0.30%) $30

LP Share (80%) $24
Protocol Share (20%) $6
```

### Fee Accrual

In AllBlue V3, fee accrual depends on whether a liquidity position is active within the current price range.

Only active liquidity participates in Swap execution and accrues Swap Fees.

The amount of fees accumulated by each position may vary depending on factors such as:

* Pool Swap activity
* Amount of active liquidity
* Selected price range
* Duration of active participation

### Fee Collection

Accumulated Swap Fees can be collected through the **MiningPoolManager** for the corresponding liquidity position.

Swap Fees are separate from any liquidity incentive or ecosystem reward program.
