| title | Operational Parameters | |||||
|---|---|---|---|---|---|---|
| slug | operational-parameters | |||||
| description | Songbird FAssets Operational Parameters | |||||
| keywords |
|
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.
To get the default agent settings, you need to call the getSettings function on the IAssetManager interface.
Read more about the IAssetManager interface here.
To get the Core Vault manager operational parameters you need to use the ICoreVaultManager interface.
Specific functions added to each parameter.
To get the Core Vault settings you need to use the IAssetManager interface.
Specific functions added to each parameter.
<OperationalParameters sectionTitle="Direct Minting" networks={["flare", "coston2", "songbird"]} />
<OperationalParameters sectionTitle="Minting Tag Manager" networks={["flare", "coston2", "songbird"]} />
<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.
:::