# 全节点服务

ChainUp Cloud 提供全节点服务，这样您就不必花费工程时间来亲自维护和管理节点。这样您就可以专注于构建产品，而不必担心基础设施维护。

运行自己的节点可能非常昂贵，从存储到带宽再到宝贵的工程时间。诸如在扩展时启动更多节点、将节点升级到最新版本以及确保状态一致性等事情可能会分散您构建和投入所需 Web3 产品的资源。

### 什么是全节点？

全节点会构建历史状态的存档。这种类型的节点在查询全节点上无法访问的历史区块链数据时很有用。存档节点不需要参与块验证。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chainupcloud.com/zhong-wen/introduction/products/node-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
