# 其他常见问题

## 为什么我的交易失败了却仍要收费？

当你的交易在区块链上被处理时，你需要支付燃料费。即使交易失败，它仍然需要计算。燃料费是由区块链上的矿工收取的，而不是由进化星球收取的。

## 为什么购买了土地却没有获得抽奖积分？

由于事件监听服务不稳定，偶尔可能会出现竞价成功后获得积分但页面却没能及时显示的情况。

在这种情况下，你可以进入积分抽奖页面核查你的积分。

## 我消耗 5 个土元素为我的新生使徒增加能力，为什么出生后却没有增加能力？

能力增强的概率是随机的，就像彩票一样。其概率如下：

支付 5 个元素：50％ - lv1，50％ - 0

支付 10 个元素：50％ - lv1，50％ - lv2

支付 15 个元素：25％ - lv1，50％ - lv2，25％ - lv3

下一代属性的遗传概率：40％ 的概率遗传母亲，40％ 的概率遗传父亲，10％ 的概率都遗传，10％ 的概率不遗传。

## 通道记录和交易历史是什么？它们有什么区别？

**交易历史：**&#x8BB0;录了玩家在进化星球中发起的链上交易记录，主要包括 RING 的领取、Bancor 交易、积分抽奖、地块的拍卖出价/领取/出售等。

**通道记录：**&#x8BB0;录了进化星球系统直接分配给玩家的交易记录，该记录中的内容并未上链，主要包括氪石分成、空投、奖励等等，该记录中的 RING 都存于「未领取的 RING」中，玩家可根据需要，随用随取。

## 挖到的矿元素有什么用？

和现实世界类似，所有的经济活动、生产建设都围绕资源。道具、建筑、科研都需要不同类型的元素资源。目前，你可以给新生的使徒添加元素偏好（需要消耗资源），以增加使徒挖掘这种元素的效率。

{% content-ref url="/pages/-MNoGuiMGOLsvxExGKHo" %}
[资源](/simplified-chinese/getting-started/game-entities/resource.md)
{% endcontent-ref %}


---

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