diff --git a/wiki/docs/blockchain-system-components-overview.md b/wiki/docs/blockchain-system-components-overview.md index 2ef285edb..a15139a9c 100644 --- a/wiki/docs/blockchain-system-components-overview.md +++ b/wiki/docs/blockchain-system-components-overview.md @@ -8,6 +8,14 @@ The [Substrate](https://substrate.io/){target=_blank}-based GSy Node is the back For more, please see the section on [GSy Node Installation, Operation and Development](blockchain-installation.md). + +
+ ![alt_text](img/blockchain-system-components-overview-1.png){:text-align:center"} +
Figure 6.2: GSY DEX On-Chain Operations via GSY Node (Note: Order Book is where bids and offers are stored, to be then matched based on the applicable trading mechanism for price verification and executed based on energy delivery verification). +
+
+ + ### GSy DEX Matching Engine The GSy DEX Matching Engine is responsible for identifying suitable matches for energy supply and demand based on the participants' preferences and market conditions. By efficiently matching bids and offers, the engine facilitates a seamless and optimised exchange clearance. diff --git a/wiki/docs/blockchain.md b/wiki/docs/blockchain.md index 0c539cfd4..b9a6bc746 100644 --- a/wiki/docs/blockchain.md +++ b/wiki/docs/blockchain.md @@ -19,6 +19,14 @@ Full blockchain deployment will be enabled once the following [GSy DEX System Co The [Energy Web Chain](https://www.energyweb.org/){target=_blank} is the blockchain of choice for the Grid Singularity Exchange decentralised implementation, anchored upon [Polkadot’s](https://polkadot.network/){target=_blank} scaling solution. Grid Singularity, an energy technology startup, and the Rocky Mountain Institute, a nonprofit clean technology organisation, jointly founded the Energy Web Foundation (EWF) in January 2017 as a non-profit entrepreneurial foundation building web3 applications for the energy transition. Having significantly contributed to EWF development and the launch of the Energy Web Chain, Grid Singularity’s role today in the Energy Web is supervisory and advisory via Foundation Council. + +
+ ![alt_text](img/blockchain-1.png){:text-align:center"} +
Figure 6.1: Decentralised Peer-to-Peer Energy Exchange (GSY DEX) Architecture (Note: GSY DEX system components, designated in green, interact with the GSy Node for on-chain operations via Energy Web Data Hub that provides a secure and interoperable data exchange service. Grid and asset management services are provided through interoperable API interfaces, as are third party services such as billing and payments). +
+
+ + **The GSy DEX Design Principles** The GSy DEX is designed around a set of key principles that guide its development and ensure that it meets the requirements of a modern, efficient, and secure energy trading platform. These design principles are aligned with the use of the Substrate framework for the development of the distributed ledger combined with the definition of a set of complementary ancillary services. diff --git a/wiki/docs/img/blockchain-1.png b/wiki/docs/img/blockchain-1.png new file mode 100644 index 000000000..3ab52f108 Binary files /dev/null and b/wiki/docs/img/blockchain-1.png differ diff --git a/wiki/docs/img/blockchain-system-components-overview-1.png b/wiki/docs/img/blockchain-system-components-overview-1.png new file mode 100644 index 000000000..8f525aa18 Binary files /dev/null and b/wiki/docs/img/blockchain-system-components-overview-1.png differ