Make issuing/operational address intro into a snippet (#185)

* Issuing / Operational Addresses snippet

* issuing/operational addresses - minor rewording

* issuing/operational addresses - better parallel structure in explaining positive/negative
This commit is contained in:
Rome Reginelli
2016-05-17 15:41:42 -07:00
parent 3def7c9c9c
commit 11b13d9664
5 changed files with 19 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
In the Ripple Consensus Ledger, financial institutions typically use multiple Ripple addresses to minimize the risk associated with a compromised secret key. Ripple strongly recommends the following separation of roles:
* One **issuing address**, also known as a "cold wallet." This address is the hub of the financial institution's accounting relationships in the ledger, but sends as few transactions as possible.
* One or more **operational addresses**, also known as "hot wallets." Automated, internet-connected systems use the secret keys to these addresses to conduct day-to-day business like transfers to customers and partners.
* Optional **standby addresses**, also known as "warm wallets." Trusted human operators use these addresses to transfer money to the operational addresses.