# ZapBuy

**ZapBuy** 是一个快速简便的功能，允许你通过直接向 Tronsave 的默认机器人地址发送 TRX 来购买 Energy。系统会根据你发送的 TRX 数量，**自动创建一个 1 小时的 Energy 租赁订单**，无需额外操作。

## ⚙️ **工作原理：操作步骤**

1. 计算需要发送的 TRX：

[👉 点击这里打开能量计算器工具](https://tronsave.io/tools/zap-buy)

你可以根据自己的需求灵活购买 Energy（不限制固定倍数）。<br>

2. 你需要将 TRX 发送到 Tronsave 的机器人地址：

```ini
TLx8h8fjv5pyuxCu292ZgjbU14XZSiLGg4
```

3. 系统将根据你发送的 TRX 计算可租用的 Energy 数量
4. 系统会自动创建一个 1 小时的租赁订单
5. Energy 会直接委托到发送钱包（前提是该钱包可以接收资源）

{% hint style="info" %}

* ⚠️最低租赁额度为 **65,000 Energy**\
  如果你租赁的 Energy 少于 65,000，系统会忽略交易，不会创建订单。
* **ZapBuy 仅在有资源可立即匹配时生效。**\
  如果没有可匹配资源，你将不会获得 Energy。

  💬如需退款，请联系 Tronsave，并提供交易详情：👉 <https://t.me/wantingtrx>
  {% endhint %}

## 📋 **技术细节**

<table><thead><tr><th width="195">参数</th><th>值</th></tr></thead><tbody><tr><td>支持的 Token</td><td><strong>仅支持 TRX</strong></td></tr><tr><td>收款地址</td><td>Tronsave 机器人地址：<strong>TLx8h8fjv5pyuxCu292ZgjbU14XZSiLGg4</strong></td></tr><tr><td>能量接收地址</td><td><strong>发送 TRX 的钱包地址</strong></td></tr><tr><td>租赁时长</td><td><strong>1 小时</strong></td></tr><tr><td>最低购买能量数量</td><td><strong>65,000</strong></td></tr><tr><td>订单创建方式</td><td>接收到 TRX 后自动创建</td></tr></tbody></table>

**⚠️注意**：*若租赁不足 65,000 Energy，系统将不会执行租赁，并会忽略该交易。*

## ❓**常见问题**

**Q: 我可以选择 1 小时以外的租赁时长吗？**\
A: 不可以，ZapBuy 仅支持固定 1 小时的快速租赁。

**Q: 如果我在一笔交易中发送更多 TRX，会怎样？**\
A: 系统仍然会创建一笔订单，并根据金额匹配相应的 Energy。

**Q: 我发送了 TRX 但没有收到 Energy，为什么？**\
请检查以下事项：

* 请确保你是从**普通钱包**发送 TRX，而不是合约地址或交易所账户
* 最低租赁额度为 **65,000 Energy**
* 交易必须已成功在 TRON 区块链上确认

如果满足以上条件仍未收到 Energy，请立即联系我们：👉 <https://t.me/wantingtrx>


---

# 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.tronsave.io/chinese/buyer/zapbuy.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.
