For the complete documentation index, see llms.txt. This page is also available as Markdown.

57563 sc insight reward tokens being permanently frozen in tokeautousdstrategy

Submitted on Oct 27th 2025 at 09:44:07 UTC by @pashap9990 for Audit Comp | Alchemix V3

  • Report ID: #57563

  • Report Type: Smart Contract

  • Report severity: Insight

  • Target: https://github.com/alchemix-finance/v3-poc/blob/immunefi_audit/src/strategies/mainnet/TokeAutoUSDStrategy.sol

  • Impacts:

    • Permanent freezing of unclaimed yield

Description

Finding Description And Impact

Reward tokens that have been accumulated can be redeemed via MYTStrategy::claimRewards. Furthermore, every strategy must implement _claimRewards. Nonetheless, _claimRewards has not been implemented into TokeAutoUSDStrategy, resulting in yield tokens being permanently frozen.

Code Snippet

https://github.com/alchemix-finance/v3-poc/blob/immunefi_audit/src/strategies/mainnet/TokeAutoUSDStrategy.sol

Proof of Concept

Proof of Concept

Kindly apply git patch below

Was this helpful?