What is a Trigger?
A Trigger is an on-chain event you want Dispatch to listen for; it's one half of a Patch.
Once you've set up at least one Patch to listen for on-chain activity, Dispatch will automatically take your desired Action when it detects activity matching your Trigger requirements.
Some Trigger examples:
- When specific events are emitted by smart contracts
- When certain smart contract functions are called
- When the balance of a specific token in a wallet changes
- When a token balance goes above or below a certain threshold
You can use smart contracts and wallets as your Trigger source.
For smart contract activity, you can either select a system contract (some of the most popular/requested contracts we've preloaded in Dispatch), or add smart contracts you wish to use as automation triggers.