# Data Credits

DC是什么？如何获得DC？&#x20;<a href="#data-credits" id="data-credits"></a>
----------------------------------------------------

如果你是网关机主，你一般情况下不用考虑DC除非你需要使用传感器或者传输数据。DC会用于所有的转账费，如添加网关，转账，或是更改位置。

当需要使用到DC时，App会自动将所需金额的HNT转换为DC。

每个DC将支付24字节的LoRaWAN负载，如果超过24字节，如25或是47字节的负载，他们都将消耗2个DC

Helium 网络中有两种通证，HNT 与 Data Credits。DC是Data Credits（流量证明）的缩写。

以下场景需要使用 Data Credits：

* 数据传输费用：每上载或下载24个字节的数据将消耗1 DC 。
* 网络燃料费：通过 Helium 网络进行交易、转账等需用 DC 支付燃料费用。
* 重新定位费：在初次定位之后，如果要再次修改网关定位，需支付价值10美元的DC。

1 DC的价格锚定为 0.00001美元。在用户需要DC时，钱包将自动燃烧等值的HNT生成DC并使用。

##


---

# 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/faq/dc.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.
