reclaimprotocol / attestor-core

The attestor-core (aka witness server) securely intermediates internet data exchange, using TLS and zero-knowledge proofs to verify and sign user claims with minimal information disclosure.
GNU Affero General Public License v3.0
62 stars 6 forks source link

Setup Reward Distribution for AVS #5

Open adiwajshing opened 1 month ago

adiwajshing commented 1 month ago

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

  1. Allow dynamically changing the fees per claim
  2. Distribute fees using the AVS architecture to the operators that helped create the claim