Skip to content

Commit 1148b85

Browse files
committed
fix(docs): remove backing factor parameter from FAssets operational parameters
1 parent 9c885da commit 1148b85

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/components/FAssets/operational-parameters.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -263,28 +263,6 @@ export const operationalParameters = [
263263
{
264264
title: "Collateral Ratios",
265265
parameters: [
266-
{
267-
name: "Backing factor",
268-
settingName: "minUnderlyingBackingBIPS",
269-
description:
270-
"The percentage of underlying assets that must be actively backed at any time.",
271-
link: "/fassets/overview#agents",
272-
values: {
273-
coston2: {
274-
xrp: "100%",
275-
},
276-
songbird: {
277-
xrp: "98%",
278-
btc: "99%",
279-
doge: "95%",
280-
},
281-
coston: {
282-
xrp: "100%",
283-
btc: "95%",
284-
doge: "100%",
285-
},
286-
},
287-
},
288266
{
289267
name: "Vault Collateral Supported Types",
290268
description: "Types of collateral required in the agent's vault.",

0 commit comments

Comments
 (0)