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

# Buy Energy & Bandwidth

There are several ways to rent Energy and Bandwidth on TronSave. Pick the one that fits how you work: a wallet-connected web app, a Telegram bot, a one-step TRX transfer, or a hands-off automated top-up.

{% hint style="info" %}
New here? The fastest first purchase is in the [Quickstart](/getting-started/quickstart.md). For the conceptual differences between order types, see [Order Types](/concepts/order-types.md).
{% endhint %}

## Ways to buy

### Buy on the website

Connect a TRON wallet (e.g., TronLink) at [tronsave.io](https://tronsave.io) and place an order directly. The website supports the full set of order types — **Normal**, **Pending**, and **Smart** — so you can buy on demand, wait for a target price, or fill large rentals over time.

➡️ [**Buy on the Website**](/guides/buy/on-the-website.md) - [Normal](/guides/buy/on-the-website/normal-order.md) · [Pending](/guides/buy/on-the-website/pending-order.md) · [Smart](/guides/buy/on-the-website/smart-order.md)

### Buy on Telegram

Rent through the TronSave Telegram bot using your **internal account** balance. Create an account, deposit TRX, and buy in chat. Renting on Telegram can only be done with an internal account, so make sure it has sufficient balance first.

➡️ [**Buy on Telegram**](/guides/buy/on-telegram.md)

### ZapBuy

The fastest path: **send TRX directly** to the TronSave bot address, and a **1-hour** Energy rental is created automatically for the sending wallet — no extra steps.

* Fixed **1-hour** duration; **minimum 65,000 Energy** (less is ignored).
* Only fills if it can be **matched immediately**; send from a regular wallet, not a contract or exchange.

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

### Auto Buy

Set rules once and let TronSave **automatically top up** Energy or Bandwidth for a target address whenever it drops below a threshold — funded from your internal account, with budget and duration limits you control.

➡️ [**Auto Buy**](/guides/buy/auto-buy.md)

## Quick comparison

| Method   | Where                                                           | Pays from        | Best for                      |
| -------- | --------------------------------------------------------------- | ---------------- | ----------------------------- |
| Website  | [tronsave.io](https://tronsave.io/market)                       | Connected wallet | Full control, all order types |
| Telegram | [TronSave bot](https://t.me/BuyEnergyTronsave_bot)              | Internal account | Buying from chat              |
| ZapBuy   | [TRX transfer](https://tronsave.io/tools/zap-buy)               | Sending wallet   | Instant 1-hour top-ups        |
| Auto Buy | [tronsave.io](https://tronsave.io/dashboard/buyer/buy-resource) | Internal account | Never-run-out automation      |

{% hint style="info" %}
Building an integration? Developers can buy programmatically via the API — see the [Developer Quickstart](/developers/quickstart.md) and [API Reference](/developers/api-reference.md).
{% endhint %}

## Next steps

* [Order Types](/concepts/order-types.md) · [Energy & Bandwidth](/concepts/energy-and-bandwidth.md) · [Pricing & APY](/concepts/pricing-and-apy.md)
* [Buy on the Website](/guides/buy/on-the-website.md) · [Buy on Telegram](/guides/buy/on-telegram.md) · [ZapBuy](/guides/buy/zapbuy.md) · [Auto Buy](/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/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.
