TriggerX Docs
  • Introduction
    • What is TriggerX?
    • Key Features
  • Core Concepts
    • Architecture
    • Triggers in TriggerX
      • Time-Based Trigger
      • Event-Based Trigger
      • Condition-Based Trigger
    • Task Manager
    • Keepers
      • Keeper as Performer
      • Keeper as Attester
    • Aggregator
    • Network Monitoring
    • Contracts
      • AVS Governance
      • Attestation Center
  • Getting Started as Keepers
  • Monitoring And Analytics
    • Monitor Your Keeper
    • Monitor Your Job
  • Rewards
    • Keeper Rewards
    • Developer Rewards
    • Contributor Rewards
  • Fee Calculation
  • Guide
    • Templates
    • Usecases
  • Security Model
  • Community and Support
  • Appendices
    • Glossary
    • FAQ and Troubleshooting
    • Changelogs
  • References
  • Create Your First Job
    • Create Your First Time Based Job
    • Create Your First Event Based Job
Powered by GitBook
On this page
  1. Core Concepts
  2. Contracts

Attestation Center

PreviousAVS GovernanceNextGetting Started as Keepers

Last updated 27 days ago

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