> 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/on-the-website/pending-order.md).

# Pending Order

A **Pending Order** lets you create a buy order on the website **without connecting a wallet**. You fill in the order details, the system generates a one-time TRX payment address, and the order is fulfilled once your payment is verified.

This is useful when you can't or don't want to connect a wallet (e.g. TronLink) directly — you simply send the exact amount of TRX from any wallet.

{% hint style="info" %}
Want to learn how Pending Orders compare to the other buying methods (Normal, Smart, ZapBuy, Auto Buy)? See [Order Types](/concepts/order-types.md).
{% endhint %}

## Step 1 — Open the market page

Go to [tronsave.io/market](https://tronsave.io/market).

## Step 2 — Fill in the order details

* **Resource**: choose **Energy** or **Bandwidth**.
* **Receiver Address**: the TRON address where the resource will be delivered.
* **Amount**: the amount of Energy or Bandwidth to buy (e.g. `500,000`).
* **Duration**: how long you want to rent — from 15 minutes to 30 days.

## Step 3 — Confirm the order

Once everything is filled in, click **Create order**. You don't need to connect your wallet.

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

## Step 4 — Get payment instructions

Click the **DIRECTLY TRX TRANSFER** option

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

The system will display:

* A **TRX payment address**
* The **exact amount of TRX** required
* A **countdown timer** (usually **3 minutes**)

<figure><img src="/files/mHHkRLyrdmVI0Ihfbo0j" alt="Pending Direct Transfer"><figcaption></figcaption></figure>

*(The image above shows a sample order. Please do not use it for top-ups or real transactions.)*

## Step 5 — Make the payment

Send the required TRX **within the time limit** shown on the countdown timer.

{% hint style="warning" %}
Pay the **exact** amount of TRX. Otherwise, the order will not be accepted.
{% endhint %}

## Step 6 — Confirm the transaction

After you make the payment, the system automatically verifies the transaction and fulfills your order.

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

## Next steps

* [Order Types](/concepts/order-types.md) — compare Pending with the other buying methods.
* [Energy & Bandwidth](/concepts/energy-and-bandwidth.md) — understand what you're buying and how much to buy.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tronsave.io/guides/buy/on-the-website/pending-order.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
