# 4. How to buy on Telegram

Follow the 2 ways below to buy Resource on your Tronsave internal account.

## 🚧 **Pending Order** – Create Order, Pay Later

**Step 1:** Open the bot: **@BuyEnergyTronsave\_bot**

**Step 2:** Place an order by sending the buy command in this format:

```
/energy [target-address] [resource-amount] [duration]
/bandwidth [target-address] [resource-amount] [duration]
```

***Note:*** You can use *`/available`* to check available resources and *`/calc`* to calculate the cost before buying.

**Example:**

```java
/energy TWkuSK363HQLtRFCBsNeeiSL7EXy5s6dGL 100000 3h //(100K energy for 3 hours)
/bandwidth TWkuSK363HQLtRFCBsNeeiSL7EXy5s6dGL 2000 1 //(5000 bandwidth for 1 day)
```

**Duration format:**

* Minimum: `1h` (1 hour) – Maximum: `30` (30 days)
  * For hours: use a number followed by `h` (e.g., `1h`, `12h`)
  * For days: just enter the number (e.g., `1`, `20`)

**Step 3**: Deposit the exact **Total Payout** to the deposit address provided by the bot.

<figure><img src="/files/QRYxq03j5jcyvDNl1fLF" alt=""><figcaption></figcaption></figure>

**Step 4**: Once full payment is received within 20 seconds, your order will be successfully created.

<figure><img src="/files/Ih4vhnyac7nVal25c67C" alt=""><figcaption></figcaption></figure>

## 🚀 **Buy Using Internal Account**

### 1. Quick Buy

### Step 1: Click the "Buy Resource" button.

<figure><img src="/files/rywsnlkdWAxuNp6oePXe" alt=""><figcaption></figcaption></figure>

### Step 2: Enter your TRON wallet address to receive the resource.

<figure><img src="/files/fOBXnjuZho60T4XmZ4oh" alt=""><figcaption></figcaption></figure>

### Step 3:  Select Buy **Energy** or **Bandwidth**

<figure><img src="/files/BCdefTiiAtdJ6EA80Xw3" alt=""><figcaption></figcaption></figure>

### Step 4: Fill in the order information you want to buy.

* Select **Duration**: 1 Hour, 3 Days
* Click the **Amount** you want to buy.

<figure><img src="/files/YpMgSQCDlyfcwWejxkaN" alt=""><figcaption></figcaption></figure>

### Step 4:  Click "Confirm" to create an order.

<figure><img src="/files/5kHZFInvTUeU5I6EUD85" alt=""><figcaption></figcaption></figure>

### 2. Custom Buy

There are 2 ways to perform a Custom Buy:

### **Option 1:** Click the "Custom Buy" button directly in the buy form.

<figure><img src="/files/CKUzb0EPpMXN4o3Qlxh8" alt=""><figcaption></figcaption></figure>

* The website interface is now integrated into the Tronsave Telegram Bot.

<figure><img src="/files/CKG4EAQPJMMHWx4hfGdU" alt=""><figcaption></figcaption></figure>

### Option 2. Select 'Buy energy' to open the pre-integrated custom purchase interface within the Bot.

<figure><img src="/files/OHMmRFwEAbUwtm5cOQjq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/CKG4EAQPJMMHWx4hfGdU" alt=""><figcaption></figcaption></figure>

Perform additional **Target address**, and enter **Amount**, **Price**, and **Duration**. Click '**Create Order**' to create the order.


---

# 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/how-to-buy-energy-and-bandwidth/buy-on-telegram/4.-how-to-buy-on-telegram.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.
