Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): update operational parameters for FAssets collateral ratios #510

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/fassets/6-operational-parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This page lists the current values for the most important parameters of the FAss
<TabItem value="songbird">
| **Parameter** | **XRP** | **BTC** | **DOGE** |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------- | -------- |
| [**Backing factor**](/fassets/overview#agents)<br />The percentage of underlying assets that must be actively backed at any time. | 98% | 99% | 95-98% |
| [**Backing factor**](/fassets/overview#agents)<br />The percentage of underlying assets that must be actively backed at any time. | 98% | 99% | 95% |
| [**Vault collateral**](/fassets/collateral#vault-collateral)<br />Types of collateral required in the agent's vault. | | | |
| &emsp;&bullet;&emsp; **Supported types**<br />Collateral types allowed in the vault. | `USDX` | `USDX` | `USDX` |
| &emsp;&bullet;&emsp; [**Minimal CR**](/fassets/collateral#minimal-cr)<br />The minimum collateral ratio required to avoid liquidation. | 1.2 | 1.2 | 1.2 |
Expand Down Expand Up @@ -171,8 +171,8 @@ Agents are free to adjust these settings as they see fit.
| [**Minting fee**](/fassets/minting#minting-fee)<br />The minting fee is when users (minters) mint FAssets by depositing underlying assets with an agent. | 1% | 1% | 1% |
| [**Pool share**](/fassets/minting#pool-share)<br />The pool share fee is the portion of the minting and redemption fees allocated to pool collateral providers. | 30% | 30% | 30% |
| [**Minting CR**](/fassets/collateral#minting-cr) | | | |
| &emsp;**Agent vault**<br />&emsp;The minting vault collateral ratio is the minimum collateral required to back FAssets, ensuring value protection against under-collateralization. | 1.3 | 1.3 | 1.3 |
| &emsp;**Collateral pool**<br />&emsp;The minting pool collateral ratio ensures the collateral value supports the minted FAssets. | 1.6 | 1.6 | 1.6 |
| &emsp;**Agent vault**<br />&emsp;The minting vault collateral ratio is the minimum collateral required to back FAssets, ensuring value protection against under-collateralization. | 1.4 | 1.4 | 1.4 |
| &emsp;**Collateral pool**<br />&emsp;The minting pool collateral ratio ensures the collateral value supports the minted FAssets. | 1.7 | 1.7 | 1.7 |
| [**Exit CR**](/fassets/collateral#exit-cr)<br />The pool exit collateral ratio is the minimum collateral ratio agents must maintain when exiting their pool collateral. | 1.6 | 1.6 | 1.6 |
| [**Top-up CR**](/fassets/collateral#top-up-cr)<br />Defines the minimum collateral ratio agents must maintain when topping up pool collateral. | 1.5 | 1.5 | 1.5 |
| **Top-up discount**<br />The pool top-up token discount values added tokens at a slight discount to market price, increasing system stability, shown as a factor on the Agent UI. | 0.5% | 0.5% | 0.5% |
Expand Down Expand Up @@ -242,8 +242,8 @@ These settings are far shorter in the beta phases than in the final version, in
| **Maximum governance update frequency**<br />Minimum amount of time between updates of any governance setting.<br /> | 1 day | 1 day | 1 day |
| **Token invalidation time**<br />Time between the moment a token is deprecated by governance and it becomes invalid. Agents still using it as vault collateral get liquidated after this time.<br /> | 1 day | 1 day | 1 day |
| **Agent exit available time lock**<br />The time the agent has to wait after announcing exit from the list of publicly available agents and executing the exit.<br /> | 3 hours | 3 hours | 3 hours |
| **Agent fee change time lock**<br />The time the agent has to wait between announcing and changing the agent fee or the pool share.<br /> | 1 day | 1 day | 1 day |
| **Agent minting CR change time lock**<br />The time the agent has to wait between announcing and changing the minting CR (vault or pool).<br /> | 1 hour | 1 hour | 1 hour |
| **Agent fee change time lock**<br />The time the agent has to wait between announcing and changing the agent fee or the pool share.<br /> | 1 hour | 1 hour | 1 hour |
| **Agent minting CR change time lock**<br />The time the agent has to wait between announcing and changing the minting CR (vault or pool).<br /> | 5 minutes | 5 minutes | 5 minutes |
| **Pool exit and top-up change time lock**<br />The time the agent has to wait between announcing and changing any pool exit and top-up settings.<br /> | 1 day | 1 day | 1 day |
| **Agent time-locked operation window**<br />Once the above time locks expire, agents have this amount of time to execute the requested operation.<br /> | 2 hours | 2 hours | 2 hours |
| **Collateral pool token time lock**<br />Amount of seconds that a user entering the collateral pool must wait before spending (exit or transfer) the obtained pool tokens.<br /> | 60 seconds | 60 seconds | 60 seconds |
Expand Down
Loading