Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 2.77 KB

File metadata and controls

92 lines (56 loc) · 2.77 KB
title Operational Parameters
slug operational-parameters
description Songbird FAssets Operational Parameters
keywords
fassets
xrp
bitcoin
dogecoin
flare-network

import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem";

import OperationalParameters from "@site/src/features/FAssets/OperationalParameters";

This page lists the current values for the most important parameters of the FAssets system on Songbird Canary-Network and Songbird Testnet Coston. These values are subject to change as the system is further developed and tested.

Asset Manager Operational Parameters

To get the default agent settings, you need to call the getSettings function on the IAssetManager interface. Read more about the IAssetManager interface here.

Minting and Redeeming

Payment Times

Collateral Ratios

Liquidation

Rewarding

Time Locks

Emergency Pause

Core Vault

Core Vault Manager

To get the Core Vault manager operational parameters you need to use the ICoreVaultManager interface. Specific functions added to each parameter.

Core Vault Settings

To get the Core Vault settings you need to use the IAssetManager interface. Specific functions added to each parameter.

Direct Minting

<OperationalParameters sectionTitle="Direct Minting" networks={["flare", "coston2", "songbird"]} />

Minting Tag Manager

<OperationalParameters sectionTitle="Minting Tag Manager" networks={["flare", "coston2", "songbird"]} />

Redeem With Tag

<OperationalParameters sectionTitle="Redeem With Tag" networks={["flare", "coston2", "songbird"]} />

:::tip[What's next]

Learn more about the different components and processes involved in FAssets - collateral, minting, redemptions, liquidations and Core Vault.

For developer resources, explore our FXRP address, minting, and redemption guides to get started with FAssets integration.

:::