https://github.com/code-423n4/2023-09-asymmetry/blob/main/contracts/strategies/votium/VotiumStrategyCore.sol#L302-L304
Protocol fees are collected in AfEth::depositRewards(), just before rewards are being compounded in the protocol.
The reward flow is initiated in VotiumStrategyCore::applyRewards(), and will deposit rewards in AfEth only if the manager address is defined:
It is important to note that if rewards arent channeled through AfEth, the protocol will not receive any fees.
