mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Revise DepositAuth introduction
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
|
||||
_(Added by the [DepositAuth amendment][].)_
|
||||
|
||||
Deposit Authorization is an optional feature of an [account](accounts.html) in the XRP Ledger. With Deposit Authorization enabled, transactions cannot send value of any kind to the account unless the sender of those transactions is the account itself. This includes transfers of XRP and issued currencies.
|
||||
Deposit Authorization is an optional feature of an [account](accounts.html) in the XRP Ledger. Deposit Authorization blocks transfers of any kind of value to the account from strangers. This includes transfers of XRP and issued currencies. An account with Deposit Authorization can only receive value in two ways:
|
||||
|
||||
By default, new accounts have DepositAuth disabled.
|
||||
- From accounts it has [preauthorized](#preauthorization).
|
||||
- By sending a transaction to receive the funds. For example, an account with Deposit Authorization could finish an [Escrow](escrow.html) that was initiated by a stranger.
|
||||
|
||||
By default, new accounts have DepositAuth disabled, so they can receive XRP from anyone.
|
||||
|
||||
## Background
|
||||
|
||||
|
||||
Reference in New Issue
Block a user