diff --git a/00-introduction.md b/00-introduction.md index 8696674..a0ef158 100644 --- a/00-introduction.md +++ b/00-introduction.md @@ -1,3 +1,8 @@ # BOLD #0: Introduction -Your implementation of the BOLD specifications will be part of the OpenDEX global trading network. \ No newline at end of file +Hello, friend! These Basis of Layer-3 DEX (BOLD) documents describe a protocol for p2p trading of cryptocurrencies with the following design goals: +- decentralized order exchange +- native cross-chain capability +- off-chain settlement + + Nodes running implementations of the protocol comprise OpenDEX, the decentralized exchange network. \ No newline at end of file diff --git a/README.md b/README.md index aa8132a..7fb4122 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Introduction -![](/images/OpenDEX_Full_Transparent.png) +![](/images/OpenDEX.png) -**OpenDEX is a global network for unstoppable P2P trading of cryptocurrencies and tokens.** It is built on top of the [Lightning](https://lightning.network/) and [Connext](https://connext.network/) networks and at its core, it is a set of open protocol specifications, called **BOLD**. BOLD stands for: Basis of L3 DEX. The naming is intentionally derived from [BOLT](https://github.com/lightningnetwork/lightning-rfc), the Lightning Network specifications and role model of OpenDEX. These specifications ensure that OpenDEX nodes remain compatible and users of different software implementations are able to trade with each other. **OpenDEX is not a company** or any other sort of legal entity, it is an open community of motivated individuals maintaining the BOLD specifications. OpenDEX was started because we believe there should be only one DEX, **one global trading network**, not hundreds. Find the slides from the first public announcement at #hcpp19 in Prague [here](201901005_hcpp19.pdf) and the video recording [here](https://www.youtube.com/watch?v=euSr9A6tI90). +**OpenDEX is setting a standard in a world of fragmented liquidity pools and incompatible DEX protocols with the goal to create a single global decentralized exchange network.** We refer to OpenDEX as "layer 3" because it is built on top of the layer 2 [Lightning](https://lightning.network/) and [Connext](https://connext.network/) networks. At its core, it is a set of open protocol specifications, called **BOLD**. BOLD stands for: Basis of L3 DEX. The naming is intentionally derived from [BOLT](https://github.com/lightningnetwork/lightning-rfc), the Lightning Network specifications and role model of OpenDEX. These specifications ensure that OpenDEX nodes are compatible and users of different software implementations are able to trade with each other. **OpenDEX is not a company** or any other sort of legal entity, it is an open community of motivated individuals maintaining the BOLD specifications. OpenDEX was started because we believe there should be one DEX, not hundreds. Find the slides from the first public announcement at #hcpp19 in Prague [here](201901005_hcpp19.pdf) and the video recording [here](https://www.youtube.com/watch?v=euSr9A6tI90). ## Get Started -> [Read the BOLD specifications](00-introduction.md) diff --git a/images/OpenDEX.png b/images/OpenDEX.png new file mode 100644 index 0000000..716381e Binary files /dev/null and b/images/OpenDEX.png differ diff --git a/images/OpenDEX_Full_Transparent.png b/images/OpenDEX_Full_Transparent.png deleted file mode 100755 index d55e25d..0000000 Binary files a/images/OpenDEX_Full_Transparent.png and /dev/null differ