> 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-v2-fees.md).

# AllBlue V2 Fees

AllBlue V2 applies a fixed **0.30% Swap Fee** to Swap transactions.

The fee is divided equally between Liquidity Providers and the Protocol.

### Fee Distribution

| Category            | Share of Swap Volume |
| ------------------- | -------------------: |
| Liquidity Providers |                0.15% |
| Protocol            |                0.15% |

### Example

For a Swap with a value of **$10,000**:

```
Swap Volume          $10,000
Total Swap Fee       $30

Liquidity Providers  $15
Protocol             $15
```

### Fee Calculation

The total Swap Fee is calculated as:

```
Swap Fee = amountIn × 3 / 1000
```

The corresponding input coefficient used in Swap calculations is:

```
997 / 1000
```

Swap Fees are generated through Swap activity and are separate from any liquidity incentive or ecosystem reward program.
