Cointime

Download App
iOS & Android

Modular Blockchains Are the Future

Validated Individual Expert

You are going to be filthy rich if you understand what I’m going to explain to you now in this article.

A new trend is breaking down the barriers of technology and creating the first truly powerful blockchain solutions.

May I present to you… okay, okay, I know you know it doesn’t work like that.

There’s no secret sauce to becoming rich with Crypto. Sadly for us, in the extremely risky world of Crypto, predicting what the future looks like is the million-dollar question.

The truth? Nobody knows.

But if you’re capable of understanding the technology driving innovation, your chances of making it are suddenly much, much higher.

For that matter, my role here is to delve into the complex world and minds of the geniuses working in the blockchain industry and their technicalities to cut through the noise and hand to you, in an understandable, digested way what those changing the world around us are doing.

And when it comes to blockchain, many smart kids in the space are screaming one word from the top of their lungs.

The duality between making money or creating something useful

The biggest problem with Crypto innovation is that the innovation that really matters is much less attractive, from an economic perspective, than creating yet another stupid coin that, although it provides no value, can be easily used in Ponzi-like structures that pump up in price pretty quickly.

They are glorified get-rich-quick schemes… but for founders, not for investors.

Therefore, as founders and developers aren’t in Crypto for altruism but for making money, how can we incentivize founders to create useful stuff?

But before that, the first question is, where’s innovation really needed?

Why are we really here?

When Bitcoin was created back in 2009, it was conceived to simply allow people to transact with each other using this new concept of cryptocurrency.

It was — and to great extent still is — an application-specific blockchain; it only has one use which is to send money to each other.

A few years later, people realized that blockchains could also be used for other applications.

For that matter, Ethereum was conceived as a distributed computer, allowing any application to run on top of a blockchain. Thus, Ethereum became the first general-purpose blockchain.

In layman’s terms, a blockchain that could run code.

Unsurprisingly, this gave rise to a flourishing ecosystem of applications and signaled the beginning of many trends we know today, such as DeFi, or NFTs.

But if creating your own blockchain and cryptocurrency can be much more profitable, why deploy your app on top of Ethereum and not create your own?

It all comes down to security

Blockchain’s main selling point is security, as distributed systems have no single point of failure and are also very hard to hack thanks to the power of the majority.

Thus, the more distributed your network is, the more secure. This means that older blockchains like Bitcoin or Ethereum, by being much larger and distributed, are much more secure than newer ones.

Consequently, when deploying your application on top of Ethereum, your app becomes protected by Ethereum’s security.

On the other hand, if you create a new blockchain to run your application, that blockchain can be easily tampered with the proper amount of resources.

Therefore, deploying your app in a consecrated chain like Ethereum is a no-brainer.

However, the choice isn’t always that easy.

Going old also has its drawbacks

Deploying on Ethereum forces you to adapt to it, to its constraints. This means that, besides the fact that it’s not that scalable, there are certain rules that need to be followed.

The application needs to follow the rules of the distributed computer — for instance, you can’t run an iOS app on an Android phone — and other innovative approaches to consensus or data storage are also hard-capped.

These constraints, in some cases, force these projects to look elsewhere in another blockchain that fits better, or simply create their own, with the security trade-offs that entails.

We can see this with an example:

Blockchain gaming requires high performance for online gaming.

In other words, they need to run on blockchains with high performance. For Crypto-gaming projects, deploying on Ethereum forces them to “share” blockspace with thousands of other projects.

What this means is that all applications on Ethereum compete with one another to have their transactions validated by the blockchain, which in times of high demand pushes up fees and also increases validation times.

It’s not that they don’t want to benefit from Ethereum’s security, it’s just that they simply can’t.

Hence, we run into a conundrum: how can these applications benefit from Ethereum’s security while having the freedom and capacity to create projects with higher scalability requirements, and while still having an economic incentive to do so?

Look no further, as I have the answer for you.

The future of blockchain architecture

In the end, Bitcoin and Ethereum were right.

Keeping it simple is the way to go.

Albeit sacrificing speed and latency, the developers in both blockchains stayed committed to small block spaces. That is, the number of transactions fitting in each block is relatively small in comparison to other blockchains.

Naturally, this means that for a transaction to be inserted into a block for approval, the time it takes lengthens with demand, which is why they are the two slowest blockchains of them all.

But why take such a counterintuitive stance?

Easy. To stay decentralized.

Decentralization and performance aren’t friends

If you increase block space to be capable of validating more transactions per second, the physical computers required to run the network become much more complex and expensive to run, which in turn fosters centralization as only a few people/entities are capable of committing such resources.

Simply put, blockchains can’t be fast and distributed at the same time.

All the innovations that, over the years, came to Crypto bringing higher performance than Ethereum or Bitcoin, always did it at the expense of centralizing their blockchains, which defeats their purpose in the first place.

So, how can we create a blockchain architecture that is very decentralized and also very scalable?

The word you’ve been waiting for this whole article, modularity.

Blockchains are fairly simple in concept

It’s ironic if you think that one of the most complex technologies ever, the blockchain, actually does just a few things.

In fact, they only do one.

Blockchains order transactions and validate them through consensus.

That’s it. The process is simple in nature:

  • Bob sends a transaction to Alice
  • This transaction goes into a pool of pending transactions
  • Nodes pack these pending transactions into a block and the chosen node proposes the block they want to introduce (this process differs between proof-of-work blockchains like Bitcoin and proof-of-stake blockchains like Ethereum)
  • The rest of the nodes download the complete block and, by having a complete history of all transactions, run the new ones to check they are valid
  • If a consensus is reached, the block is accepted and all nodes include it as the newest block in the chain, updating the state.

Also, as proven by Bitcoin and Ethereum, base layers must stay simple to stay decentralized. But nobody said base layers should perform these three actions at once.

Which begs the question, what happens if these actions are performed by different systems?

What happens is something almost magical.

Keep it simple, stupid

In simple terms, modularity is the process of separating consensus, DA, and execution into separate layers to allow the combined architecture to have high performance while staying decentralized.

In other words, by detaching these components, they are ‘free’ to grow without the constraints that the other two impose.

This, in my opinion, is the unequivocally-certain future of blockchains.

And what are the elements that form this futuristic architecture?

These are:

  1. A consensus layer, including a consensus algorithm, the process by which nodes validate transactions and agree on the new state of the chain
  2. A Data availability (DA) layer, as blockchain’s deterministic nature — all nodes arrive at the same answer (state) if they perform the same operations — forces nodes to possess the complete transaction history to check if transactions are valid
  3. An execution layer, layer capable of running code and executing complex transactions. Research points out to zero-knowledge rollups as the ideal solution for this matter.

The magical secret?

In these architectures, while having no apparent security trade-offs as transactions are still settled in the base layer (they inherit its high security), and block space is extended by executing transactions outside the base layer (faster performance) all the while allowing base layers to stay very decentralized as the requirements to be a node are lightened by smaller storage requirements, you achieve… the ultimate blockchain architecture.

Examples of projects following this trend

Already, many researchers and developers have realized this is the future of Crypto, with examples like:

  • BitDAO, one of the biggest DAOs in the world, has partnered with EigenLayer to create a system, running on Ethereum, called Mantle. This system will leverage BitDAO’s execution layer, probably a zk-rollup based on zkSync’s technology, with EigenLayer’s EigenDA, a data availability layer.
  • Celestia is a new blockchain that offers data availability and consensus in its base layer, with a powerful abstraction layer so that any virtual machine can run on top of it. Unlike the case above, Celestia does require a set of validator nodes to provide consensus, so Celestia will require strong adoption at the base layer to ensure security.

Note: The described examples aren’t, in any case, recommended investments by the writer. Both are fairly new projects with unclear tokenomics and funding, which completely prevent any possible investment evaluation at this stage of their development unless you’re a multi-billion venture capital, which I happen not to be. Never take my word as advice.

Comments

All Comments

Recommended for you

  • Cyvers Alerts: Cryptocurrency scams steal $3.6 billion in 2024

    According to Cyvers Alerts system monitoring, the "Ponzi scheme" scam in the cryptocurrency field stole $3.6 billion in 2024, with most of it happening on Ethereum. These scams are cunning, using trust to lure victims into false cryptocurrency investments and then making their funds disappear. With a 40% increase in online threats this year, it is clear that the cryptocurrency field needs stronger defenses and more acute awareness to fight back.

  • Decentralized AI platform Nodepay completes $7 million in second round of financing

    decentralized AI platform Nodepay has completed its second round of financing, raising $7 million. Investors include IDG Capital, Mythos, Elevate Ventures, IBC, Optic Capital, Funders.VC, Etherscan founder Matthew Tan, and CoinHako co-founder and CEO Yusho Liu.

  • ZachXBT: Scam tokens issued after Yat Siu’s X account was stolen, originating from the same address as Kick & Vanar incident

    according to ZachXBT, Yat Siu, co-founder of Animoca, may have been deceived by the same phishing email that targeted more than 10 X accounts of hackers, because the fraudulent tokens were deployed in the same address as Kick & Vanar CEO ATO.

  • Chillguy creator X's account was briefly stolen and has been restored to control, calling on the community to be vigilant against abnormal content

    Phillip Bankss, the creator of Chillguy's image, stated that his X account was stolen. Although he has regained control, hackers may have set up some scheduled tweets, or the account may not be completely safe yet. He called on the community to notify him promptly if they discover any abnormal content for him to handle.

  • German parliament passes Financial Market Digitalization Act

    According to a report by Ledger Insights, the German parliament (Bundestag) has passed the "Financial Market Digitalization Act" (Finanzmarktdigitalisierungsgesetz or FinmadiG) this week. The parliament responded to industry demands to ensure legislation is in place before MiCAR comes into full effect on December 30th.

  • Odos DAO: Phishing email attacks related to the "ODOS Loyalty Program" have appeared, reminding users to be vigilant

    Odos DAO posted on X platform, stating that they have noticed phishing email attacks related to the "ODOS Loyalty Program" in the community and reminded users to be cautious. Odos DAO and ODOS will not send emails to users. All official communication is only conducted through verified Twitter accounts. Do not click on any suspicious links.

  • Report: 165 security incidents have occurred in the Web3 field so far in 2024, with losses exceeding US$2.3 billion

    According to a report summarizing key security trends in 2024 by Cyvers, Web3 network threats will increase sharply in 2024, resulting in losses of over 2.3 billion US dollars and a total of 165 security incidents. Although the loss amount is 40% higher than in 2023 (1.69 billion US dollars), it is still 1.42 billion US dollars lower than in 2022 (3.78 billion US dollars). It is worth noting that 1.3 billion US dollars of stolen funds were recovered this year.

  • Phishing ad links impersonating Virtuals Protocol appear in Google search results

    according to Scam Sniffer, there are currently phishing ads impersonating Virtuals Protocol appearing in Google search results. If users click on these links to connect their wallets and sign transactions, these fraudulent ads may steal users' assets. Users should be careful to identify and prevent theft.

  • MarbleX and Netmarble Launch $20 Million Ecosystem Promotion Plan

    Ethereum game platform Immutable has announced a partnership with the blockchain game division Marblex of South Korean gaming giant Netmarble. The collaboration will migrate Marblex's ecosystem and its multiple games from the Klaytn blockchain to the Ethereum Layer 2 network Immutable zkEVM. The games include "Ni no Kuni: Cross Worlds", "A3: Still Alive" and "Meta World: My City", and the two parties will also launch an "ecosystem promotion plan" to provide up to $20 million in support to developers to attract new games to join Marblex and Immutable. It is currently unclear whether the Immutable migration will affect Saga's plans, and the project representatives have not commented on the issue.

  • Blockchain Asset Management announces launch of a dedicated blockchain fund for accredited investors

    Blockchain Asset Management, a cryptocurrency fund with a scale of $100 million, announced the launch of an exclusive blockchain fund for qualified investors. The specific amount of funds raised by the fund has not been disclosed yet, but it is said to have reached "eight figures", which means it is in the tens of millions of dollars. In addition, the investment threshold for the new fund is $100,000, and all investors are required to meet the approved standards (annual income exceeding $200,000, net assets exceeding $1 million).