Bounding Results
It can be useful to bound feeds by upper and lower values. These can be computed dynamically with the CacheTask and can allow for a simple sanity check / safety check on some feeds.
Bound Task
You can use static numbers for bounding the result of a feed. Here's an example for USDT/USD from Coinbase. In this instance the protocol wants this feed to not resolve outside of those bounds.
Sometimes users may want to bound some value dynamically. Combining this with the FAIR_VALUE
Example from the previous section, we get:
Last updated