Skip to content

Commit 8040edc

Browse files
web3rover0xlucian
andauthored
Update oracle/ResillientOracle.md
Co-authored-by: 0xlucian <[email protected]>
1 parent 8628aa4 commit 8040edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oracle/ResillientOracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DeFi Protocols are usually vulnerable to price oracles reporting incorrect price
1010

1111
Keeping this in mind, we have designed a resilient oracle which uses multiple oracle sources to validate prices and fallback mechanisms to provide accurate prices and protect from oracle attacks. Currently it includes integrations with Chainlink, Pyth, Binance Oracle and TWAP (Time-Weighted Average Price) oracles. TWAP uses PancakeSwap as the on-chain price source.
1212

13-
The way the resilient oracle works is for every market (vToken) we configure the main, pivot and fallback oracles. The main oracle oracle is the most trustworthy price source, the pivot oracle is is used as a loose sanity checker and the fallback oracle is used as a backup price source.
13+
The way the Resilient Oracle works is for every market (vToken) we configure the main, pivot and fallback oracles. The main oracle oracle is the most trustworthy price source, the pivot oracle is is used as a loose sanity checker and the fallback oracle is used as a backup price source.
1414

1515
![Resillient Oracle](../.gitbook/assets/oracles.png)
1616

0 commit comments

Comments
 (0)