# 一分钟读懂Fuel协议

By [luxebeng](https://paragraph.com/@luxebeng) · 2022-07-27

---

Fuel 将模块化执行层定义为：为模块化区块链堆栈设计的可验证计算系统。

技术
==

There are three central pillars to Fuel’s technology stack:

*   Parallel transaction execution
    
*   The Fuel Virtual Machine (FuelVM)
    
*   A superior developer experience (with Sway and Forc)
    

**并行执行**

Fuel 通过使用 UTXO 模型形式的严格状态访问列表并行执行交易，从而提供相比较其它项目更高的处理能力。

**FuelVM**

相比较EVM，FuelVM去掉了一些耗费资源冗余的模块。

**Sway/Forc**

融合Solidity和Rust的特性。从而对用户更友好。

观点
==

*   从2019年到现在已经按照计划实现了虚拟机（FVM）和完整的智能合约(Sway)。
    
*   Fuel最鲜明的技术特点是它是用的是UTXO（比特币也适用，），和别的ETH生态都是基于Account不一样。
    
*   不发币。主要通过手续费和捐赠来维护项目的运行费用。
    
*   从技术来说，Optimistic Rollup不是L2未来的趋势，因为它的验证时间太长了。ZK不需要等待，所以ZK才是。而且Optimistic Rollup生态现在有两个头部项目，一个是Arbitrum，一个是Optimism。所以Feul项目前景不乐观，连他的创始人John Adler都去Celestia了\*\*\*\*。\*\*\*\*
    

参考文档
====

• [Introducing Fuel - The Fastest Modular Execution Layer](https://fuel-labs.ghost.io/introducing-fuel-the-fastest-modular-execution-layer/)

• [Fuel Specifications](https://github.com/FuelLabs/fuel-specs)

• [Sway Book](https://fuellabs.github.io/sway/latest/)

---

*Originally published on [luxebeng](https://paragraph.com/@luxebeng/fuel)*
