Skip to content

Commit 083b849

Browse files
committed
feat(docs): add minting dApps section to FAssets documentation and fix Songbird links
1 parent f9608f9 commit 083b849

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
lines changed

docs/fassets/1-overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ keywords: [fassets, flare-fassets, xrp, bitcoin, dogecoin, flare-network]
77
import ThemedImage from "@theme/ThemedImage";
88
import useBaseUrl from "@docusaurus/useBaseUrl";
99

10+
import MintingDapps from "./_minting_dapps.mdx";
11+
1012
FAssets is a trustless, over-collateralized bridge connecting non smart contract networks to Flare.
1113
It enables the creation of wrapped tokens (`FAssets`) for assets like BTC, DOGE and XRP.
1214
These tokens can participate in Flare's DeFi ecosystem or be redeemed for their original assets.
@@ -23,6 +25,8 @@ Each FAsset is backed by a mix of collateral, including:
2325

2426
Agents and a community-provided collateral pool ensure trustlessness through over-collateralization.
2527

28+
<MintingDapps />
29+
2630
## FAsset Workflow
2731

2832
<ThemedImage

docs/fassets/10-songbird.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The launch of FAssets on Songbird Canary-Network demonstrates system behavior wh
1010

1111
The test on Songbird Canary-Network will have the following characteristics:
1212

13-
| Parameters | Description |
14-
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
15-
| FAsset Sequence | XRP will be tested first, followed by either BTC or DOGE. |
16-
| Agent Whitelisting | FAssets agents must be whitelisted by Flare Foundation to perform their roles. |
17-
| Caps and Losses | Flare Foundation will underwrite up to \$300,000 in FAsset issuance to cover any losses resulting from system issues, while imposing a cap of $2 million in issuance per asset. |
18-
| Duration of the Test | Each FAsset will be tested on Songbird for at least 6 weeks until no issues have been found. |
19-
| FAssets Minting dApps | FAssets system users can access the frontend web interface for minting and redeeming: <br/> - [`https://fasset.oracle-daemon.com/sgb`](https://fasset.oracle-daemon.com/sgb) <br /> - [`https://fassets.au.cc/`](https://fassets.au.cc/) |
20-
| System Integrity and FAsset Pricing | During the Songbird test, restrictions and incentives may cause the FAsset price to deviate from the underlying currency's value. The current focus is on testing system integrity, not price alignment. |
21-
| Vault Collateral | USDX will serve as collateral for FAsset agent vaults. To ensure sufficient support for FAsset issuance and possible liquidations on Songbird, a large amount of USDX has been minted. |
13+
| Parameters | Description |
14+
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
15+
| FAsset Sequence | XRP will be tested first, followed by either BTC or DOGE. |
16+
| Agent Whitelisting | FAssets agents must be whitelisted by Flare Foundation to perform their roles. |
17+
| Caps and Losses | Flare Foundation will underwrite up to \$300,000 in FAsset issuance to cover any losses resulting from system issues, while imposing a cap of $2 million in issuance per asset. |
18+
| Duration of the Test | Each FAsset will be tested on Songbird for at least 6 weeks until no issues have been found. |
19+
| FAssets Minting dApps | FAssets system users can access the frontend web interface for minting and redeeming: <br/> - [`https://fasset.oracle-daemon.com/sgb`](https://fasset.oracle-daemon.com/sgb) <br /> - [`https://sgb-fassets.au.cc/`](https://sgb-fassets.au.cc/) |
20+
| System Integrity and FAsset Pricing | During the Songbird test, restrictions and incentives may cause the FAsset price to deviate from the underlying currency's value. The current focus is on testing system integrity, not price alignment. |
21+
| Vault Collateral | USDX will serve as collateral for FAsset agent vaults. To ensure sufficient support for FAsset issuance and possible liquidations on Songbird, a large amount of USDX has been minted. |
2222

2323
:::tip[Help improve FAssets]
2424

docs/fassets/2-minting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ keywords: [fassets, xrp, bitcoin, dogecoin, flare-network]
77
import ThemedImage from "@theme/ThemedImage";
88
import useBaseUrl from "@docusaurus/useBaseUrl";
99

10+
import MintingDapps from "./_minting_dapps.mdx";
11+
1012
Minting FAssets is the process of wrapping underlying tokens from connected blockchains into FAssets to be used on the Flare blockchain.
1113
Any user can mint FAssets.
1214

15+
<MintingDapps />
16+
1317
## Minting Process
1418

1519
<ThemedImage

docs/fassets/_minting_dapps.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:::tip Minting dApps
2+
3+
You can mint FAssets on either of the following dApps:
4+
5+
- [https://fasset.oracle-daemon.com/flare](https://fasset.oracle-daemon.com/flare)
6+
- [https://fassets.au.cc/mint](https://fassets.au.cc/mint)
7+
8+
:::

0 commit comments

Comments
 (0)