# KeeperDAO-6 Audit Notes **Auditor:** Jake Bunce **Client:** KepperDAO https://www.keeperdao.com/ https://github.com/keeperdao/ **Commit:** `3eb359bed1d21813124b904c5ca5c54cc1c43373` ## Review of the protocol/implementation **[1] Claimable addition event** **Severity: Informational** **Files Affected:** `contracts/protocol/Stake.sol` [addClaimable](https://github.com/keeperdao/protocol/blob/3eb359bed1d21813124b904c5ca5c54cc1c43373/contracts/protocol/Stake.sol#L166) does not emit an event when the buffer of claimable ROOK has been increased. **Recommendations:** Emit an event when this buffer is increased.