# web3的构成

By [Yorktim](https://paragraph.com/@gz020) · 2022-05-07

---

Web3的构成。根据Coinbase的分类，Web3大致可以被分为4层。分别为**协议层**（Protocol layer），**基础元件层**（Infrastructure / Category Primitives），**用例层**（User Case Layer），**接入层**（Access Layer)从下往上看，最底层的是协议层（Protocol layer），它是区块链的底层架构，一切产品和服务都构建在它的基础上, 主要以公链，二层为代表。第二层是基础元件层（Infrastructure / Category Primitives）, 它由可互操作的模块构成，每个模块对应着特定的功能，[智能合约](https://www.panewslab.com/zh/search/index.html?key=%E6%99%BA%E8%83%BD%E5%90%88%E7%BA%A6)是其表现形式之一。第三层是用例层（User Case Layer），它包含了更多前端的应用：游戏、社交、Defi、NFT等。顶层是接入层（Access Layer), 它是用户通往Web3的门户，主要以钱包以及仪表盘为主。

![](https://storage.googleapis.com/papyrus_images/67b8ff302bd623d1a1f05b5285124d51583a7a8223154e064bcca2e639035b80.png)

（该图来自于Coinbase，链接[https://blog.coinbase.com/a-simple-guide-to-the-web3-stack-785240e557f0）](https://blog.coinbase.com/a-simple-guide-to-the-web3-stack-785240e557f0%EF%BC%89)

---

*Originally published on [Yorktim](https://paragraph.com/@gz020/web3)*
