
What are Modular Blockchains? | Part 1
For many ages, blockchain architects and developers struggled to create a system that would be more effective, cheap, secure, and scalable to be able to bring more users into Web3 and lead to the mass adoption of decentralized technologies. Modular blockchains, Fuel specifically, are one of the next steps on the way to these goals. Why so? What are modular blockchains per se and how do they differ from L1s? In this article, we’ll try to explain it in simple words so even a newbie can figure t...

Fuel Mainnet 2024: What to Expect from Fuelet?
This winter Fuel Blockchain announced its mainnet launch in 2024. By that time, network dapps should be ready to present their beta versions. Fortunately, Fuelet Wallet has already launched its app! However, there’s so much more to come.. in this article, we will explore the current and upcoming features - so you will have an idea of what to expect from the Fuelet team this year and beyond. When introducing Fuelet Wallet we could have started with a few statements:It is non-custodial (c’mon, ...

Fuel Mainnet 2024 is Close: How to Prepare and What Ecosystem Projects You Need to Know Now!
Earlier, Fuel Network announced the mainnet 2024 release - with only 3 months left by the end of the year, it’s time to prepare whether you’re an ordinary blockchain user, a project builder, or a crypto enthusiast. The best way to get ready for the mainnet is to get to know the ecosystem projects - and test them! By completing our campaigns and providing more feedback you will also help us improve our features before the mainnet launch. This text is cooked by the Fuelet Wallet team — the flag...
A wallet focused on UX and enhanced security through Fuel's Network Account Abstraction. iOS / Android /Browsers.



What are Modular Blockchains? | Part 1
For many ages, blockchain architects and developers struggled to create a system that would be more effective, cheap, secure, and scalable to be able to bring more users into Web3 and lead to the mass adoption of decentralized technologies. Modular blockchains, Fuel specifically, are one of the next steps on the way to these goals. Why so? What are modular blockchains per se and how do they differ from L1s? In this article, we’ll try to explain it in simple words so even a newbie can figure t...

Fuel Mainnet 2024: What to Expect from Fuelet?
This winter Fuel Blockchain announced its mainnet launch in 2024. By that time, network dapps should be ready to present their beta versions. Fortunately, Fuelet Wallet has already launched its app! However, there’s so much more to come.. in this article, we will explore the current and upcoming features - so you will have an idea of what to expect from the Fuelet team this year and beyond. When introducing Fuelet Wallet we could have started with a few statements:It is non-custodial (c’mon, ...

Fuel Mainnet 2024 is Close: How to Prepare and What Ecosystem Projects You Need to Know Now!
Earlier, Fuel Network announced the mainnet 2024 release - with only 3 months left by the end of the year, it’s time to prepare whether you’re an ordinary blockchain user, a project builder, or a crypto enthusiast. The best way to get ready for the mainnet is to get to know the ecosystem projects - and test them! By completing our campaigns and providing more feedback you will also help us improve our features before the mainnet launch. This text is cooked by the Fuelet Wallet team — the flag...
Share Dialog
Share Dialog
A wallet focused on UX and enhanced security through Fuel's Network Account Abstraction. iOS / Android /Browsers.

Subscribe to Fuelet Wallet

Subscribe to Fuelet Wallet
This is the second article in the Fuelet series about modular blockchains, Fuel specifically. Read the intro to the modular blockchains here.
At the time when L1s were launched, they revolutionized the Web2 space, brought the first users to crypto — and deserve our appreciation. However, nowadays we often hear that the new generation of blockchains, modular blockchains, will eventually take their place, and L1s will change their initial structure. Is that true? What are the advantages and disadvantages of those two approaches if we would compare them? Let’s find out together.
In modular blockchains, functions are divided among different chains. This leads to better scalability. Why? Imagine a modular chain which specializes in data availability, this means it can focus all of its resources on giving more information about transactions to the execution layer. The execution layer, in turn, can process them more effectively. This makes the work of the whole modular stack faster.
Remember how the gas fees on Ethereum become really big every time there’s a big mint or launch of something? And that’s where we get to the cost of transactions part — if the chain is less busy, and can process big amounts of transactions, they cost cheaper.
Those two elements: faster transactions and lower gas fees make modular blockchains way more scalable than monolithic ones.
As we have discussed in our previous article, the data availability task for the blockchains stands for ensuring that anyone can check blockchain transactions, all of them should be verifiable. Users can run a node to personally check those transactions and confirm that the blockchain works properly. Nodes that fully check the blockchain (like full nodes) play a crucial role in its safety by ensuring the chain’s rules are followed.
We gauge decentralization by how many users can directly check the chain. More users running nodes means higher decentralization, making the blockchain tougher against attacks. Modular blockchains focus on making it cheaper for users to run nodes and check the network, prioritizing decentralization for better security.
Blockchain security heavily relies on validators or miners, especially in Proof of Stake (PoS) systems. These individuals manage transactions and validate them within the chain. To become a validator in a PoS system, nodes must stake tokens as a security deposit. If a validator acts dishonestly, for example, their stake can be burnt as a penalty, a process known as slashing.
Launching a new monolithic blockchain involves forming a secure validator set, which can be quite challenging. Different chains have varying security levels due to their different-sized validator sets. Some chains have strong security thanks to larger sets, while others have weaker security due to smaller sets. As the multi-chain ecosystem grows, ensuring the same level of security for each chain becomes more complex.
Shared security solutions solve this problem. For instance, new blockchains like rollups or execution layers don’t need to create their own validator set. Instead, they can rely on a common security provider, such as data availability and consensus layer, immediately accessing the security it offers without setting up an independent validator set.
Without having to carry out all the tasks like data availability, settlement, execution, and consensus, modular blockchains have fewer limitations on the development of different dapps types than, for example, Solana. Why? Because developers don’t have to keep up with all the tasks and write code for all of them — only for a part that they need to handle.
For instance, the Fuel network which is an execution layer allows for the creating of more specialized, high-tech applications in the execution field: it’s Account Abstraction with predicates allows for such things as bundle transactions, paying gas fees in any tokens, etc. For instance, thanks to it, Fuelet Wallet has an opportunity to implement those features plus a Hardware Signer, Social Recovery, and many more that would be impossible or too expensive to consider everything on an L1 blockchain.
In summary, the ongoing transition from monolithic to modular blockchains represents a pivotal shift in the blockchain landscape and brings several advantages both for the blockchain users and developers. Modular blockchains, like Fuel, showcase superior scalability, shared security solutions, enhanced decentralization, community interconnectivity, and expanded opportunities for developers.
Hopefully, now you have a little bit more understanding of how those modular and monolithic blockchain systems work! If you have any questions regarding this article, please feel free to reach out Fuelet team via social networks.
This is the second article in the Fuelet series about modular blockchains, Fuel specifically. Read the intro to the modular blockchains here.
At the time when L1s were launched, they revolutionized the Web2 space, brought the first users to crypto — and deserve our appreciation. However, nowadays we often hear that the new generation of blockchains, modular blockchains, will eventually take their place, and L1s will change their initial structure. Is that true? What are the advantages and disadvantages of those two approaches if we would compare them? Let’s find out together.
In modular blockchains, functions are divided among different chains. This leads to better scalability. Why? Imagine a modular chain which specializes in data availability, this means it can focus all of its resources on giving more information about transactions to the execution layer. The execution layer, in turn, can process them more effectively. This makes the work of the whole modular stack faster.
Remember how the gas fees on Ethereum become really big every time there’s a big mint or launch of something? And that’s where we get to the cost of transactions part — if the chain is less busy, and can process big amounts of transactions, they cost cheaper.
Those two elements: faster transactions and lower gas fees make modular blockchains way more scalable than monolithic ones.
As we have discussed in our previous article, the data availability task for the blockchains stands for ensuring that anyone can check blockchain transactions, all of them should be verifiable. Users can run a node to personally check those transactions and confirm that the blockchain works properly. Nodes that fully check the blockchain (like full nodes) play a crucial role in its safety by ensuring the chain’s rules are followed.
We gauge decentralization by how many users can directly check the chain. More users running nodes means higher decentralization, making the blockchain tougher against attacks. Modular blockchains focus on making it cheaper for users to run nodes and check the network, prioritizing decentralization for better security.
Blockchain security heavily relies on validators or miners, especially in Proof of Stake (PoS) systems. These individuals manage transactions and validate them within the chain. To become a validator in a PoS system, nodes must stake tokens as a security deposit. If a validator acts dishonestly, for example, their stake can be burnt as a penalty, a process known as slashing.
Launching a new monolithic blockchain involves forming a secure validator set, which can be quite challenging. Different chains have varying security levels due to their different-sized validator sets. Some chains have strong security thanks to larger sets, while others have weaker security due to smaller sets. As the multi-chain ecosystem grows, ensuring the same level of security for each chain becomes more complex.
Shared security solutions solve this problem. For instance, new blockchains like rollups or execution layers don’t need to create their own validator set. Instead, they can rely on a common security provider, such as data availability and consensus layer, immediately accessing the security it offers without setting up an independent validator set.
Without having to carry out all the tasks like data availability, settlement, execution, and consensus, modular blockchains have fewer limitations on the development of different dapps types than, for example, Solana. Why? Because developers don’t have to keep up with all the tasks and write code for all of them — only for a part that they need to handle.
For instance, the Fuel network which is an execution layer allows for the creating of more specialized, high-tech applications in the execution field: it’s Account Abstraction with predicates allows for such things as bundle transactions, paying gas fees in any tokens, etc. For instance, thanks to it, Fuelet Wallet has an opportunity to implement those features plus a Hardware Signer, Social Recovery, and many more that would be impossible or too expensive to consider everything on an L1 blockchain.
In summary, the ongoing transition from monolithic to modular blockchains represents a pivotal shift in the blockchain landscape and brings several advantages both for the blockchain users and developers. Modular blockchains, like Fuel, showcase superior scalability, shared security solutions, enhanced decentralization, community interconnectivity, and expanded opportunities for developers.
Hopefully, now you have a little bit more understanding of how those modular and monolithic blockchain systems work! If you have any questions regarding this article, please feel free to reach out Fuelet team via social networks.
<100 subscribers
<100 subscribers
No activity yet