Assessment reports>Origami Finance>Threat Model>setPerformanceFee

Function: setPerformanceFee(uint256 _performanceFee)

This function allows the caller with access to update the vault performance fee.

Inputs

  • _performanceFee

    • Constraints: Should not be more than BasisPointFraction.BASIS_POINTS_DIVISOR.

    • Impact: This value is used to calculate the amount that the protocol takes from harvested rewards prior to their compounding into reserves.

Branches and code coverage

Negative behavior

  • Non-whitelisted caller

Zellic © 2025Back to top ↑