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

# 挂单订单

**待处理订单**让你无需**连接钱包**即可在网站上创建买入订单。你填写订单详情，系统会生成一个一次性 TRX 付款地址，付款经核实后订单即被完成。

当你无法或不想直接连接钱包（例如 TronLink）时，这非常有用——你只需从任意钱包发送准确金额的 TRX 即可。

{% hint style="info" %}
想了解待处理订单与其他购买方式（普通、智能、ZapBuy、自动购买）的对比？请参阅 [订单类型](/chinese/concepts/order-types.md)。
{% endhint %}

## 第 1 步 — 打开市场页面

前往 [tronsave.io/market](https://tronsave.io/market)。

## 第 2 步 — 填写订单详情

* **资源**：选择**能量**或**带宽**。
* **接收地址**：资源将被交付到的 TRON 地址。
* **数量**：要购买的能量或带宽数量（例如 `500,000`）。
* **时长**：你想要租赁的时长——从 15 分钟到 30 天。

## 第 3 步 — 确认订单

填写完所有内容后，点击 **Create order**（创建订单）。你无需连接钱包。

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FRcFE4tiiS7589OFLKzcZ%2Fanh1.png?alt=media&#x26;token=503fb3a3-cfae-4f06-9503-0e03d9fbdb28" alt=""><figcaption></figcaption></figure>

## 第 4 步 — 获取付款说明

选择 **TOP UP DIRECTLY**（直接充值）选项（点击 **TOP UP** 按钮）。

<figure><img src="/files/SmtMMiHfFIqGeXoLhVJk" alt="Pending Payment"><figcaption></figcaption></figure>

系统将显示：

* 一个 **TRX 付款地址**
* 所需的**准确 TRX 金额**
* 一个**倒计时**（通常为 **3 分钟**）

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

*（上图为示例订单，请勿用于充值或真实交易。）*

## 第 5 步 — 进行付款

在倒计时显示的**时间限制内**发送所需的 TRX。

{% hint style="warning" %}
请支付**准确**金额的 TRX，否则订单将不被接受。
{% endhint %}

## 第 6 步 — 确认交易

完成付款后，系统会自动核实交易并完成你的订单。

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FZ6Y8vxSry068iMK8WqfV%2Fanh3.png?alt=media&#x26;token=930d216a-6ca3-42cb-81f2-946ba88d2a17" alt=""><figcaption></figcaption></figure>

## 后续步骤

* [订单类型](/chinese/concepts/order-types.md) — 将待处理订单与其他购买方式进行对比。
* [能量与带宽](/chinese/concepts/energy-and-bandwidth.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/on-the-website/pending-order.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.
