@@ -1037,7 +1037,7 @@ export const operationalParameters = [
10371037 parameters : [
10381038 {
10391039 name : "Minting fee" ,
1040- settingName : "mintingFee " ,
1040+ settingName : "feeBIPS " ,
10411041 description :
10421042 "The minting fee is when users (minters) mint FAssets by depositing underlying assets with an agent." ,
10431043 link : "/fassets/minting#minting-fee" ,
@@ -1056,7 +1056,7 @@ export const operationalParameters = [
10561056 } ,
10571057 {
10581058 name : "Pool share" ,
1059- settingName : "poolFeeShare " ,
1059+ settingName : "poolFeeShareBIPS " ,
10601060 description :
10611061 "The pool share fee is the portion of the minting and redemption fees allocated to pool collateral providers." ,
10621062 link : "/fassets/minting#pool-share" ,
@@ -1075,7 +1075,7 @@ export const operationalParameters = [
10751075 } ,
10761076 {
10771077 name : "Minting Collateral Ratio - Agent Vault" ,
1078- settingName : "mintingVaultCollateralRatio " ,
1078+ settingName : "mintingVaultCollateralRatioBIPS " ,
10791079 description :
10801080 "The minting vault collateral ratio is the minimum collateral required to back FAssets, ensuring value protection against under-collateralization." ,
10811081 link : "/fassets/collateral#minting-cr" ,
@@ -1094,7 +1094,7 @@ export const operationalParameters = [
10941094 } ,
10951095 {
10961096 name : "Minting Collateral Ratio - Collateral Pool" ,
1097- settingName : "mintingPoolCollateralRatio " ,
1097+ settingName : "mintingPoolCollateralRatioBIPS " ,
10981098 description :
10991099 "The minting pool collateral ratio ensures the collateral value supports the minted FAssets." ,
11001100 link : "/fassets/collateral#minting-cr" ,
@@ -1113,7 +1113,7 @@ export const operationalParameters = [
11131113 } ,
11141114 {
11151115 name : "Exit Collateral Ratio" ,
1116- settingName : "poolExitCollateralRatio " ,
1116+ settingName : "poolExitCollateralRatioBIPS " ,
11171117 description :
11181118 "The pool exit collateral ratio is the minimum collateral ratio agents must maintain when exiting their pool collateral." ,
11191119 link : "/fassets/collateral#exit-cr" ,
@@ -1132,7 +1132,7 @@ export const operationalParameters = [
11321132 } ,
11331133 {
11341134 name : "Top-up CR" ,
1135- settingName : "poolTopupCollateralRatio " ,
1135+ settingName : "poolTopupCollateralRatioBIPS " ,
11361136 description :
11371137 "Defines the minimum collateral ratio agents must maintain when topping up pool collateral." ,
11381138 link : "/fassets/collateral#top-up-cr" ,
@@ -1151,7 +1151,7 @@ export const operationalParameters = [
11511151 } ,
11521152 {
11531153 name : "Top-up discount" ,
1154- settingName : "poolTopupTokenDiscount " ,
1154+ settingName : "poolTopupTokenPriceFactorBIPS " ,
11551155 description :
11561156 "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." ,
11571157 values : {
@@ -1169,7 +1169,7 @@ export const operationalParameters = [
11691169 } ,
11701170 {
11711171 name : "Discount for agent self-close" ,
1172- settingName : "buyFAssetByAgentDiscount " ,
1172+ settingName : "buyFAssetByAgentFactorBIPS " ,
11731173 description :
11741174 "Applied when agents buy back FAssets during liquidation events, shown as a factor on the Agent UI." ,
11751175 link : "/fassets/liquidation#stopping-liquidations" ,
0 commit comments