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
The Flare Smart Accounts is an account abstraction that allows XRPL users to perform actions on the Flare chain without owning any FLR token.
24
25
Each XRPL address is assigned a unique **smart account** on the Flare chain, which only it can control.
@@ -34,6 +35,14 @@ The workflow for Flare Smart Accounts is comprised of the following steps.
34
35
It then calls the `executeTransaction` function on the `MasterAccountController` contract, with the `Payment` proof and the XRPL address that made the transaction.
35
36
3. The XRPL user's smart account performs the actions given in the instructions.
The Flare Smart Accounts allow XRPL users to perform actions on the Flare chain through instructions on the XRPL.
@@ -235,3 +244,11 @@ Depending on the value of the leading byte, a different function on the smart ac
235
244
## 3. Actions on Flare
236
245
237
246
The XRPL user's smart account performs the actions in the instructions.
247
+
This can be any of the instructions listed above, reserving collateral for minting FXRP, transferring FXRP to another address, redeeming FXRP, depositing it into a vault ...
248
+
Furthermore, custom instructions can be executed - instructions for making any function call on Flare -, thought that requires an additional step for it to work (see the [Custom Instruction guide](/smart-accounts/3-custom-instruction.mdx))
0 commit comments