Update triggers
Update triggers are the rules that dictate how oracles refresh to mirror the most recent value of the data feed. These triggers are adaptable and can be tailored to optimally cater to particular scenarios, such as the price feeds of assets with low liquidity. Each oracle can be customized to push data feed updates live based on the following parameters:Trigger | Description | Example |
---|---|---|
Time-based (push) | Updates are triggered in predefined time intervals (seconds, minutes or hours) | 15 minutes |
Deviation-based (push) | Updates are triggered by a deviation from the last reported value. | 5% deviation |
Time + deviation (push) | The oracle will update whenever any of the two conditions is met. | 5% deviation + 24h time |