Skip to content

Commit 3054502

Browse files
committed
radix moved
1 parent 3d731e8 commit 3054502

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/dapps/radix/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 4
33
sidebar_label: "Radix - how to start"
44
---
55

66
import DocCardList from "@theme/DocCardList";
77

88
# Radix - how to start
99

10-
1. Read about RedStone models in [Get Started](../../../category/-get-started) section
10+
1. Read about RedStone models in [Get Started](../../category/getting-started/) section
1111
2. Follow the [@redstone-finance/radix-connector](https://github.com/redstone-finance/redstone-oracles-monorepo/tree/main/packages/radix-connector/README.md) landing page
1212

1313
Then, see:

docs/dapps/redstone-push.mdx renamed to docs/dapps/redstone-push.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ Additionally, if the protocol wants to be 100% compatible with the Chainlink Pri
7272

7373
# We also support a few non-EVM-compatible chains
7474

75-
<DocCardList />
75+
* [Radix - How to start](./radix/index.mdx)
76+

docs/data/3-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](/docs/dapps/redstone-pull.mdx) and [push](/docs/dapps/redstone-push.mdx) 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](/docs/dapps/redstone-pull.mdx) and [push](/docs/dapps/redstone-push) 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.
3131

0 commit comments

Comments
 (0)