Ape Auto Compound
Last updated
Last updated
For users participating in ApeStaking on the Parallel platform, ApeCompoundBot automates the compounding process for earned APE rewards. The bot is operated and funded by Parallel and can automatically claim and deposit a certain amount of APE rewards into the Compound Pool for compounding to get cAPE and then deposit cApe to the Lending pool for the user. Specifically, auto-compounding on Parallel refers to the process of automatically reinvesting earned interest back into the principal amount, and ApeCompoundBot is a bot designed to automate the compounding process for multiple APE series NFTs(MAYC, BAYC, BAKC). The bot can specify a particular compounding interval based on the progress of each NFT's reward generation.
💡 ApeCompoundBot can help eliminate the tedious manual compounding process and ensure that earned interest is automatically reinvested, resulting in a compounding effect over time and maximizing investment returns.
What does compounding do?
The compounding operation will claim the APE rewards first, and then deposit it into the compound pool, and we will finally get cAPE.
cAPE will be used to pay protocol fees (if exist on Parallel).
Based on the user's configured sell option, decide whether to exchange some cAPE for USDC through Uniswap (currently only supports USDC).
For the exchanged USDC, it will be converted into pUSDC through the supply operation.
For the cAPE portion that has not participated in the swap, first repay the user's cAPE borrowing, and then convert the remaining portion (if any) into pcAPE through the supply operation.
ApeCompoundBot supports two types of ApeStaking: supplyAndStake and p2pPairStaking, refer to ape-staking-guide.
Auto compound for supplied and staked BAYC/MAYC/BAKC
Auto compound for P2P pair staking
At the same time, they can supply cAPE to the Lending Pool as collateral.
ApeCompoundBot follows specific intervals to perform automatic compounding(at least 6 hours), each auto-compounding needs to meet the following two conditions:
USER_PENDING_REWARD_LIMIT
the total unclaimed reward for the user
INDIVIDUAL_NFT_PENDING_REWARD_LIMIT
the total unclaimed reward for the individual NFT
when the above conditions are met, an Ape NFT can be added to the compounding candidate set of ApeCompoundBot.
BAYC compounds when both the total unclaimed reward exceeds 200 APE and when the individual NFT has over 60 APE rewards unclaimed.
MAYC compounds when both the total unclaimed reward exceeds 75 APE and when the individual NFT has over 20 APE rewards unclaimed.
BAKC compounds when both the total unclaimed reward exceeds 35 APE and when the individual NFT has over 15 APE rewards unclaimed.
💡 NOTE: Only the unclaimed rewards for NFTs exceeding INDIVIDUAL_NFT_PENDING_REWARD_LIMIT will be counted towards USER_PENDING_REWARD_LIMIT.