From dd7aefc4e598934d76bd224afd814c79c7d03df1 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 8 Jan 2015 00:02:57 -0800 Subject: [PATCH] [DOC] e2g - animated diagrams --- content/exchange_to_gateway.md | 18 +++++------------- img/e2g-01.gif | Bin 0 -> 418825 bytes img/e2g-02.gif | Bin 0 -> 372283 bytes 3 files changed, 5 insertions(+), 13 deletions(-) create mode 100644 img/e2g-01.gif create mode 100644 img/e2g-02.gif diff --git a/content/exchange_to_gateway.md b/content/exchange_to_gateway.md index 996a2c764b..12108b0f56 100644 --- a/content/exchange_to_gateway.md +++ b/content/exchange_to_gateway.md @@ -29,21 +29,11 @@ A hot wallet makes payments to the gateway's users in Ripple by sending them iss ## Prior to Ripple Integration ## -Our example exchange, ACME, already accepts withdrawals and deposits from users using some existing system, and uses an internal accounting system to track how much balance each user has with the exchange. Such a system can be modeled simply like this: +Our example exchange, ACME, already accepts withdrawals and deposits from users using some existing system, and uses an internal accounting system to track how much balance each user has with the exchange. Such a system can be modeled simply with a balance sheet and tracking how much currency each user has on hand. - +![Alice sends €4 to ACME. ACME adds her balance to its balance sheet.](img/e2g-01.gif) **Assumptions:** To integrate with Ripple, we assume that an exchange such as ACME meets the following assumptions: @@ -70,6 +60,8 @@ An example of a deposit flow: 2. In its internal accounting, ACME debits Alice's balance €2 and credits the Ripple-backed balance by €2. 3. ACME submits a Ripple transaction, sending €2 to Alice's Ripple address. The €2 is marked in Ripple as being "issued" by ACME (2 EUR@ACME). +![ACME issues 2 EUR@ACME to Alice on Ripple](img/e2g-02.gif) +