You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smart-contracts/advanced/oracles.md
+31-37Lines changed: 31 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Oracles are an essential component of many blockchain applications, as they enab
13
13
14
14
Oracles enable builders to integrate the following features into their projects:
15
15
16
-
***Price feeds**: DeFi protocols like cross-chain lending rely on oracles for various token or token pair prices.
17
-
***Cross-chain storage deal verification**: enable applications running on any blockchains to use the Filecoin decentralized storage and allow them to verify deal status and proofs.
18
-
***Perpetual storage**: enable automated deal renewal and repair with the oracle providing deal status off-chain.
16
+
-**Price feeds**: DeFi protocols like cross-chain lending rely on oracles for various token or token pair prices.
17
+
-**Cross-chain storage deal verification**: enable applications running on any blockchains to use the Filecoin decentralized storage and allow them to verify deal status and proofs.
18
+
-**Perpetual storage**: enable automated deal renewal and repair with the oracle providing deal status off-chain.
19
19
20
20
## Available oracles
21
21
@@ -31,25 +31,20 @@ Pyth publishes both the price feed and a confidence interval for each product. L
31
31
32
32
Pyth’s smart contracts are live on the Filecoin Mainnet and Calibration testnet.
Price Feed IDs for FIL are also available on various chains. These can be found at [Pyth - Price Feed IDs](https://pyth.network/developers/price-feed-ids) and search for 'FIL'. Learn more at [Pyth docs - Price Feed IDs](https://docs.pyth.network/price-feeds/price-feed-ids).
44
42
45
-
46
43
#### **Further Pyth resources**
47
44
48
-
*[Pyth docs](https://docs.pyth.network/)
49
-
*[Pyth - Best Practices](https://docs.pyth.network/price-feeds/best-practices)
0 commit comments