Farming Opportunity Checklist

Reputation

How long has the project been alive? What is its TVL? (is there a graph of historical TVL?)

profitability assessment

What is the TVL of the project? What is its APY (from RewardTokens)? What is the percentage of TVL you think we can attract and what profit does that give us? What is the gas usage of each doHardwork?

Reward Token:

Is there a vesting mechnism in their token? can the project lock the transfer of reward token? can the project confiscate the reward token? can the project infinite mint the reward token? If the minting has a timelock, how long is it? Is the token deflationary? will the token rebase? Does the token has something extra than ERC20? (Like ERC777?)

Underlying

Is the token deflationary? will the token rebase? Does the token has something extra than ERC20? (Like ERC777?)

Ownership

can the ownership of critical contracts be transferred to another address? with timelock or without? how long is the timelock?

Deposit & Withdraw

Is there a deposit fee? Is there a withdrawal fee? can the owner change deposit/withdrawal fee at anytime? In general, can repeated deposits and withdraws lead to a decrease in strategy's balance?

Does it revert when we deposit 0? Does it revert when we withdraw 0? Is there a emergency exit method? => (if yes, let's code it) Can the strategy bring the underlying project to a state where withdrawals would be impossible, leading to locked funds?

Is it a fork?

Where is it forked from? Is there any change? (point the lines number out in the PR)

Defi composability

Does it use other protocols? what protocols does it use? Are those protocols safe? Is the way this project is using the external protocols safe?