Skip to content

Commit 3b3f238

Browse files
committed
Add link
1 parent 6dd2f88 commit 3b3f238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To burn LBTC and unstake BTC, a user initiates the burn by sending LBTC back to
2525

2626
### Overview
2727

28-
RedStone delivers LBTC/BTC fundamental price using both [pull](./../models/redstone-pull.mdx) and [push](./../models/redstone-push.md) models. The price is calculated as a ratio between BTC controlled by the Lombard protocol and the total supply of LBTC tokens across all supported chains. There are also adjustments for **total_unclaimed_lbtc** (LBTC tokens that are not yet minted but already have correlated BTC tokens deposited to the Lombard protocol) and **total_btc_unstakes_pending** (BTC tokens in the 7-day withdrawal period).
28+
RedStone delivers LBTC/BTC fundamental price using both [pull](./../../models/redstone-pull.mdx) and [push](./../../models/redstone-push.md) models. The price is calculated as a ratio between BTC controlled by the Lombard protocol and the total supply of LBTC tokens across all supported chains. There are also adjustments for **total_unclaimed_lbtc** (LBTC tokens that are not yet minted but already have correlated BTC tokens deposited to the Lombard protocol) and **total_btc_unstakes_pending** (BTC tokens in the 7-day withdrawal period).
2929

3030
Currently, the value has an upper cap of 1, meaning a healthy value is 1, indicating the protocol’s stability. A value of 1 also signifies that there are as many or more BTC held by the protocol than there are LBTC tokens in circulation, ensuring full or over-collateralization. For example, if half of the BTC tokens disappear from wallets controlled by Lombard, but the LBTC supply remains the same, the ratio would drop to 0.5. Once Lombard starts generating yield, this cap will be removed, and the value will gradually increase, similar to reward bearing LST tokens like wstETH or pufETH.
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Oracles deliver data feeds directly to dApps or blockchains for the correct exec
2020

2121
5. **Protocol Native Oracle**
2222

23-
The custom implementation of logic supporting a particular oracle, i.e., Bitcoin Staking Oracle. For example: 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. Detailed description here.
23+
The custom implementation of logic supporting a particular oracle, i.e., Bitcoin Staking Oracle. For example: 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. Detailed description [here](./lombard.md).
2424

2525
| Feed Type | Denomination | Deviation Comes From | Complexity of Delivery |
2626
|:----------|:-------------|:---------------------|:-----------------------|

0 commit comments

Comments
 (0)