---
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](/fassets/reference/IAssetManager).
### 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`](/fassets/reference/ICoreVaultManager) interface. Specific functions added to each parameter.
### Core Vault Settings
To get the Core Vault settings you need to use the [`IAssetManager`](/fassets/reference/IAssetManager) interface. Specific functions added to each parameter.
:::tip[What's next]
Learn more about the different components and processes involved in FAssets - [collateral](/fassets/collateral), [minting](/fassets/minting), [redemptions](/fassets/redemption), [liquidations](/fassets/liquidation) and [Core Vault](/fassets/core-vault).
For developer resources, explore our [FXRP address](/fxrp/token-interactions/fxrp-address), [minting](/fassets/developer-guides/fassets-mint), and [redemption](/fassets/developer-guides/fassets-redeem) guides to get started with FAssets integration.
:::