From ec0950966738742308ae67382951d474a02a8e41 Mon Sep 17 00:00:00 2001 From: MG Date: Thu, 10 Oct 2024 17:09:28 +0300 Subject: [PATCH] Update --- ARCs/arc-0071.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCs/arc-0071.md b/ARCs/arc-0071.md index 3a59fb01a..b9fe8d594 100644 --- a/ARCs/arc-0071.md +++ b/ARCs/arc-0071.md @@ -39,7 +39,7 @@ Note 2: Heavy discussions and development is ongoing to address Note 1. WIP! Pro - To create an atomic transaction group starting with a rekey from holder to issuer, then issuer creating the ASA using holder's address as creator, then freezing the asset and setting freeze address to ZeroAddress then rekeying back to holder. This will ensure that the holder cannot close out the ASA and soulbound ASA stays in holder's account forever. The Issuer provides the ASA params and metadata and controls the process in between rekey and rekey back transactions (This approach is inspired by ARC58 approach). -- Other solution is not to use rekeys and instead have user create the ASA and use the dApp to manage the process in one atomic transaction group. Managed by dApp, A transaction group is created including: A transaction for asset creation by holder, a config transaction to set issuer as manager and freeze addresses (and reserve if not ARC19), ABI call with inner transaction from issuer to freeze asset and another inner txn to set freeze address to ZeroAddress. This approach is more wallet friendly but requires more user interaction and dApp development. +- Other solution is not to use rekeys and instead have user create the ASA and use the dApp to manage the process in one atomic transaction group. Managed by dApp, A transaction group is created including: A transaction for asset creation by holder, a config transaction to set issuer as manager and freeze addresses (and reserve if not ARC19), ABI call with inner transaction from issuer to freeze asset and another inner txn to set freeze address to ZeroAddress. This approach is more wallet friendly but requires more dApp development. ### ASA Parameters Conventions