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
  • Implementation in TriggerX
  • Use Cases
  1. Core Concepts
  2. Triggers in TriggerX

Time-Based Trigger

Time-based triggers allow users to schedule smart contract executions at predetermined times or intervals. This is akin to setting up cron jobs in traditional systems, enabling periodic task automation without manual intervention.

Implementation in TriggerX

  • Scheduling: Users define the execution schedule using the TriggerX interface, specifying intervals or exact timestamps.

  • Execution: At the scheduled time, the decentralized keeper network executes the specified smart contract function.

Use Cases

  • Recurring Payments: Automate regular token transfers, such as salary disbursements or subscription fees.

  • Periodic Data Updates: Fetch and update external data sources at regular intervals.

  • Scheduled Governance Actions: Execute governance proposals or parameter changes at predefined times.

By utilizing Time-Based Triggers, developers can ensure timely and consistent execution of tasks, enhancing efficiency and reliability in decentralized applications.

PreviousTriggers in TriggerXNextEvent-Based Trigger

Last updated 1 month ago