For the complete documentation index, see llms.txt. This page is also available as Markdown.

Attestation Center

The AttestationCentre Contract is pivotal in bridging off-chain task execution with on-chain verification, ensuring transparency and integrity within the AVS operations.

Core Functions:

  • Task Submission & Verification: Operators submit tasks which are then verified on-chain, maintaining a transparent lifecycle of tasks.

  • Rewards & Penalties Distribution: Calculates and distributes rewards or penalties based on operator performance.

  • Aggregated AVS Activity View: Maintains a comprehensive history of all AVS-related activities and tasks.

  • Auxiliary Data Handling: Stores additional task-related data, such as zk proofs or oracle timestamps, facilitating complex AVS logic triggers.

Hooks Configuration:

  • AVS Logic Hook: Integrates custom logic for task processing.

  • Fee Calculator: Determines rewards and penalties based on task definitions.

View Functions:

  • Access information on tasks, operators, AVS contracts, and hook configurations.

For detailed insights, visit the Attestation Centre Documentation.

Last updated