diff --git a/overview/products/dlmm/dlmm-formulas.mdx b/overview/products/dlmm/dlmm-formulas.mdx index 67f05a3..075755d 100644 --- a/overview/products/dlmm/dlmm-formulas.mdx +++ b/overview/products/dlmm/dlmm-formulas.mdx @@ -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 @@ -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}} -``` \ No newline at end of file +```