Plugins
Last updated
Last updated
Plugins for Algebra Integral are smart contracts that can expand or limit the functionality of liquidity pools. The plugin can be connected to a liquidity pool, then the pool will be able to call the corresponding plugin methods before and after the main actions in the pool: Think of plugins as “extensions” for a liquidity pool—similar to how apps add new capabilities to your smartphone. They let developers and protocols integrate advanced features into a pool without needing to modify the core mechanics of the AMM.
The current set of plugins used by Atlantis at launch are the following:
1. Adaptive fees
Allows to adjust the fees of a pool based on its volatility during the last 24h. More info about the calculations on
2. Sliding fee
Adjusts the fees on every swap based on the price change of the last block and the swap direction. It increases its value when the trade matches with the direction of the price change, and decreases it for the opposite direction. More info about the calculations on
More plugin will be implemented over time.