Skip to content

Commit ca4ffcf

Browse files
committed
docs(minting): add executor fee details to minting process
1 parent b026f55 commit ca4ffcf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/fassets/3-minting.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ This share remains in the agent's underlying account but is not marked as being
9393

9494
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.
9595

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+
96108
### Trailing Fees
97109

98110
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

Comments
 (0)