Skip to content
Request an audit

‹ All findings

Strategy percentages will differ over time as yield accrued differs in ReservePool

Low/InfoGlacier·Three Sigma · Liquid staking · 12th July, 20233S-GLACIER-L03

Description

The ReservePool always deposits and withdraws according to the specified strategy weights. As the strategies have different yield rates, the actual weights will change over time.

Recommendation

To overcome this, a rebalance function could be added to the ReservePool that is called whenever the values differ too much or on every rebalance.

Status

This issue has been addressed by adding a rebalance function in commit: #6e95d2a.