> For the complete documentation index, see [llms.txt](https://docs.tronsave.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tronsave.io/chinese/guides/buy.md).

# 购买能量与带宽

在 TronSave 上租赁能量和带宽有多种方式。请选择适合你工作方式的一种：连接钱包的网页应用、Telegram 机器人、一步式 TRX 转账，或免操作的自动充值。

{% hint style="info" %}
初次使用？最快完成首次购买的方式见[快速开始](/chinese/getting-started/quickstart.md)。如需了解各订单类型之间的概念差异，请参阅[订单类型](/chinese/concepts/order-types.md)。
{% endhint %}

## 购买方式

### 在网站购买

在 [tronsave.io](https://tronsave.io) 连接一个 TRON 钱包（例如 TronLink），即可直接下单。网站支持全部订单类型——**普通**、**挂单**和**智能**——因此你可以按需购买、等待目标价格，或随时间分批完成大额租赁。

➡️ [**在网站购买**](/chinese/guides/buy/on-the-website.md) — [普通](/chinese/guides/buy/on-the-website/normal-order.md) · [挂单](/chinese/guides/buy/on-the-website/pending-order.md) · [智能](/chinese/guides/buy/on-the-website/smart-order.md)

### 在 Telegram 购买

通过 TronSave Telegram 机器人，使用你的**内部账户**余额进行租赁。创建账户、充值 TRX，然后在聊天中购买。在 Telegram 上租赁只能使用内部账户，因此请先确保其有足够余额。

➡️ [**在 Telegram 购买**](/chinese/guides/buy/on-telegram.md)

### ZapBuy

最快的途径：**直接发送 TRX** 到 TronSave 机器人地址，系统会自动为发送钱包创建一笔 **1 小时**的能量租赁——无需任何额外步骤。

* 固定 **1 小时**时长；**最低 65,000 能量**（低于此数将被忽略）。
* 仅在能够**立即撮合**时才会成交；请从普通钱包发送，而非合约或交易所。

➡️ [**ZapBuy**](/chinese/guides/buy/zapbuy.md)

### 自动购买

只需设置一次规则，TronSave 便会在目标地址的能量或带宽低于阈值时**自动充值**——资金来自你的内部账户，并由你控制预算和时长上限。

➡️ [**自动购买**](/chinese/guides/buy/auto-buy.md)

## 快速对比

| 方式       | 位置                                                              | 付款来源  | 最适合         |
| -------- | --------------------------------------------------------------- | ----- | ----------- |
| 网站       | [tronsave.io](https://tronsave.io/market)                       | 连接的钱包 | 完全掌控，所有订单类型 |
| Telegram | [TronSave 机器人](https://t.me/BuyEnergyTronsave_bot)              | 内部账户  | 在聊天中购买      |
| ZapBuy   | [TRX 转账](https://tronsave.io/tools/zapbuy)                      | 发送钱包  | 即时 1 小时充值   |
| 自动购买     | [tronsave.io](https://tronsave.io/dashboard/buyer/buy-resource) | 内部账户  | 永不耗尽的自动化    |

{% hint style="info" %}
正在构建集成？开发者可以通过 API 以编程方式购买——请参阅[开发者快速开始](/chinese/developers/quickstart.md)和 [API 参考](/chinese/developers/api-reference.md)。
{% endhint %}

## 后续步骤

* [订单类型](/chinese/concepts/order-types.md) · [能量和带宽](/chinese/concepts/energy-and-bandwidth.md) · [定价与 APY](/chinese/concepts/pricing-and-apy.md)
* [在网站购买](/chinese/guides/buy/on-the-website.md) · [在 Telegram 购买](/chinese/guides/buy/on-telegram.md) · [ZapBuy](/chinese/guides/buy/zapbuy.md) · [自动购买](/chinese/guides/buy/auto-buy.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guides/buy.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.
