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
Copy file name to clipboardExpand all lines: docs/fassets/3-minting.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,18 @@ This share remains in the agent's underlying account but is not marked as being
93
93
94
94
This share is minted as FAssets and sent to the [collateral pool](/fassets/collateral#pool-collateral). The percentage of this share is defined by the agent and can be changed by the agent after a delay that provides time for minters to notice the change.
95
95
96
+
### Executor Fee
97
+
98
+
To incentivize reliable execution of minting requests, an **executor fee** may be included in the system.
99
+
The executor is the actor who submits the payment proof to the Asset Manager, finalizing the minting process.
100
+
101
+
- The executor fee is paid by the minter when minting is executed.
102
+
- This fee is optional and configurable within the system based on chain-specific governance parameters.
103
+
- If set, the fee is denominated in FLR and transferred directly to the executor's address as part of the execution transaction.
104
+
- Executors compete to be the first to execute minting and collect this fee, providing a decentralized execution layer.
105
+
106
+
This design ensures timely and reliable minting finalization without relying on a centralized party.
107
+
96
108
### Trailing Fees
97
109
98
110
To ensure that agents and collateral pool providers receive steady income, the FAsset system offers an option to enable FAsset token transfer fees, also known as trailing fees.
0 commit comments