Skip to content

Commit

Permalink
Update liquidity-on-stellar-sdex-liquidity-pools.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
JFWooten4 authored Oct 25, 2023
1 parent 87e115f commit 665cb75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ An order book is a record of outstanding orders on a network, and each record si
A couple of notes on order books on Stellar:

- The term “offers” usually refers specifically to ask orders. In Stellar, however, all orders are stored as selling- i.e., the system automatically converts bids to asks. Because of this, the terms “offer” and “order” are used interchangeably in the Stellar ecosystem.
- Order books contain all orders that are not acceptable to parties on either side to make a trade.
- Order books contain all orders that are acceptable to parties on either side to make a trade.
- Some assets will have a small or nonexistent order book between them. In these cases, Stellar facilitates path payments, which we’ll discuss later.

To view an order book chart, see the [Order Book Wikipedia Page](https://en.wikipedia.org/wiki/Order_book). In addition, there are also plenty of video tutorials and articles out there that can help you understand how order books work in greater detail.
Expand Down

0 comments on commit 665cb75

Please sign in to comment.