Сontract used to claim rewards that liquidity providers earn for keeping coins deposited in Aave v2
- undefined Aave
Discussion
Which contract is used to claim rewards that liquidity providers earn for keeping their coins deposited in aave v2? Not interest
Answers 2
Liquidity incentives are controlled by `rewardsController `aka incentives proxy.
You're looking for the [main contract](https://etherscan.io/address/0xd784927Ff2f95ba542BfC824c8a8a98F3495f6b5#readProxyContract), and for the [claimRewards](https://docs.aave.com/developers/v/2.0/guides/liquidity-mining#claimrewards) function.