Skip to content

Commit 3617c8f

Browse files
authored
docs(fix): enhance executor explanation in minting guide (#739)
1 parent 131c7ed commit 3617c8f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/fassets/developer-guides/6-fassets-minting-executor.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ This guide walks you through the complete process of minting FAssets (e.g., FXRP
1919

2020
Minting FAssets is the process of wrapping, for instance, XRP from the XRP Ledger into an FAsset, enabling it to be used within the Flare blockchain ecosystem.
2121

22-
The minting process can be executed by an external actor that monitors pending requests.
23-
Executors are incentivized but have no special permissions.
24-
If they fail to execute in time, the request expires, and minting must be restarted.
22+
:::info
23+
24+
Executors are external actors that monitor pending minting requests and execute them by submitting payment proofs on-chain.
25+
They are incentivized for this task but have no special permissions—anyone can act as an executor.
26+
If no one executes in time, the minting request expires, and the process must be restarted.
27+
28+
An executor can be a wallet or a DApp platform that facilitates minting and helps users automate the flow.
29+
30+
:::
2531

2632
See the [Minting](/fassets/minting) overview for more details.
2733

0 commit comments

Comments
 (0)