From dc2f2c709cc6d0a061c06f74f6b916c84134316d Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 4 Apr 2018 16:34:27 -0700 Subject: [PATCH 1/2] Freeze XRP callout --- content/concept-freeze.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/concept-freeze.md b/content/concept-freeze.md index f886f91b0d..4eb5cfe519 100644 --- a/content/concept-freeze.md +++ b/content/concept-freeze.md @@ -6,7 +6,9 @@ The XRP Ledger gives addresses the ability to freeze non-XRP balances, which can * [**Global Freeze**](#global-freeze) - Freeze all counterparties. * [**No Freeze**](#no-freeze) - Permanently give up the ability to freeze individual counterparties, as well as the ability to end a global freeze. -Because no party has a privileged place in the XRP Ledger, the freeze feature cannot prevent a counterparty from conducting transactions in XRP or funds issued by other counterparties. No one can freeze XRP. +Because no party has a privileged place in the XRP Ledger, the freeze feature cannot prevent a counterparty from conducting transactions in XRP or funds issued by other counterparties. + +**Tip:** The freeze feature only applies to issued currencies. No one can freeze XRP. All freeze settings can be enacted regardless of whether the balance(s) to be frozen are positive or negative. Either the currency issuer or the currency holder can freeze a trust line; however, the effect of a currency holder freezing an issuer is minimal. From 317513725101061cdaa8b790f6fddac76d91aa5d Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 4 Apr 2018 17:26:47 -0700 Subject: [PATCH 2/2] Freeze: revise intro per @nbougalis's suggestion --- content/concept-freeze.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concept-freeze.md b/content/concept-freeze.md index 4eb5cfe519..020ab11f6f 100644 --- a/content/concept-freeze.md +++ b/content/concept-freeze.md @@ -1,6 +1,6 @@ # Freezing Issued Currencies -The XRP Ledger gives addresses the ability to freeze non-XRP balances, which can be useful to meet regulatory requirements, or while investigating suspicious activity. There are three settings related to freezes: +The XRP Ledger gives issuers the ability to freeze non-XRP balances they have issued. This feature can be useful to meet regulatory requirements, or while investigating suspicious activity. There are three settings related to freezes: * [**Individual Freeze**](#individual-freeze) - Freeze one counterparty. * [**Global Freeze**](#global-freeze) - Freeze all counterparties.