# Zapbuy

**ZapBuy** is a fast and simple feature that allows you to purchase Energy by **sending TRX directly** to Tronsave’s default bot address. The system will automatically create a **1-hour energy rental order** based on the amount of TRX you send — no extra steps needed.

## ⚙️ How It Works: Step-By-Step

1. Calculate the TRX to send:

[**👉 Click here to open the Energy Calculator Tool**](https://tronsave.io/tools/zap-buy)

You can buy energy flexibly based on your specific needs (not limited to fixed multiples).<br>

2. You send TRX to Tronsave’s bot address:&#x20;

```ini
TLx8h8fjv5pyuxCu292ZgjbU14XZSiLGg4
```

3. The system calculates the amount of energy your TRX can rent.
4. A **1-hour rental order** is created automatically.
5. The energy is delegated directly to the sender's wallet (if eligible to receive).

{% hint style="info" %}

* You must rent **at least 65,000 energy**.  Rent less than 65,000 energy will be **ignored**, and **no order will be created**.
* ZapBuy only works when your order can be **matched immediately** with available energy.\
  If no match is found, you won’t receive energy.

  Please get in touch with Tronsave with your transaction details to request a refund: 👉 <https://t.me/wantingtrx>
  {% endhint %}

## 📋 Technical Details

<table><thead><tr><th width="211">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Supported Token</td><td><strong>TRX only</strong></td></tr><tr><td>Recipient TRX Address</td><td>Tronsave bot address: <strong>TLx8h8fjv5pyuxCu292ZgjbU14XZSiLGg4</strong></td></tr><tr><td>Energy Recipient</td><td><strong>The wallet that sent the TRX</strong></td></tr><tr><td>Rental Duration</td><td><strong>1 hour</strong> (fixed)</td></tr><tr><td>Minimum Buy</td><td><strong>65000</strong></td></tr><tr><td>Order Creation</td><td> Automatically upon receiving TRX</td></tr></tbody></table>

***⚠Note:*** *If you rent less than **65,000 TRX**, no energy will be rented, and your transaction will be ignored.*

## ❓Frequently Asked Questions

**Q: Can I choose a rental duration other than 1 hour?**\
A: No. ZapBuy is designed for quick and fixed-duration rentals of 1 hour.

**Q: What happens if I send more TRX in one transaction?**\
A: The system will still create **a single order**, with the appropriate energy amount.

**Q: I sent TRX but didn’t receive energy — why?**\
A: Please check the following:

* &#x20;Make sure you sent TRX from a **regular wallet**, not a **smart contract** or **exchange**.
* The amount you rent must be at least 65,000 energy.
* Your transaction must be **successfully confirmed on the TRON blockchain**.

If you’ve met all the above conditions but still haven’t received energy, be sure to get in touch with us **immediately** at: 👉 <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/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.
