Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions overview/products/dlmm/dlmm-formulas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DLMM is a concentrated liquidity AMM that uses a dynamic fee mechanism to adjust
#### Base Fee Formula

```math
\text{base\_fee\_rate} = \text{base\_factor} \times \text{bin\_step} \times 10^{\text{base\_fee\_power\_factor}}
\text{base\_fee\_rate} = \text{base\_factor} \times \text{bin\_step} \times 10 \times 10^{\text{base\_fee\_power\_factor}}
```

#### Variable Fee Formula
Expand Down Expand Up @@ -81,4 +81,4 @@ L = \text{price} \times x + y

```math
\text{liquidity\_share} = \frac{\text{in\_liquidity} \times \text{liquidity\_supply}}{\text{bin\_liquidity}}
```
```