Slippage
Some DEX pools suffer from slippage. This is usually due to low liquidity. Although Dragonbot uses smart routing through ref.finance, there might be still pools that suffer from slippage.
Because of that, your bot arrives with slippage tolerance of 20%. This means that all transactions that cause a slippage of 20% or more will be rejected.
Users have the choice to increase or decrease the slippage tolerance by /set-slippage percentage
.
For instance, if you'd like to set a slippage tolerance of 30%, you would just have to send /set-slippage 30
.
Last updated