You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eigenlayer is based on a pull model, so AVSs need to pull delegation manager shares to their AVS contracts periodically. We have explored different potential models in this internal document and decided to write a binary that can be run by AVS teams that calls stakeUpdate() on its registry contract once per day, for every operator.
Let's just write a simple binary without infra choices into consideration for now. We can base our implementation off of the avs-churner.
The text was updated successfully, but these errors were encountered:
Eigenlayer is based on a pull model, so AVSs need to pull delegation manager shares to their AVS contracts periodically. We have explored different potential models in this internal document and decided to write a binary that can be run by AVS teams that calls stakeUpdate() on its registry contract once per day, for every operator.
Let's just write a simple binary without infra choices into consideration for now. We can base our implementation off of the avs-churner.
The text was updated successfully, but these errors were encountered: