@rabbitholegg/questdk-plugin-handlefi
v1.0.0-alpha.56
Published
Limitations
Downloads
33
Readme
Limitations
- amountOut may not be accurate due to some methods using
amountOutMin
which takes into account the amount of slippage set. - amountOut will not be considered in the swap is routed through the HPSM2 contract.
- trades routed through curve V2 factory may have some false positives. Since there is not a really good way to tell what pool it is without having the contract address passed in as an argument. A false positive can occur if the tokenOut is selected as USDT and USDC.e is traded, and vice-versa.
HandleFi Plugin
Overview
HandleFi is a decentralised multi currency stablecoin protocol based on Arbitrum. They offer several products including perpetual swaps, convert, staking, and fxTokens.
Swap Plugin
The swap plugin tragets handlefis convert feature which uses a mix of native contracts and external aggregators such as paraswap.
Limitations
- amountOut may not be accurate due to some methods using
amountOutMin
which takes into account the amount of slippage set. - amountOut will not be considered if the swap is routed through the HPSM2 contract.
- trades routed through curve V2 factory may have some false positives. Since there is not a really good way to tell what pool it is without having the contract address passed in as an argument. A false positive can occur if the tokenOut is selected as USDT and USDC.e is traded, and vice-versa.