Update readme.md

This commit is contained in:
Jason Dreyzehner 2024-01-25 21:41:27 -05:00 committed by GitHub
parent 33b0610a6d
commit c634bb8882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
Jedex **Joint-Execution Decentralized Exchange** is a technical demonstration of a decentralized exchange built on Bitcoin Cash using [CashTokens](https://github.com/bitjson/cashtokens).
[Review contracts in Bitauth IDE →](https://alpha.ide.bitauth.com/import-gist/d78b6b8e7fd4f621c5f80a00c7b79cf7)
[Review contracts in Bitauth IDE →](https://ide.bitauth.com/import-gist/d78b6b8e7fd4f621c5f80a00c7b79cf7)
- [Summary](#summary)
- [Liquidity Provider (LP)](#liquidity-provider-lp)
@ -21,9 +21,9 @@ Jedex **Joint-Execution Decentralized Exchange** is a technical demonstr
Jedex allows users to trade between BCH and a fungible token (FT) using a constant product market making algorithm. To improve liquidity and minimize both slippage and spend races, trades occur in large batches a "tick" approximately every 2 hours (configurable). Users submit orders prior to each tick, and all orders are aggregated with the funds/tokens already in the liquidity pool to determine the settlement price for the tick. This design reduces the trading advantage of miners and well-connected nodes.
[![A screenshot of the DEX covenant merging a thread](docs/merge_threads.png)](https://alpha.ide.bitauth.com/import-gist/d78b6b8e7fd4f621c5f80a00c7b79cf7)
[![A screenshot of the DEX covenant merging a thread](docs/merge_threads.png)](https://ide.bitauth.com/import-gist/d78b6b8e7fd4f621c5f80a00c7b79cf7)
[Review contracts in Bitauth IDE →](https://alpha.ide.bitauth.com/import-gist/d78b6b8e7fd4f621c5f80a00c7b79cf7)
[Review contracts in Bitauth IDE →](https://ide.bitauth.com/import-gist/d78b6b8e7fd4f621c5f80a00c7b79cf7)
## Liquidity Provider (LP)