Alert if our oracle's reported price diverges significantly from the network consensus price.
Compare:
listoracle → price_usd (our reported price)
getoracleprice → price_usd (consensus price)
If deviation exceeds a threshold (e.g., >5%), fire a yellow alert. Large deviation could mean:
- One of our exchange feeds is returning bad data
- Exchange API is down and we're using stale cached price
- Network issue affecting our price aggregation
Version: v2.0
Alert if our oracle's reported price diverges significantly from the network consensus price.
Compare:
listoracle→price_usd(our reported price)getoracleprice→price_usd(consensus price)If deviation exceeds a threshold (e.g., >5%), fire a yellow alert. Large deviation could mean:
Version: v2.0