Alberto narduzzi
5 min readJan 7, 2019

--

Rete LTO

The rise of private permissionless blockchains — part 2

LTO Network vs Ethereum and Hyperledger Fabric

Go to the profile of Arnold Daniels

Arnold DanielsFollow

Dec 24, 2018

Once fellow blockchain developers and enthusiasts come to grips that a permissionless private blockchain is an actual thing, a new question typically follows; “Why can you not do that on [fill in some other blockchain]”.

In part 1 of this series, I explained how a permissionless network may deal with private chains and summed up the projects in this space.

Let’s explore the differences to public permissionless chains by comparing LTO Network with Ethereum and to private permissioned chains by comparing it with Hyperledger Fabric.

The comparison is on a conceptual level, only focussing on public vs private and permissionless vs permissioned.

Private data on Ethereum

Ethereum has quickly become the defacto platform for decentralized blockchain applications. With a strong developer community an rich ecosystem, it makes sense to look at Ethereum first when building such apps.

To state the obvious, as a public network, all information on Ethereum is public. Every node has a copy of the full ledger. This is required because every node needs to execute the code defined in a smart contract to get calculate the current state.

Organizations are bound by regulations to respect and protect privacy, like the European GPDR. But even without regulations; organizations are typically not willing to make all the interactions they have with partners and clients public to the world. And for a good reason.

Basic encryption doesn’t provide a great solution, as encrypted data can’t be processed by a smart contract. Advances techniques like homomorphic encryption might change that someday. However, the mere interactions on the encrypted data are already more than organizations want to share.

There are some projects that are working on a hybrid solution for Ethereum, where some data kept off-chain and referenced in the smart contract. This is a good approach and applicable situations where it’s okay if most information may be public with just some details that need to be hidden.

However, when most of the information should not be publically shared, you end up with a situation where you aren’t utilizing the functionality of Ethereum but are paying the price for it (quite literally in gas).

This has led many organizations to take an interest in a permissioned private blockchain they control, like creating a private Ethereum network or more commonly using Hyperledger Fabric.

Hyperledger Fabric and ownership

When it comes to blockchain for the enterprise, organizations are typically pointed towards Hyperledger Fabric; a general purpose private permissioned blockchain, backed by IBM.

Similar to Ethereum; data is shared with all nodes so it can be processed by the smart contract. Hyperledger does however natively support SideDBs, allow some data only to be shared with specific nodes.

At first glance, owning and managing your own blockchain seems great. And in some cases it is. Hyperledger is known as consortium blockchain, and for existing consortiums with a settled control structure, this might be the right solution.

Where there isn’t a consortium in place, individual organizations are setting up a blockchain. Here is where ownership really becomes an issue. Having the dominant platform for your sector is an enormous competitive edge. A permissioned network doesn’t level the playing field in the way a permissionless blockchain does.

The value of a blockchain comes from being decentralized. If you’re the only party on the network, there is little to be gained. The true challenge is convincing others to join your network.

In situations where there is already a power imbalance, a party can already force the use of their (centralized) system. When it comes to competitors or more generally, parties with misaligned interests, are less likely to join your network and more likely to create a network of their own.

Creating a consortium blockchain ultimately means creating a consortium. It requires rules and regulations, membership procedures, etc. There are costs involved in setting up and maintaining the chain as well as other overhead costs.

With all this effort, interaction is still only possible with other members of a consortium. On a permissionless network, you can collaborate with any party on a case-by-case basis.

LTO Network

Permissionless private networks allow businesses to collaborate without the need of creating a consortium or resort in sharing information publically.

Unlike private permissioned blockchains, all LTO nodes can communicate with each other, forming a single network that nobody controls.

With LTO Network, the functionality of the public layer is limited to verifying data and event. In general, private permissionless are not the right solution if you want to interact with everybody on the network.

Regardless of the type of network, it will be difficult to get all your clients, partners, and suppliers on board. LTO can also be used, as a centralized workflow engine, with just a single node. Others can connect when they are ready for it.

Decentralization is a feature, not a product.
- Jackson Palmer

Parties come to an agreement among themselves on a case-by-case basis and define these in a Live Contract.

Live Contracts are constructed in such a way, that they can be visualized (as a flowchart) and discussed by the decision-making authority with an organization. This way, blockchain contracts can be handled in the same way as any other type of agreement.

Blockchains should not be treated in abstract disregarding the use cases. What a decentralized peer to peer money needs from the blockchain is quite different from what an organization needs from the blockchain.

To be continued

It this article we compared LTO, as a private permissionless network, with other types of networks. In the last article of this series, we’ll compare LTO Network with other private permissionless solutions; Holochain and Monet.

To stay up-to-date, please follow us on Twitter.

--

--