"""

Oracles play an essential role in the functionality of any protocol.

The accuracy of pricing is pivotal for ensuring the safety of positions. At @lista_dao, we utilize a multi-oracle pricing system.

Our approach involves aggregating real-time data from sources such as @chainlink, @binance Oracle, @redstone_defi, Api3, and several others.

Reliance on a single source is not an option; a single point of failure should not jeopardize positions.

Here’s how our system operates:

🔹Primary feed: Prices are obtained from a designated main oracle.

🔹Cross-check: Continuous validation of values occurs against a pivot oracle.

🔹Automatic fallback: Should any deviation surpass set thresholds, pricing will immediately switch to a backup source.

Any invalid or manipulated data is filtered out before it can impact positions.

Read more:

"""