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
We've an Eigen AVS setup for the Reclaim protocol that randomly assigns multiple operators for creating a particular claim on chain. This setup is live on the test-net. We now need to implement taking fees from the user, and distribute it evenly across the operators that helped create the claim.
Objectives
Allow dynamically changing the fees per claim
Distribute fees using the AVS architecture to the operators that helped create the claim
The text was updated successfully, but these errors were encountered:
adiwajshing
changed the title
Setup Rewards for AVS
Setup Reward Distribution for AVS
Oct 1, 2024
Implement Reward Distribution for the AVS
Description
We've an Eigen AVS setup for the Reclaim protocol that randomly assigns multiple operators for creating a particular claim on chain. This setup is live on the test-net. We now need to implement taking fees from the user, and distribute it evenly across the operators that helped create the claim.
Objectives
The text was updated successfully, but these errors were encountered: