Skip to content

Commit 477bc62

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

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
@@ -14,7 +14,7 @@ The way the Resilient Oracle works is for every market (vToken) we configure the
1414

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

17-
To validate the price between two oracles we set an upper and lower bound ratio for every market. The upper bound ratio represents the deviation between reported prices (price from oracle that’s being validated) and anchor price (price from oracle we are validating against) beyond which the reported price will be invalidated. And the lower bound ratio presents the deviation between reported price and anchor price below which the reported price will be invalidated. So for oracle price to be considered valid the below statement should be true:
17+
To validate the price between two oracles we set an **upper** and **lower** bound ratio for every market. The **upper bound ratio** represents the **deviation** between **reported prices** (price from oracle that’s being validated) and anchor price (price from oracle we are validating against) beyond which the reported price will be invalidated. And the **lower bound ratio** presents the **deviation** between **reported price and anchor price** below which the reported price will be invalidated. So for oracle price to be considered valid the below statement should be true:
1818

1919
```
2020
anchorRatio = anchorPrice/reporterPrice

0 commit comments

Comments
 (0)