3.8.1 Interoperability Approach

Interoperability in the context of blockchain refers to the capability of different blockchain networks to interact, communicate and transact with each other. It enables the seamless flow of information, transactions, and value across different blockchain ecosystems, amplifying the reach and utility of individual blockchains.

"An interoperable blockchain architecture is a composition of distinguishable blockchain systems, each representing a unique distributed data ledger, where atomic transaction execution may span multiple heterogeneous blockchain systems, and where data recorded in one blockchain is reachable, verifiable and referenceable by another possibly foreign transaction in a semantically compatible manner."

- NIST NISTIR 8202

Distributed systems form different ecosystems based on different consensus mechanisms. Full integration between such systems is not possible. But interoperability is possible under certain constraints: for roaming assets, for identifiers and trust models, for data.

In the DGT ecosystem, interoperability is achieved through various patterns, each with unique functionalities and use cases. Below, we'll delve into these patterns.

#

Interoperability Pattern

Description

Use Case

1

Relay Chain (cross chain, Level 0)

A Relay Chain enables different blockchains to interact with each other by synchronizing and transferring data and assets between them.

An example would be using the relay chain to transfer assets from DGT's blockchain to another blockchain network.

2

Gateway Nodes (Payment or Data Sourcing)

Gateway nodes act as intermediaries to facilitate cross-chain transactions or to fetch data from external sources.

Payment gateway nodes could enable users to make payments on the DGT network using tokens from another blockchain.

3

Virtual Machines (Compatibility for smart contracts EVM and WASM)

Virtual machines like EVM (Ethereum Virtual Machine) and WASM (WebAssembly) allow the execution of smart contracts, providing compatibility between different blockchains.

Smart contracts developed for Ethereum could run on the DGT network if the same EVM is used, fostering greater developer convenience and application portability.

4

Off-chain Oracles (Get off-chain data, decentralized Id)

Oracles are sources that fetch and verify real-world data and bring it onto the blockchain. They can provide off-chain data to smart contracts.

Oracles can be used to bring real-world data into a smart contract on the DGT blockchain, such as price feeds, weather data, or verifying a user's decentralized identity.

5

Token Bridge (Swap DEC to ETH)

Token bridges enable the transfer of tokens between different blockchains, allowing for increased liquidity and enabling users to leverage different ecosystems' benefits.

A user could use a token bridge to swap DEC tokens for ETH tokens, allowing them to participate in the Ethereum DeFi ecosystem.

6

Atomic Swaps (Swap between tokens over DEC)

Atomic swaps allow users to directly exchange one type of token for another without the need for a central exchange or intermediary.

A user could use an atomic swap to exchange one type of token for another within the DGT ecosystem, all while retaining control of their private keys.

7

Standards (Using crypto algorithms compatible with other blockchain, i.e., ECDSA/Address scheme compatible with Ethereum)

Adherence to established blockchain standards ensures compatibility and interoperability with other blockchains and systems.

By using the ECDSA signature algorithm, DGT addresses could be compatible with Ethereum, enabling seamless interaction between the two ecosystems.

In the context of DGT, the mentioned interoperability patterns - Relay Chain, Gateway Nodes, Virtual Machines, Off-Chain Oracles, Token Bridge, Atomic Swaps, and Standards - serve as different pathways through which the platform can achieve interoperability. Each pattern represents a unique mode of interaction with other blockchains, carrying its unique functionalities and use cases. These patterns help with:

  • Strategic Planning: Understanding these patterns helps the DGT team formulate a roadmap for future development. It provides a guidepost for what is possible and allows strategic decisions to be made on what patterns to prioritize based on DGT's goals and the needs of its users.

  • Scalability and Growth: Identifying these patterns can help DGT plan for scalability and growth. Each pattern offers different benefits and can open up new opportunities for expanding DGT's user base, functionality, and market reach.

  • Promoting Ecosystem Diversity: With these patterns, DGT can foster a rich, diverse ecosystem. For instance, the use of Virtual Machines can encourage more developers to build on DGT by ensuring compatibility with popular smart contract languages, while Token Bridges and Atomic Swaps can facilitate a vibrant, multi-token economy.

  • Risk Mitigation: Understanding and planning for these patterns can also help DGT anticipate and mitigate potential risks. It can enable proactive measures to address security, privacy, and regulatory considerations associated with cross-chain operations.

  • Stakeholder Communication: Finally, by communicating these patterns, DGT can provide transparency to its stakeholders. It sends a message to users, developers, investors, and partners about DGT's vision for interoperability and its commitment to a future-proof, interconnected blockchain ecosystem.

Last updated