Skip to content

Commit ddfd94d

Browse files
committed
Fix lint
1 parent a29de45 commit ddfd94d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/get-started/price-feeds/types-of-feeds.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ Oracles deliver data feeds directly to dApps or blockchains for the correct exec
99

1010
1. **Market Feed**
1111

12-
The regular market price derived from trading activities on centralized and decentralized exchanges, i.e. ETH / USD or
12+
The regular market price derived from trading activities on centralized and decentralized exchanges, i.e. ETH / USD or
1313

14-
2. **Contract Rate Feed**
14+
1. **Contract Rate Feed**
1515

16-
Also known as Exchange Rate or Fundamental feed. A ratio between the underlying asset and its derivative derived from the smart contract of a protocol, i.e. wstETH / stETH rate derived from Lido contract or weETH / eETH derived from Ether.fi contract.
16+
Also known as Exchange Rate or Fundamental feed. A ratio between the underlying asset and its derivative derived from the smart contract of a protocol, i.e. wstETH / stETH rate derived from Lido contract or weETH / eETH derived from Ether.fi contract.
1717

18-
3. **Real World Feed**
18+
1. **Real World Feed**
1919

20-
A feed derived from institutional API or another source providing numerical information, i.e. CESR or SOFR
20+
A feed derived from institutional API or another source providing numerical information, i.e. CESR or SOFR
2121

22-
4. **Proof of Reserve Feed**
22+
1. **Proof of Reserve Feed**
2323

24-
Also known as Net Asset Value (NAV) feed. A data feed based on API or another source that informs about the value of assets backing tokens issued against it i.e. Blackrock BUIDL or Ondos. Technically a subsection of Real World Feed.
24+
Also known as Net Asset Value (NAV) feed. A data feed based on API or another source that informs about the value of assets backing tokens issued against it i.e. Blackrock BUIDL or Ondo's. Technically a subsection of Real World Feed.
2525

26-
5. **Protocol native Oracle**
26+
1. **Protocol native Oracle**
2727

28-
The custom implementation of logic supporting a particular orale, i.e. Bitcoin Staking Oracle. Specific implementation is LBTC / BTC price feed, derived based on the number of LBTC minted and the total amount of BTC deposited into Lombards system on the Bitcoin chain.
28+
The custom implementation of logic supporting a particular orale, i.e. Bitcoin Staking Oracle. Specific implementation is LBTC / BTC price feed, derived based on the number of LBTC minted and the total amount of BTC deposited into Lombard's system on the Bitcoin chain.
2929

3030
## Lombard Protocol Native Oracle by RedStone
3131

0 commit comments

Comments
 (0)