Dynamic Fee System

Dynamic Fee System for DLMM Pools

The dynamic fee system adjusts fees during volatility in real-time to compensate for possible impairment loss.

Base Fee

You can see the base fee of each pool on its pools page. The exact percentage of the base fee is set by the pool owner when creating the pool.

Variable Fee

The variable fee on the other hand depends on the volatility of the market. It will be affected by the frequency of the swaps, and how much price moves across bins in a given time period. Dynamic fees greatly increase the profitability of the liquidity. As dynamic fees on SectorOne are built in to the core protocol, they are not dependent on external oracles making sure they activate in an instant without any lag.

Fees are calculated and distributed per bin, to allow a fair distribution of the fee to the liquidity providers of the bin crossed.

Fees are calculated iteratively as each bin is crossed (if the swap is large enough). In other words, if a large swap crosses n bins, then the total swap fee is calculated per bin k, where k is the difference in bin IDs from the initial bin where the swap originated and the current bin in which it is being calculated.

Last updated