# 轻网关 (Light Hotspot)

### 什么是轻网关? <a href="#what-is-a-light-hotspot" id="what-is-a-light-hotspot"></a>

轻网关是Helium区块链与LoRaWAN网关不断互动产生的一次进化。从创世区块开始，Helium区块链就完全基于全网关运行。随着区块链的发展壮大，每个运行完整节点的全网关都承受着越来越大的内存负担，并且由于更高的计算要求，开始为同步带来难题。&#x20;

为了缓解这种情况，区块链共识工作已经从全网关转移到验证节点上。这使我们能够在保证出块时间与区块链稳定性的前提下继续网络的快速增长。轻网关则基于该机制而生：

### 轻网关特性 <a href="#light-hotspot-properties" id="light-hotspot-properties"></a>

当轻网关软件在主网正式激活后:

* Helium网络上的所有网管将通过[验证节点](/helium/faq/validator.md)进行PoC信标的发送遇见证，并可以传递数据包；
* 不再存储区块链数据，无需与区块链同步；
* 不再发出挑战，发出挑战的任务将由验证节点承担；
* 不参与共识小组，将由验证节点承担出块职责；
* 不再通过libp2p或gossip进行通讯。轻网关将使用全新的 [gRPC](https://grpc.io/) 框架实现分布式系统通讯；
* 仍将获得PoC与数据传输奖励。

这意味着网络内的所有网关都可以通过轻网关更新在无需进行区块同步的前提下，参与除发起挑战外的所有环节并获得奖励。

<br>


---

# 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://heliumchina.gitbook.io/helium/hotspots/light.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.
