Skip to content

Commit c32e1cd

Browse files
committed
better explanation
1 parent 8d9b97e commit c32e1cd

File tree

1 file changed

+1
-1
lines changed
  • content/stellar-contracts/tokens/rwa

1 file changed

+1
-1
lines changed

content/stellar-contracts/tokens/rwa/rwa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ When implementing RWA tokens, consider the following security aspects:
507507
3. **Compliance Validation**: Ensure compliance rules are properly configured before enabling transfers
508508
4. **Freezing**: Use freezing mechanisms carefully as they lock user funds
509509
5. **Recovery**: There are two distinct recovery flows, both requiring strict authorization:
510-
- **Identity Recovery**: Managed by the Identity Registry Storage, transfers the identity contract reference and profile (including country data) from old wallet to new wallet, and creates a recovery mapping
510+
- **Identity Recovery**: Managed by the Identity Stack (Identity Registry Storage in Claim-Based approach), transfers the identity contract reference and profile (including country data) from old wallet to new wallet, and creates a recovery mapping
511511
- **Balance Recovery**: Managed by the RWA Token, transfers tokens from old to new account after verifying the identity recovery mapping exists (via `recovery_target()`)
512512
6. **Pausability**: The pause mechanism should only be accessible to authorized administrators
513513
7. **Contract Upgrades**: Consider following a secure upgrade strategy for your contracts. See: [Contract Upgrades](/stellar-contracts/utils/upgradeable)

0 commit comments

Comments
 (0)