You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<OperationalParameterssectionTitle="Redeem With Tag"networks={["coston2"]} />
72
+
65
73
:::tip[What's next]
66
74
67
75
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).
"Destination tag that must be added to core vault donation transactions.",
1243
+
values: {
1244
+
coston2: {
1245
+
xrp: "14",
1246
+
},
1247
+
},
1248
+
},
1249
+
],
1250
+
},
1251
+
{
1252
+
title: "Direct Minting",
1253
+
parameters: [
1254
+
{
1255
+
name: "Direct Minting Minimum Fee",
1256
+
settingName: "directMintingMinimumFee",
1257
+
description:
1258
+
"Minimum fee charged for direct minting, in base unit of the underlying asset (UBA).",
1259
+
values: {
1260
+
flare: {
1261
+
xrp: "-",
1262
+
},
1263
+
coston2: {
1264
+
xrp: "0.1 TestXRP",
1265
+
},
1266
+
songbird: {
1267
+
xrp: "-",
1268
+
},
1269
+
coston: {
1270
+
xrp: "-",
1271
+
},
1272
+
},
1273
+
},
1274
+
{
1275
+
name: "Direct Minting Fee",
1276
+
settingName: "directMintingFeeBIPS",
1277
+
description:
1278
+
"Direct minting fee as a percentage of the minting amount, in BIPS.",
1279
+
values: {
1280
+
flare: {
1281
+
xrp: "-",
1282
+
},
1283
+
coston2: {
1284
+
xrp: "0.25%",
1285
+
},
1286
+
songbird: {
1287
+
xrp: "-",
1288
+
},
1289
+
coston: {
1290
+
xrp: "-",
1291
+
},
1292
+
},
1293
+
},
1294
+
{
1295
+
name: "Direct Minting Executor Fee",
1296
+
settingName: "directMintingExecutorFeeUBA",
1297
+
description:
1298
+
"Fee paid to the executor of a direct minting request, in base unit of the underlying asset (UBA). This only applies to direct mintings to address, for direct minting to smart account the executor fee is calculated and paid by the smart account manager.",
0 commit comments