We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c885da commit 1148b85Copy full SHA for 1148b85
src/components/FAssets/operational-parameters.ts
@@ -263,28 +263,6 @@ export const operationalParameters = [
263
{
264
title: "Collateral Ratios",
265
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
283
- btc: "95%",
284
- doge: "100%",
285
286
287
288
289
name: "Vault Collateral Supported Types",
290
description: "Types of collateral required in the agent's vault.",
0 commit comments