Supported Projects
Tradegen allows pools to interact with whitelisted DeFi projects on Celo. More projects will be integrated as more projects launch on Celo.
At the time of writing, the following projects are supported:
Ubeswap
Ubeswap is a mobile-first DeFi exchange. Tradegen uses Ubeswap for swapping assets, adding/removing liquidity, and farming LP tokens.
Functions
swapExactTokensForTokens(uint,uint,address[],address,uint)
addLiquidity(address,address,uint,uint,uint,uint,address,uint)
removeLiquidity(address,address,uint,uint,uint,address,uint)
stake(uint)
withdraw(uint)
getReward()
exit()
Assets
ERC20 tokens
LP tokens
Last updated