# 火币生态链相关知识

## 什么火币生态链Heco？

火币生态链 Huobi ECO Chain (Heco) 是一个去中心化高效节能公链，也是火币开放平台推出的首个产品，在支撑高性能交易的基础上，实现智能合约的兼容。火币生态链 Heco 的原生数字资产为 HT，采用 HPoS 共识机制。

## 什么是HT？

火币生态链上原生代币是 HT；交易消耗 HT 作为链上交易手续费； 通过质押 HT 来成为验证人节点。节点按照质押比例分配奖励，奖励是链上交易手续费。

## 什么是HecoScan？

[HecoScan](https://scan.hecochain.com/) 是火币生态链上的查询工具。它可以告诉玩家在区块链上发生的一切，也可以帮助玩家验证交易成功，并追踪其他关于交易和地址的有用细节。

## 给我详细说说「Gas」吧！

火币生态链是进化星球 D 大陆（拂晓大陆）所构建在的区块链网络，「Gas」是一个简写，用于描述在火币生态链进行交易或合约的费用。

因为区块链是去中心化的，所以每个交易都分散在多台电脑上，而非中央服务器上，Gas 费用也许支付耗费的大量计算能力。

Gas 由两部分组成：Gas Price 和 Gas Limit 。

**Gas Price** 是您为每笔交易（以HT中小的度量单位“Gwei”）支付给矿工的费用，以执行智能合约。

**Gas Limit** 是在他们用完 Gas 和放弃交易前，您允许他们操作的次数。1 Gwei = 1/1000000000（十亿分之一 ）HT。

玩家可以在 <https://hecoinfo.com/chart/gasprice> 上查询目前的状况以选择合适的费用。


---

# 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.evolution.land/simplified-chinese/tutorials/fu-xiao-da-lu-huo-bi-sheng-tai-lian/about-heco.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.
