SlideShare a Scribd company logo
1 of 20
Download to read offline
1 
Ripple Market Makers 
Consumers Market Makers Gateways Merchants 
Version 1.0
2 
Overview 
This document provides a basic introduction to market making on the Ripple network. Any user can 
manually post bids and offers to buy/sell currencies or other assets on Ripple. Serious firms will devel-op 
their own automated trading strategies to effectively compete in the marketplace. 
You may wish to start with the Ripple Primer to get a broad understanding of Ripple before continuing 
with this document. 
Section 1 
Section 2 
Section 3 
Section 4 
Section 5 
Section 6 
Section 7 
Section 8 
Section 9 
Section 10 
Section 11 
Section 12 
Section 13 
Section 14 
Section 15 
What is Ripple? 3 
Gateways 4 
Counterparty Risk 5 
Transacting with Balances 6 
XRP - The Native Currency of Ripple 7 
The Role of Market Makers 8 
Pathfinding 10 
XRP as Vehicle Currency 11 
XRP as an anti-SPAM Measure 13 
Execution Speed 14 
Order Queue 15 
Integration Process 16 
Rippled Server API 17 
Resources 19 
Contact Information 20
3 
Section 1 
What is Ripple? 
Ripple is a decentralized payment system and distributed currency exchange. Ripple is currency agnos-tic; 
it supports any currency (USD, EUR, BTC, etc.) including its own native currency, XRP. 
At its core, the Ripple network is a distributed database that contains information about user accounts, 
balances, and trades. This record within the database is known as the Ripple ledger. 
The Ripple ledger is analogous to the database that a bank would typically use to manage accounts 
and balances. However, instead of a centralized and proprietary bank ledger, Ripple’s database is dis-tributed 
across computers around the globe and shared between all users. It has no central operator 
and no single point of failure. 
-230.35 
320.82 
0.12 
+230.35 
230.35 
+320.82 
0.12 
100.93 
THE LEDGER 
JAN @ 
BOB @ 
TOM @ 
SUSAN @ 
JOHN@ 
DAVE @ 
MOLLY @ 
DALAL @ 
230.35 
320.82 
0.12 
100.93 
-230.35 
320.82 
0.12 
+230.35 
JOHN 
DAVE 
KATE 
ALICE 
ACHDEBIT 
-0.82 
BOB 
AKI 
MOLLY 
DALAL 
+320.00 
230.35 
0.12 
100.93 
BOB 
AKI 
MOLLY 
DALAL 
-320.82 
230.35 
0.12 
+230.00 
AKI 
BOB 
MOLLY 
DALAL 
AKI 
BOB 
MOLLY 
DALAL 
230.35 
320.82 
0.12 
-323.85 
JAN 
BOB 
TOM 
SUSAN 
-230.35 
320.82 
0.12 
100.93 
-1.03 
-0.35 
A peer-to-peer network of Ripple servers around the world maintain the ledger. These servers run soft-ware 
known as “rippled” (short for Ripple daemon). 
Each rippled server keeps its own copy of the current ledger in its entirety. In this way, anyone can view 
the ledger and see a record of all activity on the Ripple network. 
Just like on a traditional bank’s network, a trade or a payment is executed on Ripple by making a valid 
change to the ledger. Instead of relying on a centralized network operator, servers around the world 
mutually arrive at consensus about changes to the ledger and then update their local copies of the da-tabase, 
so everyone stays on the same page at all times. 
Ripple is fully open source, so anyone can audit the code, develop improvements to the code, and use 
it for any purpose without obtaining prior approval from any entity (though users should obey applicable 
laws and regulations in their region).
4 
Section 2 
Gateways and Balances on the Ripple Network 
Currency enters and exits the Ripple network via gateways. “Gateway” is Ripple’s term for currency 
entry and exit points to the network. 
Gateways are businesses that accept currency deposits from customers and issue them balances on 
the Ripple network in return. This is very similar to the role of traditional banks (accepting deposits and 
issuing balances). 
$ 100 $ 100 
Balance $100 
THE RIPPLE NETWORK 
Every currency on Ripple has a specific issuing gateway: USDsnapswap, EURbitstamp, BTCbitstamp, 
etc. XRP is the exception to this, which we will explain below. 
When a user wants to withdraw money from the Ripple network by redeeming a balance for cash, the 
gateway that originally issued the balance is responsible for redeeming it against the deposits it holds. 
In practice, many Ripple gateways may look very similar to traditional banks; but a gateway can be any 
business that provides access to the Ripple network. Gateways can be banks, money service busi-nesses, 
Gateway Non-Ripple Account Value Transfer 
Ripple Network 
Hosted Account 
Independent Account 
marketplaces, or any financial institution. 
Market Maker 
$ 100 $ 100 
For more information on gateways: Ripple Gateway Whitepaper 
Balance $100 
Gateway Non-Ripple Account Value Transfer 
Ripple Network 
Market Maker 
Hosted Account 
Independent Account
5 
Section 3 
Gateway Counterparty Risk 
Holding an institution’s balances exposes you to counterparty risk. This is true both in Ripple and in the 
traditional financial system. 
As we learned during the financial crisis, dollar balances at Chase are not always equivalent to dollar 
balances at the Bank of Cyprus. A balance is effectively just the bank’s or gateway’s promise to repay 
its depositors -- a bank owes its customers their money back. This often gets glossed over, but bank 
balances (and gateway balances on Ripple) are technically debt instruments. 
Users should only hold the balances of creditworthy gateways, because a balance is nothing 
more than a gateway’s promise to repay its liability. 
Users must manually “extend trust” to a specific gateway in order to hold its balances. Extending a trust 
line lets the Ripple network know that you are accepting the gateway’s counterparty risk and are willing 
to hold its balances. 
Currency Balance Trust Limit Add trust 
OPENING A TRUST LINE 
Name / Address 
Bitstamp 
rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B 
Amount 
1000 EUR - Euro 
Allow Rippling 
? 
Cancel Grant trust 
Trust is not unbounded; it is extended for a specific amount. You might be willing to hold up to 
$250,000 in USD at Bank ABC but only willing to hold €10,000 with Bank XYZ.
6 
Section 4 
Transacting with Balances 
Ripple users can pay each other by transferring gateway balances. This does not require that users di-rectly 
trust each other. It only requires that users mutually trust a shared gateway to hold their deposits. 
For example, two people who both trust GatewayXYZ for USD can send payments to one another in 
USD without any direct trust or counterparty risk between the users themselves. 
Gateway 
XYZ 
-$100 
+$100 
ALICE 
BOB 
If you have arranged direct deposit with your employer, you are familiar with this system of payment. 
You effectively have a trust line open to your bank, meaning that your employer can pay you $100 by 
making your bank owe you $100.
7 
Section 5 
XRP: The Native Currency of the Ripple Network 
XRP (sometimes pronounced “ripples”) is the native currency of the Ripple network. Unlike dollars or 
euros, XRP is a natively digital asset, and it exists only within Ripple. 100 billion units of XRP were pro-grammed 
into the Ripple ledger, and no more can ever be created according to the Ripple protocol’s 
rules. 
XRP is the only currency within Ripple that is an asset. Every other currency within Ripple exists as a 
balance, which means it is some gateway’s liability. This asset versus liability distinction is one of 
the revolutionary characteristics of math based currency. 
Because XRP is an asset and not a liability, users can exchange value in XRP without agreeing to take a 
third party’s counterparty risk, as they must do in order to transfer USD balances. 
XRP trades freely against other currencies within the network, just like EUR trades freely against USD. 
There is a fluctuating market price for XRP in dollars, euros, pounds, bitcoins, etc. Prices are driven by 
supply and demand. 
Like gold or paper dollars, XRP has no intrinsic value — it is only worth what someone else is willing to 
pay for it. 
There is no requirement that users of Ripple adopt XRP as a store of value or a medium of exchange. In 
fact, we expect that most users will continue to transact in USD, EUR, JPY, and other traditional curren-cies, 
without holding any XRP. 
So why create XRP at all? XRP is a tool to support the network’s functionality. It exists to perform two 
specific network functions — it plays a role in network security and acts as a bridge currency. We will 
discuss each of these functions in Sections 8 and 9.
8 
Section 6 
The Role of Market Makers 
Any user can post bids and offers to trade currencies on Ripple’s distributed exchange. Market makers 
post both buy and sell orders, providing liquidity to the market in order to earn bid/ask spread. 
Market makers play the critical role of facilitating payments between users where no shared trust exists. 
The market maker below is advertising a price to exchange USD balances from GatewayABC and EUR 
balances at GatewayXYZ. 
Market Maker in EUR/USD 
buys EUR/USD for 1.305 
sells EUR/USD at 1.31 
EUR/USD Market Maker 
EUR 
Gateway 
USD 
Gateway 
The market maker must have trust lines in place and hold balances with both gateways in order to fulfill 
this function.
9 
Section 6 
The Role of Market Makers 
USD Holder Sending a Payment in EUR 
By routing a payment through a market maker, Ripple users can pay each other in currencies that they 
do not hold. In our example, the market maker allows a user with USD balances to send a payment in 
EUR. The market maker buys USD and sells EUR in order to make this happen. 
USD 
Gateway 
EUR 
Gateway 
With Ripple, no one is exposed to risk they don’t want. Market makers price take risk, counterparty 
risk, and bear the costs of rebalancing funds between gateways so other users don’t have to. 
USD 
Gateway 
EUR 
Gateway
10 
Section 7 
Path Finding Algorithm 
Ripple’s Path Finding Algorithm looks for the cheapest path for payments to move across the network. 
In this context, “cheapest” means the path that incurs the least bid/ask cost for the sender of a pay-ment. 
Pathfinding: EUR to KRW 
User with 
EUR balance 
Payment arrives 
in KRW 
JPY 
Gateway 
EUR/USD KRW 
Market Maker 
JPY 
EUR 
Gateway 
USD 
Gateway 
KRW 
Gateway 
USD/JPY 
Market Maker 
JPY/KRW 
Market Maker 
In liquid currency crosses, the cheapest path will often be a direct “one hop” path, through one market 
maker. However, the Ripple’s pathfinding feature will seek the cheapest path even if it is a more com-plex 
route through several intermediary currencies. 
Users are not exposed to legging risk. There is no way for a payment to get “stuck” in one of the inter-mediate 
steps illustrated above. Ripple executes multi-hop paths as a single atomic transaction. Since 
Ripple transactions are just updates to a distributed ledger, multiple legs can be executed at the same 
instant as they are all included in the same ledger update.
11 
Section 8 
XRP as a Vehicle Currency 
Because each gateway’s balances trade as distinct assets within Ripple, the number of currency pairs 
can quickly become unmanageable for a market maker. Each gateway has its own flavor of USD, EUR, 
etc., so the number of potential crosses can become quite large. 
Instead of quoting every possible currency/gateway combination, XRP can serve as a useful bridging 
tool for market makers. If every currency is liquid to XRP, it is also liquid to every other currency. 
EUR snapswap 
JPYsnapswap 
USDsnapswap 
BTCbitstamp 
CNYRippleCNY 
LTCRippleIsrael 
USDThe Rock 
GBPBitstamp 
CHFBitstamp 
Bridging quotes with XRP is not a requirement; it is just a useful feature. Market makers can directly 
quote EURbitstamp / USDsnapswap if they prefer. 
EUR snapswap 
This role of a “bridge currency” or “vehicle currency” is traditionally played by USD in financial markets. 
Within the Ripple network, there is a JPYsnapswap 
functional reason to prefer XRP. Because XRP is a natively digital 
asset (as opposed to a balance/liability), it is the only asset within Ripple that does not require coun-terparty 
trust, so it can be exchanged between market makers with no friction. Also because it has no 
counterparty, XRP never has third party fees attached to it. 
USDsnapswap 
BTCbitstamp 
LTCRippleIsrael 
USDThe Rock 
GBPBitstamp 
XRP 
USDsnapswap 
BTCbitstamp 
CNYRippleCNY 
USDThe Rock 
GBPBitstamp 
CHFBitstamp 
EUR snapswap 
JPYsnapswap 
USDsnapswap 
BTCbitstamp 
CNYRippleCNY 
LTCRippleIsrael 
USDThe Rock 
GBPBitstamp 
CHFBitstamp 
XRP
12 
Section 8 
XRP as a Vehicle Currency 
XRP as a Vehicle Currency 
XRP in Ripple is like gold in your hand. It is an asset without counterparty and plays the role of a bridge 
currency between exotic gateways. This is similar to the role of USD in exotic forex markets. 
XRP is native to Ripple which means it is native to the Internet. LIke the internet, it is global and border-less. 
Sending XRP around the world does not require cross-border currency exchange and does not 
incur the associated costs. 
Gateway 
Ripple Network 
Hosted Account Non-Ripple Account 
Independent Account 
Value Transfer XRP Transfer 
USD 
Gateway 
EUR 
Gateway 
USD 
Gateway 
EUR 
Gateway
13 
Section 9 
XRP Secures the Network 
In addition to providing utility as a bridge currency, XRP plays a vital role in securing the network. 
Since the Ripple network is based around a shared ledger of accounts, and a malicious attacker could 
create large amounts of “ledger spam” (i.e. fake accounts) and transaction spam (i.e. fake transactions) 
in an attempt to overload the network. This could cause the size of the ledger to become unmanagea-ble 
and interfere with the network’s ability to quickly settle legitimate transactions. 
To protect the network from abusive creation of excess ledger entries, each Ripple account is required 
to have a small reserve of XRP to create ledger entries. This reserve requirement is currently 20 XRP, 
which is roughly equivalent to $0.50 (as of December 2013). This requirement is intended to be a neg-ligible 
amount for normal users while preventing a potential attacker from amassing a large number of 
fraudulent accounts to “spam” the network. 
With each transaction that is processed, 0.00001 XRP is destroyed (roughly one one- hundred-thou-sandth 
of a penny in USD terms). This is not a fee that is collected by anyone – the XRP is destroyed 
and ceases to exist. This transaction fee is also designed to be negligible for users. But when the net-work 
is under heavy load, such as during a denial of service attack, this fee rapidly rises. 
The goal of this design is to quickly bankrupt attackers and keep the network functioning smoothly. 
Attacking the Ripple network can get very expensive, very quickly, but for regular users, the cost effec-tively 
remains “free”. 
Demand for XRP will naturally result as a byproduct of this design. To access the network, users will 
need some, albeit a tiny amount, of XRP. As the network grows, this demand will have to grow with it.
14 
Section 10 
Execution Speed 
Transactions in Ripple are both executed and fully settled at the instant that they are included in a 
closed ledger. A new ledger generally closes every 2 – 20 seconds. We expect that ledgers will likely 
close every 3 seconds in an active market. In the absence of transactions, a ledger will still close every 
20 seconds to demonstrate that the network is functioning properly and that balances are still valid. 
Ripple is clearly not a high frequency platform. Transaction latency is a function of the time required for 
servers around the world to communicate and reach consensus about trades and payments. 
CENTRALIZED EXCHANGE 
PHYSICAL DISTANCE MATTERS 
DISTRIBUTED EXCHANGE 
ALL SERVERS AGREE TO UPDATE THE 
ORDERBOOK IN TANDEM 
While seconds of latency may seem like an eternity for traders accustomed to ultra low latency financial 
markets, this architecture actually provides a more level playing field to all market participants regard-less 
of their physical location. Because the Ripple exchange is distributed globally, no one can gain an 
unfair speed advantage by co-locating nearer to some centralized exchange. There is simply no central 
point near which traders would co-locate. 
So while Ripple may be slower than other exchange platforms, it is arguably a more fair system than 
existing exchanges.
15 
Section 11 
Order Queue 
Every order on Ripple receives a timestamp. If two orders have the same limit price, the earlier time-stamp 
gets execution priority over the later timestamp. 
If multiple orders with the same limit price are included in the same ledger, they are timestamped in a 
deterministic but unpredictable order for fairness. This is necessary because it is difficult to accurate-ly 
ascertain which order was “first” in a distributed exchange system. There is no centralized location 
towards which orders would otherwise race, as with traditional centralized exchanges.
16 
Section 12 
Integration Process 
Manual Trading 
We recommend that new users interested in market making start with manual trading to get a practical 
understanding of Ripple’s trading flow. 
1. Create an account and fund it with XRP. 
2. Extend trust to a Ripple gateway. 
3. From the Trade tab within the client, post a bid/offer to an order book. 
Competitive market making firms will likely use automated strategies. We discuss the integration steps 
below. 
Running a Ripple Server 
Most market makers will choose to run their own locally hosted rippled server. Running a Ripple server 
gives your business fast, dependable, and secure access to the complete Ripple network. If you do not 
run your own server, you will be relying on a third party server for access to the ledger. 
You can find step by step instructions for setting up rippled at Ripple’s Github repository. 
Market makers send commands to the server in JSON format. The rippled server itself handles all nec-essary 
communication with the rest of the peer to peer network. 
Business 
Server 
Rippled 
Server 
Unlike a Bitcoin server, which can potentially produce bitcoin, running a Ripple server is not directly 
profitable. Running a Ripple server will not directly produce XRP. Ripple servers are run by those who 
want secure access to the network, as well as those who want to help improve the security and perfor-mance 
of the network. 
Local Servers 
Ripple Network
17 
Section 13 
The Rippled Server API 
You will use JSON messages to interact with the server. There are two broad categories of messages: 
1. Queries which return information about the current state of the server or the ledger. 
2. Transactions which change the state of the server or ledger. 
All JSON messages are documented here: https://ripple.com/wiki/JSON_Messages 
JSON data formatting rules are specified here: https://ripple.com/wiki/JSON_format 
Transaction types and formats are listed here: https://ripple.com/wiki/Transactions 
Ripple’s API tool provides an example of rippled commands and the associated server responses, in 
real time: https://ripple.com/tools/api 
Websockets vs RPC 
Messages can be passed to the server either by making individual RPC calls or by opening a persistent 
websocket connection. The individual JSON requests and responses use the same data format for 
both communication channels. 
The choice of websockets or RPC is up to the market maker. The choice often depends on the lan-guage 
the existing business server is written in and the skills of the development team. Websockets is 
a more modern interface and is more suitable to high volume businesses. It also allows user interfaces 
to update dynamically. RPC’s synchronous nature makes it easy for quick experimentation. 
Higher Level Interfaces 
ripple-lib 
Ripple Labs provides a javascript library called ripple-lib which abstracts the low level message sending 
details. This library is helpful for browser based user interfaces that interact with Ripple. It is also useful 
to those writing their business server in node.js. 
If you are developing in a language other than javascript, ripple-lib can serve as a helpful reference im-plementation 
on which to base your implementation. https://github.com/ripple/ripple-lib. 
command line 
The rippled executable also provides a command line interface that simplifies sending RPC requests to 
your server. Sending commands using the “verbose” option provides a simple way to learn the JSON 
request syntax.
18 
Section 13 
The Rippled Server API 
Ripple RESTful API 
The ripple-rest API makes it easy to access the Ripple system via a RESTful web interface. 
Most market professionals will find the ripple-rest syntax to be more intuitive than accessing the rippled 
server directly via a websocket as described in the previous section. 
API Documentation is provided here: https://dev.ripple.com/ and https://github.com/ripple/ripple-rest 
To utilize ripple-rest, you will need to either run or access a server running the ripple-rest API. 
The ripple-rest API conforms to the following general behavior for a web interface: 
• The HTTP method identifies what you are trying to do. Generally, HTTP GET requests are used to 
retrieve information, while HTTP POST requests are used to make changes or submit information. 
• You make HTTP (or HTTPS) requests to the API endpoint, including the desired resources within the 
URL itself. 
• If more complicated information needs to be sent, it will be included as JSON-formatted data within 
the body of the HTTP POST request. 
• Upon completion, the server will return an HTTP status code of 200 (OK), and aContent-Type 
value of application/json. The body of the response will be a JSON-formatted object containing the 
information returned by the endpoint. 
• The returned JSON object will include a success field indicating whether the request was successful 
or not.
19 
Section 14 
Resources 
Ripple Homepage - https://ripple.com 
Ripple Primer - https://ripple.com/ripple_primer.pdf 
Ripple API Tool - https://ripple.com/tools/api/ 
Ripple GitHub Repository - https://github.com/ripple/ 
Rippled server code - https://github.com/ripple/rippled 
Ripple Wiki - https://ripple.com/wiki/ 
Rippled JSON messages - https://ripple.com/wiki/JSON_Messages 
JSON data formatting rules - https://ripple.com/wiki/JSON_format 
Consensus - https://ripple.com/wiki/Consensus 
International Ripple Business Association - http://www.xrpga.org/
20 
Section 15 
Contact Information 
Partners 
Email: partners@ripple.com 
Phone: 415.967.1836 
Address: 
118 2nd Street, 4th Floor 
San Francisco, CA 94105

More Related Content

What's hot

Introduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsIntroduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsTechracers
 
►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases ►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases Andrea Soto
 
Blockchain consensus algorithms
Blockchain consensus algorithmsBlockchain consensus algorithms
Blockchain consensus algorithmsAnurag Dashputre
 
Ethereum in a nutshell
Ethereum in a nutshellEthereum in a nutshell
Ethereum in a nutshellDaniel Chan
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyRashi Singh
 
Block chain 101 what it is, why it matters
Block chain 101  what it is, why it mattersBlock chain 101  what it is, why it matters
Block chain 101 what it is, why it mattersPaul Brody
 
Ripple Developer Conference 2013 at Money2020
Ripple Developer Conference 2013 at Money2020Ripple Developer Conference 2013 at Money2020
Ripple Developer Conference 2013 at Money2020Ripple Labs
 
Blockchain
BlockchainBlockchain
BlockchainSai Nath
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondMichael Novak
 
How does a blockchain work?
How does a blockchain work?How does a blockchain work?
How does a blockchain work?Deloitte UK
 
Tokenomics - Blockchain & Cryptocurrency Tokenomics
Tokenomics - Blockchain & Cryptocurrency TokenomicsTokenomics - Blockchain & Cryptocurrency Tokenomics
Tokenomics - Blockchain & Cryptocurrency TokenomicsCodezeros
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBohyun Kim
 
Brand New Web3 Wallet
Brand New Web3 WalletBrand New Web3 Wallet
Brand New Web3 Walletssuser7259e6
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainJitendra Chittoda
 

What's hot (20)

Introduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsIntroduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart Contracts
 
►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases ►TOP 13 • Blockchain Use Cases
►TOP 13 • Blockchain Use Cases
 
Blockchain consensus algorithms
Blockchain consensus algorithmsBlockchain consensus algorithms
Blockchain consensus algorithms
 
Ethereum in a nutshell
Ethereum in a nutshellEthereum in a nutshell
Ethereum in a nutshell
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain
Blockchain Blockchain
Blockchain
 
Block chain 101 what it is, why it matters
Block chain 101  what it is, why it mattersBlock chain 101  what it is, why it matters
Block chain 101 what it is, why it matters
 
Ripple Developer Conference 2013 at Money2020
Ripple Developer Conference 2013 at Money2020Ripple Developer Conference 2013 at Money2020
Ripple Developer Conference 2013 at Money2020
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
 
Blockchain use cases
Blockchain use casesBlockchain use cases
Blockchain use cases
 
How does a blockchain work?
How does a blockchain work?How does a blockchain work?
How does a blockchain work?
 
Tokenomics - Blockchain & Cryptocurrency Tokenomics
Tokenomics - Blockchain & Cryptocurrency TokenomicsTokenomics - Blockchain & Cryptocurrency Tokenomics
Tokenomics - Blockchain & Cryptocurrency Tokenomics
 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for Libraries
 
Brand New Web3 Wallet
Brand New Web3 WalletBrand New Web3 Wallet
Brand New Web3 Wallet
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & Blockchain
 
Blockchain and Banking
Blockchain and BankingBlockchain and Banking
Blockchain and Banking
 
Fintech & Blockchain
Fintech & BlockchainFintech & Blockchain
Fintech & Blockchain
 

Similar to Ripple mms

Understanding ripple as a digital currency! let's find out an easiest way to ...
Understanding ripple as a digital currency! let's find out an easiest way to ...Understanding ripple as a digital currency! let's find out an easiest way to ...
Understanding ripple as a digital currency! let's find out an easiest way to ...Bitcoin Wallet Canada
 
Research points on ripple net
Research points on ripple netResearch points on ripple net
Research points on ripple netAurobindo Nayak
 
Let’s Find Out How To Buy XRP In Canada!
Let’s Find Out How To Buy XRP In Canada!Let’s Find Out How To Buy XRP In Canada!
Let’s Find Out How To Buy XRP In Canada!Bitcoin Wallet Canada
 
Xrp price Ripple market cap
Xrp price Ripple market capXrp price Ripple market cap
Xrp price Ripple market capFranck La Rocca
 
Real-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRP
Real-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRPReal-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRP
Real-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRPBitcoin Wallet Canada
 
What is Ripple (XRP).pdf
What is Ripple (XRP).pdfWhat is Ripple (XRP).pdf
What is Ripple (XRP).pdfDinesh111419
 
Intro to Web3
Intro to Web3Intro to Web3
Intro to Web3asasdasd5
 
O que é ripple ou xrp (ingles)
O que é ripple ou xrp (ingles)O que é ripple ou xrp (ingles)
O que é ripple ou xrp (ingles)Rogerio Sena
 
Knowing How To Buy XRP In Canada!
Knowing How To Buy XRP In Canada!Knowing How To Buy XRP In Canada!
Knowing How To Buy XRP In Canada!Netcoins Canada
 
A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...
A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...
A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...Alessa
 
Is netcoins the easiest way to buy ripple in canada
Is netcoins the easiest way to buy ripple in canadaIs netcoins the easiest way to buy ripple in canada
Is netcoins the easiest way to buy ripple in canadaBitcoin Wallet Canada
 
Step by step guide on how to buy XRP in Canada
Step by step guide on how to buy XRP in CanadaStep by step guide on how to buy XRP in Canada
Step by step guide on how to buy XRP in CanadaBitcoin Wallet Canada
 
Easy to understand guide to buying XRP.pptx
Easy to understand guide to buying XRP.pptxEasy to understand guide to buying XRP.pptx
Easy to understand guide to buying XRP.pptxCrypto in California
 
Understanding the Difference between Ripple XRP Canada and XRP!
Understanding the Difference between Ripple XRP Canada and XRP!Understanding the Difference between Ripple XRP Canada and XRP!
Understanding the Difference between Ripple XRP Canada and XRP!Bitcoin Wallet Canada
 
Xrp or ripple? here’s an easiest way to buy ripple
Xrp or ripple? here’s an easiest way to buy rippleXrp or ripple? here’s an easiest way to buy ripple
Xrp or ripple? here’s an easiest way to buy rippleBitcoin Wallet Canada
 
What are the advantages and disadvantages of ripple here’s the easiest way to...
What are the advantages and disadvantages of ripple here’s the easiest way to...What are the advantages and disadvantages of ripple here’s the easiest way to...
What are the advantages and disadvantages of ripple here’s the easiest way to...Bitcoin Wallet Canada
 
Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...
Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...
Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...Bitcoin Wallet Canada
 
Find Out The Easiest Way To Buy Ripple In Canada!
Find Out The Easiest Way To Buy Ripple In Canada!Find Out The Easiest Way To Buy Ripple In Canada!
Find Out The Easiest Way To Buy Ripple In Canada!Netcoins Canada
 

Similar to Ripple mms (20)

Understanding ripple as a digital currency! let's find out an easiest way to ...
Understanding ripple as a digital currency! let's find out an easiest way to ...Understanding ripple as a digital currency! let's find out an easiest way to ...
Understanding ripple as a digital currency! let's find out an easiest way to ...
 
Research points on ripple net
Research points on ripple netResearch points on ripple net
Research points on ripple net
 
Let’s Find Out How To Buy XRP In Canada!
Let’s Find Out How To Buy XRP In Canada!Let’s Find Out How To Buy XRP In Canada!
Let’s Find Out How To Buy XRP In Canada!
 
Xrp price Ripple market cap
Xrp price Ripple market capXrp price Ripple market cap
Xrp price Ripple market cap
 
Real-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRP
Real-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRPReal-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRP
Real-Time Efficiency Of XRP — Here Is The Easiest Way To Buy XRP
 
What is Ripple (XRP).pdf
What is Ripple (XRP).pdfWhat is Ripple (XRP).pdf
What is Ripple (XRP).pdf
 
Intro to Web3
Intro to Web3Intro to Web3
Intro to Web3
 
O que é ripple ou xrp (ingles)
O que é ripple ou xrp (ingles)O que é ripple ou xrp (ingles)
O que é ripple ou xrp (ingles)
 
RIPPLE DIGI COIN
RIPPLE DIGI COINRIPPLE DIGI COIN
RIPPLE DIGI COIN
 
Rippledidgicoin
RippledidgicoinRippledidgicoin
Rippledidgicoin
 
Knowing How To Buy XRP In Canada!
Knowing How To Buy XRP In Canada!Knowing How To Buy XRP In Canada!
Knowing How To Buy XRP In Canada!
 
A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...
A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...
A Regulatory Understanding of Virtual Assets (Cryptocurrency) Types and their...
 
Is netcoins the easiest way to buy ripple in canada
Is netcoins the easiest way to buy ripple in canadaIs netcoins the easiest way to buy ripple in canada
Is netcoins the easiest way to buy ripple in canada
 
Step by step guide on how to buy XRP in Canada
Step by step guide on how to buy XRP in CanadaStep by step guide on how to buy XRP in Canada
Step by step guide on how to buy XRP in Canada
 
Easy to understand guide to buying XRP.pptx
Easy to understand guide to buying XRP.pptxEasy to understand guide to buying XRP.pptx
Easy to understand guide to buying XRP.pptx
 
Understanding the Difference between Ripple XRP Canada and XRP!
Understanding the Difference between Ripple XRP Canada and XRP!Understanding the Difference between Ripple XRP Canada and XRP!
Understanding the Difference between Ripple XRP Canada and XRP!
 
Xrp or ripple? here’s an easiest way to buy ripple
Xrp or ripple? here’s an easiest way to buy rippleXrp or ripple? here’s an easiest way to buy ripple
Xrp or ripple? here’s an easiest way to buy ripple
 
What are the advantages and disadvantages of ripple here’s the easiest way to...
What are the advantages and disadvantages of ripple here’s the easiest way to...What are the advantages and disadvantages of ripple here’s the easiest way to...
What are the advantages and disadvantages of ripple here’s the easiest way to...
 
Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...
Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...
Wondering how to buy stellar lumens in Canada? Here’s a comparison between st...
 
Find Out The Easiest Way To Buy Ripple In Canada!
Find Out The Easiest Way To Buy Ripple In Canada!Find Out The Easiest Way To Buy Ripple In Canada!
Find Out The Easiest Way To Buy Ripple In Canada!
 

Recently uploaded

Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls DubaiEscorts Call Girls
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 

Recently uploaded (20)

Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls Dubai
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 

Ripple mms

  • 1. 1 Ripple Market Makers Consumers Market Makers Gateways Merchants Version 1.0
  • 2. 2 Overview This document provides a basic introduction to market making on the Ripple network. Any user can manually post bids and offers to buy/sell currencies or other assets on Ripple. Serious firms will devel-op their own automated trading strategies to effectively compete in the marketplace. You may wish to start with the Ripple Primer to get a broad understanding of Ripple before continuing with this document. Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Section 8 Section 9 Section 10 Section 11 Section 12 Section 13 Section 14 Section 15 What is Ripple? 3 Gateways 4 Counterparty Risk 5 Transacting with Balances 6 XRP - The Native Currency of Ripple 7 The Role of Market Makers 8 Pathfinding 10 XRP as Vehicle Currency 11 XRP as an anti-SPAM Measure 13 Execution Speed 14 Order Queue 15 Integration Process 16 Rippled Server API 17 Resources 19 Contact Information 20
  • 3. 3 Section 1 What is Ripple? Ripple is a decentralized payment system and distributed currency exchange. Ripple is currency agnos-tic; it supports any currency (USD, EUR, BTC, etc.) including its own native currency, XRP. At its core, the Ripple network is a distributed database that contains information about user accounts, balances, and trades. This record within the database is known as the Ripple ledger. The Ripple ledger is analogous to the database that a bank would typically use to manage accounts and balances. However, instead of a centralized and proprietary bank ledger, Ripple’s database is dis-tributed across computers around the globe and shared between all users. It has no central operator and no single point of failure. -230.35 320.82 0.12 +230.35 230.35 +320.82 0.12 100.93 THE LEDGER JAN @ BOB @ TOM @ SUSAN @ JOHN@ DAVE @ MOLLY @ DALAL @ 230.35 320.82 0.12 100.93 -230.35 320.82 0.12 +230.35 JOHN DAVE KATE ALICE ACHDEBIT -0.82 BOB AKI MOLLY DALAL +320.00 230.35 0.12 100.93 BOB AKI MOLLY DALAL -320.82 230.35 0.12 +230.00 AKI BOB MOLLY DALAL AKI BOB MOLLY DALAL 230.35 320.82 0.12 -323.85 JAN BOB TOM SUSAN -230.35 320.82 0.12 100.93 -1.03 -0.35 A peer-to-peer network of Ripple servers around the world maintain the ledger. These servers run soft-ware known as “rippled” (short for Ripple daemon). Each rippled server keeps its own copy of the current ledger in its entirety. In this way, anyone can view the ledger and see a record of all activity on the Ripple network. Just like on a traditional bank’s network, a trade or a payment is executed on Ripple by making a valid change to the ledger. Instead of relying on a centralized network operator, servers around the world mutually arrive at consensus about changes to the ledger and then update their local copies of the da-tabase, so everyone stays on the same page at all times. Ripple is fully open source, so anyone can audit the code, develop improvements to the code, and use it for any purpose without obtaining prior approval from any entity (though users should obey applicable laws and regulations in their region).
  • 4. 4 Section 2 Gateways and Balances on the Ripple Network Currency enters and exits the Ripple network via gateways. “Gateway” is Ripple’s term for currency entry and exit points to the network. Gateways are businesses that accept currency deposits from customers and issue them balances on the Ripple network in return. This is very similar to the role of traditional banks (accepting deposits and issuing balances). $ 100 $ 100 Balance $100 THE RIPPLE NETWORK Every currency on Ripple has a specific issuing gateway: USDsnapswap, EURbitstamp, BTCbitstamp, etc. XRP is the exception to this, which we will explain below. When a user wants to withdraw money from the Ripple network by redeeming a balance for cash, the gateway that originally issued the balance is responsible for redeeming it against the deposits it holds. In practice, many Ripple gateways may look very similar to traditional banks; but a gateway can be any business that provides access to the Ripple network. Gateways can be banks, money service busi-nesses, Gateway Non-Ripple Account Value Transfer Ripple Network Hosted Account Independent Account marketplaces, or any financial institution. Market Maker $ 100 $ 100 For more information on gateways: Ripple Gateway Whitepaper Balance $100 Gateway Non-Ripple Account Value Transfer Ripple Network Market Maker Hosted Account Independent Account
  • 5. 5 Section 3 Gateway Counterparty Risk Holding an institution’s balances exposes you to counterparty risk. This is true both in Ripple and in the traditional financial system. As we learned during the financial crisis, dollar balances at Chase are not always equivalent to dollar balances at the Bank of Cyprus. A balance is effectively just the bank’s or gateway’s promise to repay its depositors -- a bank owes its customers their money back. This often gets glossed over, but bank balances (and gateway balances on Ripple) are technically debt instruments. Users should only hold the balances of creditworthy gateways, because a balance is nothing more than a gateway’s promise to repay its liability. Users must manually “extend trust” to a specific gateway in order to hold its balances. Extending a trust line lets the Ripple network know that you are accepting the gateway’s counterparty risk and are willing to hold its balances. Currency Balance Trust Limit Add trust OPENING A TRUST LINE Name / Address Bitstamp rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B Amount 1000 EUR - Euro Allow Rippling ? Cancel Grant trust Trust is not unbounded; it is extended for a specific amount. You might be willing to hold up to $250,000 in USD at Bank ABC but only willing to hold €10,000 with Bank XYZ.
  • 6. 6 Section 4 Transacting with Balances Ripple users can pay each other by transferring gateway balances. This does not require that users di-rectly trust each other. It only requires that users mutually trust a shared gateway to hold their deposits. For example, two people who both trust GatewayXYZ for USD can send payments to one another in USD without any direct trust or counterparty risk between the users themselves. Gateway XYZ -$100 +$100 ALICE BOB If you have arranged direct deposit with your employer, you are familiar with this system of payment. You effectively have a trust line open to your bank, meaning that your employer can pay you $100 by making your bank owe you $100.
  • 7. 7 Section 5 XRP: The Native Currency of the Ripple Network XRP (sometimes pronounced “ripples”) is the native currency of the Ripple network. Unlike dollars or euros, XRP is a natively digital asset, and it exists only within Ripple. 100 billion units of XRP were pro-grammed into the Ripple ledger, and no more can ever be created according to the Ripple protocol’s rules. XRP is the only currency within Ripple that is an asset. Every other currency within Ripple exists as a balance, which means it is some gateway’s liability. This asset versus liability distinction is one of the revolutionary characteristics of math based currency. Because XRP is an asset and not a liability, users can exchange value in XRP without agreeing to take a third party’s counterparty risk, as they must do in order to transfer USD balances. XRP trades freely against other currencies within the network, just like EUR trades freely against USD. There is a fluctuating market price for XRP in dollars, euros, pounds, bitcoins, etc. Prices are driven by supply and demand. Like gold or paper dollars, XRP has no intrinsic value — it is only worth what someone else is willing to pay for it. There is no requirement that users of Ripple adopt XRP as a store of value or a medium of exchange. In fact, we expect that most users will continue to transact in USD, EUR, JPY, and other traditional curren-cies, without holding any XRP. So why create XRP at all? XRP is a tool to support the network’s functionality. It exists to perform two specific network functions — it plays a role in network security and acts as a bridge currency. We will discuss each of these functions in Sections 8 and 9.
  • 8. 8 Section 6 The Role of Market Makers Any user can post bids and offers to trade currencies on Ripple’s distributed exchange. Market makers post both buy and sell orders, providing liquidity to the market in order to earn bid/ask spread. Market makers play the critical role of facilitating payments between users where no shared trust exists. The market maker below is advertising a price to exchange USD balances from GatewayABC and EUR balances at GatewayXYZ. Market Maker in EUR/USD buys EUR/USD for 1.305 sells EUR/USD at 1.31 EUR/USD Market Maker EUR Gateway USD Gateway The market maker must have trust lines in place and hold balances with both gateways in order to fulfill this function.
  • 9. 9 Section 6 The Role of Market Makers USD Holder Sending a Payment in EUR By routing a payment through a market maker, Ripple users can pay each other in currencies that they do not hold. In our example, the market maker allows a user with USD balances to send a payment in EUR. The market maker buys USD and sells EUR in order to make this happen. USD Gateway EUR Gateway With Ripple, no one is exposed to risk they don’t want. Market makers price take risk, counterparty risk, and bear the costs of rebalancing funds between gateways so other users don’t have to. USD Gateway EUR Gateway
  • 10. 10 Section 7 Path Finding Algorithm Ripple’s Path Finding Algorithm looks for the cheapest path for payments to move across the network. In this context, “cheapest” means the path that incurs the least bid/ask cost for the sender of a pay-ment. Pathfinding: EUR to KRW User with EUR balance Payment arrives in KRW JPY Gateway EUR/USD KRW Market Maker JPY EUR Gateway USD Gateway KRW Gateway USD/JPY Market Maker JPY/KRW Market Maker In liquid currency crosses, the cheapest path will often be a direct “one hop” path, through one market maker. However, the Ripple’s pathfinding feature will seek the cheapest path even if it is a more com-plex route through several intermediary currencies. Users are not exposed to legging risk. There is no way for a payment to get “stuck” in one of the inter-mediate steps illustrated above. Ripple executes multi-hop paths as a single atomic transaction. Since Ripple transactions are just updates to a distributed ledger, multiple legs can be executed at the same instant as they are all included in the same ledger update.
  • 11. 11 Section 8 XRP as a Vehicle Currency Because each gateway’s balances trade as distinct assets within Ripple, the number of currency pairs can quickly become unmanageable for a market maker. Each gateway has its own flavor of USD, EUR, etc., so the number of potential crosses can become quite large. Instead of quoting every possible currency/gateway combination, XRP can serve as a useful bridging tool for market makers. If every currency is liquid to XRP, it is also liquid to every other currency. EUR snapswap JPYsnapswap USDsnapswap BTCbitstamp CNYRippleCNY LTCRippleIsrael USDThe Rock GBPBitstamp CHFBitstamp Bridging quotes with XRP is not a requirement; it is just a useful feature. Market makers can directly quote EURbitstamp / USDsnapswap if they prefer. EUR snapswap This role of a “bridge currency” or “vehicle currency” is traditionally played by USD in financial markets. Within the Ripple network, there is a JPYsnapswap functional reason to prefer XRP. Because XRP is a natively digital asset (as opposed to a balance/liability), it is the only asset within Ripple that does not require coun-terparty trust, so it can be exchanged between market makers with no friction. Also because it has no counterparty, XRP never has third party fees attached to it. USDsnapswap BTCbitstamp LTCRippleIsrael USDThe Rock GBPBitstamp XRP USDsnapswap BTCbitstamp CNYRippleCNY USDThe Rock GBPBitstamp CHFBitstamp EUR snapswap JPYsnapswap USDsnapswap BTCbitstamp CNYRippleCNY LTCRippleIsrael USDThe Rock GBPBitstamp CHFBitstamp XRP
  • 12. 12 Section 8 XRP as a Vehicle Currency XRP as a Vehicle Currency XRP in Ripple is like gold in your hand. It is an asset without counterparty and plays the role of a bridge currency between exotic gateways. This is similar to the role of USD in exotic forex markets. XRP is native to Ripple which means it is native to the Internet. LIke the internet, it is global and border-less. Sending XRP around the world does not require cross-border currency exchange and does not incur the associated costs. Gateway Ripple Network Hosted Account Non-Ripple Account Independent Account Value Transfer XRP Transfer USD Gateway EUR Gateway USD Gateway EUR Gateway
  • 13. 13 Section 9 XRP Secures the Network In addition to providing utility as a bridge currency, XRP plays a vital role in securing the network. Since the Ripple network is based around a shared ledger of accounts, and a malicious attacker could create large amounts of “ledger spam” (i.e. fake accounts) and transaction spam (i.e. fake transactions) in an attempt to overload the network. This could cause the size of the ledger to become unmanagea-ble and interfere with the network’s ability to quickly settle legitimate transactions. To protect the network from abusive creation of excess ledger entries, each Ripple account is required to have a small reserve of XRP to create ledger entries. This reserve requirement is currently 20 XRP, which is roughly equivalent to $0.50 (as of December 2013). This requirement is intended to be a neg-ligible amount for normal users while preventing a potential attacker from amassing a large number of fraudulent accounts to “spam” the network. With each transaction that is processed, 0.00001 XRP is destroyed (roughly one one- hundred-thou-sandth of a penny in USD terms). This is not a fee that is collected by anyone – the XRP is destroyed and ceases to exist. This transaction fee is also designed to be negligible for users. But when the net-work is under heavy load, such as during a denial of service attack, this fee rapidly rises. The goal of this design is to quickly bankrupt attackers and keep the network functioning smoothly. Attacking the Ripple network can get very expensive, very quickly, but for regular users, the cost effec-tively remains “free”. Demand for XRP will naturally result as a byproduct of this design. To access the network, users will need some, albeit a tiny amount, of XRP. As the network grows, this demand will have to grow with it.
  • 14. 14 Section 10 Execution Speed Transactions in Ripple are both executed and fully settled at the instant that they are included in a closed ledger. A new ledger generally closes every 2 – 20 seconds. We expect that ledgers will likely close every 3 seconds in an active market. In the absence of transactions, a ledger will still close every 20 seconds to demonstrate that the network is functioning properly and that balances are still valid. Ripple is clearly not a high frequency platform. Transaction latency is a function of the time required for servers around the world to communicate and reach consensus about trades and payments. CENTRALIZED EXCHANGE PHYSICAL DISTANCE MATTERS DISTRIBUTED EXCHANGE ALL SERVERS AGREE TO UPDATE THE ORDERBOOK IN TANDEM While seconds of latency may seem like an eternity for traders accustomed to ultra low latency financial markets, this architecture actually provides a more level playing field to all market participants regard-less of their physical location. Because the Ripple exchange is distributed globally, no one can gain an unfair speed advantage by co-locating nearer to some centralized exchange. There is simply no central point near which traders would co-locate. So while Ripple may be slower than other exchange platforms, it is arguably a more fair system than existing exchanges.
  • 15. 15 Section 11 Order Queue Every order on Ripple receives a timestamp. If two orders have the same limit price, the earlier time-stamp gets execution priority over the later timestamp. If multiple orders with the same limit price are included in the same ledger, they are timestamped in a deterministic but unpredictable order for fairness. This is necessary because it is difficult to accurate-ly ascertain which order was “first” in a distributed exchange system. There is no centralized location towards which orders would otherwise race, as with traditional centralized exchanges.
  • 16. 16 Section 12 Integration Process Manual Trading We recommend that new users interested in market making start with manual trading to get a practical understanding of Ripple’s trading flow. 1. Create an account and fund it with XRP. 2. Extend trust to a Ripple gateway. 3. From the Trade tab within the client, post a bid/offer to an order book. Competitive market making firms will likely use automated strategies. We discuss the integration steps below. Running a Ripple Server Most market makers will choose to run their own locally hosted rippled server. Running a Ripple server gives your business fast, dependable, and secure access to the complete Ripple network. If you do not run your own server, you will be relying on a third party server for access to the ledger. You can find step by step instructions for setting up rippled at Ripple’s Github repository. Market makers send commands to the server in JSON format. The rippled server itself handles all nec-essary communication with the rest of the peer to peer network. Business Server Rippled Server Unlike a Bitcoin server, which can potentially produce bitcoin, running a Ripple server is not directly profitable. Running a Ripple server will not directly produce XRP. Ripple servers are run by those who want secure access to the network, as well as those who want to help improve the security and perfor-mance of the network. Local Servers Ripple Network
  • 17. 17 Section 13 The Rippled Server API You will use JSON messages to interact with the server. There are two broad categories of messages: 1. Queries which return information about the current state of the server or the ledger. 2. Transactions which change the state of the server or ledger. All JSON messages are documented here: https://ripple.com/wiki/JSON_Messages JSON data formatting rules are specified here: https://ripple.com/wiki/JSON_format Transaction types and formats are listed here: https://ripple.com/wiki/Transactions Ripple’s API tool provides an example of rippled commands and the associated server responses, in real time: https://ripple.com/tools/api Websockets vs RPC Messages can be passed to the server either by making individual RPC calls or by opening a persistent websocket connection. The individual JSON requests and responses use the same data format for both communication channels. The choice of websockets or RPC is up to the market maker. The choice often depends on the lan-guage the existing business server is written in and the skills of the development team. Websockets is a more modern interface and is more suitable to high volume businesses. It also allows user interfaces to update dynamically. RPC’s synchronous nature makes it easy for quick experimentation. Higher Level Interfaces ripple-lib Ripple Labs provides a javascript library called ripple-lib which abstracts the low level message sending details. This library is helpful for browser based user interfaces that interact with Ripple. It is also useful to those writing their business server in node.js. If you are developing in a language other than javascript, ripple-lib can serve as a helpful reference im-plementation on which to base your implementation. https://github.com/ripple/ripple-lib. command line The rippled executable also provides a command line interface that simplifies sending RPC requests to your server. Sending commands using the “verbose” option provides a simple way to learn the JSON request syntax.
  • 18. 18 Section 13 The Rippled Server API Ripple RESTful API The ripple-rest API makes it easy to access the Ripple system via a RESTful web interface. Most market professionals will find the ripple-rest syntax to be more intuitive than accessing the rippled server directly via a websocket as described in the previous section. API Documentation is provided here: https://dev.ripple.com/ and https://github.com/ripple/ripple-rest To utilize ripple-rest, you will need to either run or access a server running the ripple-rest API. The ripple-rest API conforms to the following general behavior for a web interface: • The HTTP method identifies what you are trying to do. Generally, HTTP GET requests are used to retrieve information, while HTTP POST requests are used to make changes or submit information. • You make HTTP (or HTTPS) requests to the API endpoint, including the desired resources within the URL itself. • If more complicated information needs to be sent, it will be included as JSON-formatted data within the body of the HTTP POST request. • Upon completion, the server will return an HTTP status code of 200 (OK), and aContent-Type value of application/json. The body of the response will be a JSON-formatted object containing the information returned by the endpoint. • The returned JSON object will include a success field indicating whether the request was successful or not.
  • 19. 19 Section 14 Resources Ripple Homepage - https://ripple.com Ripple Primer - https://ripple.com/ripple_primer.pdf Ripple API Tool - https://ripple.com/tools/api/ Ripple GitHub Repository - https://github.com/ripple/ Rippled server code - https://github.com/ripple/rippled Ripple Wiki - https://ripple.com/wiki/ Rippled JSON messages - https://ripple.com/wiki/JSON_Messages JSON data formatting rules - https://ripple.com/wiki/JSON_format Consensus - https://ripple.com/wiki/Consensus International Ripple Business Association - http://www.xrpga.org/
  • 20. 20 Section 15 Contact Information Partners Email: partners@ripple.com Phone: 415.967.1836 Address: 118 2nd Street, 4th Floor San Francisco, CA 94105