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.
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
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