mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 03:45:49 +00:00 
			
		
		
		
	Remove Escrow amendment + fix admonition
This commit is contained in:
		@@ -8,9 +8,8 @@ labels:
 | 
			
		||||
 | 
			
		||||
Traditionally, an escrow is a contract between two parties to facilitate financial transactions. An impartial third party receives and holds funds, and only releases them to the intended recipient when conditions specified by the contract are met. This method ensures both parties meet their obligations.
 | 
			
		||||
 | 
			
		||||
The XRP Ledger takes escrow a step further, replacing the third party with an automated system built into the ledger. An escrow locks up XRP or fungible tokens ([see Token Escrow](#token-escrow)), which can't be used or destroyed until conditions are met.
 | 
			
		||||
The XRP Ledger takes escrow a step further, replacing the third party with an automated system built into the ledger. An escrow locks up XRP or fungible tokens, which can't be used or destroyed until conditions are met.
 | 
			
		||||
 | 
			
		||||
{% amendment-disclaimer name="Escrow" /%}
 | 
			
		||||
{% amendment-disclaimer name="TokenEscrow" mode="updated" /%}
 | 
			
		||||
 | 
			
		||||
## Token Escrow
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,6 @@ labels:
 | 
			
		||||
 | 
			
		||||
An `Escrow` ledger entry represents an [escrow](../../../../concepts/payment-types/escrow.md), which holds funds until specific conditions are met. You can create an escrow by sending an [EscrowCreate transaction][].
 | 
			
		||||
 | 
			
		||||
{% amendment-disclaimer name="Escrow" /%}
 | 
			
		||||
{% amendment-disclaimer name="TokenEscrow" mode="updated" /%}
 | 
			
		||||
 | 
			
		||||
## Example {% $frontmatter.seo.title %} JSON
 | 
			
		||||
 
 | 
			
		||||
@@ -9,8 +9,6 @@ labels:
 | 
			
		||||
 | 
			
		||||
Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to its sender.
 | 
			
		||||
 | 
			
		||||
{% amendment-disclaimer name="Escrow" /%}
 | 
			
		||||
 | 
			
		||||
## Example {% $frontmatter.seo.title %} JSON
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@ labels:
 | 
			
		||||
 | 
			
		||||
Set aside funds in an [escrow](../../../../concepts/payment-types/escrow.md) that delivers them to a predetermined recipient when certain conditions are met. If the escrow has an expiration, the funds can also be returned to the sender after it expires.
 | 
			
		||||
 | 
			
		||||
{% admonition type="info" name="Fungible Tokens" %}
 | 
			
		||||
{% admonition type="info" name="Note" %}
 | 
			
		||||
To escrow fungible tokens you must take note of the following:
 | 
			
		||||
 | 
			
		||||
- Trust Line Tokens must have the **Allow Trust Line Locking** flag enabled on their account.
 | 
			
		||||
@@ -18,7 +18,6 @@ To escrow fungible tokens you must take note of the following:
 | 
			
		||||
- If the token requires **authorization**, both sender and recipient must be pre-authorized by the issuer.
 | 
			
		||||
{% /admonition %}
 | 
			
		||||
 | 
			
		||||
{% amendment-disclaimer name="Escrow" /%}
 | 
			
		||||
{% amendment-disclaimer name="TokenEscrow" mode="updated" /%}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,9 +9,6 @@ labels:
 | 
			
		||||
 | 
			
		||||
Deliver funds from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient.
 | 
			
		||||
 | 
			
		||||
{% amendment-disclaimer name="Escrow" /%}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Example {% $frontmatter.seo.title %} JSON
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user