# 智能订单（Smart Order）

智能订单是一个可选功能，可帮助买家在租赁大量能量（Energy）时，最大化订单匹配率，即使在下单时市场无法完全满足订单需求。

## **如何创建智能订单**

\
在“购买”表单中输入订单信息：

* **数量（Amount）：** 最少 **10,000,000 Energy**
* **时长（Duration）：** 最少 **3 天**

然后点击 **“高级设置”** 按钮。

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

勾选复选框以启用“**智能匹配**”。

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

## **工作原理**

\
当启用智能订单后：

* 系统会先按照正常流程撮合订单 —— 根据卖方可委托的能量尽可能完成匹配。
* 如果订单未能完全匹配，系统会持续监控已部分成交的卖方。
* 当这些卖方通过 TRX 充值或委托重新获得足够的能量（至少 100,000）时：
  * 系统会自动从他们那里为你的订单补充匹配更多能量。
  * 这部分新增匹配的时长将从**当前时间**计算，到订单的**原始到期时间**结束。
* 系统会退还新增匹配部分未使用时长对应的 TRX。

{% hint style="info" %}
**实际时长**是从当前时间起计算，到解锁时间为止，因此可能会**短于你选择的租赁时长**。

👉 系统会自动计算并退还缺少的时长部分对应的 TRX。
{% endhint %}

#### **示例**

你下单租赁 **10,000,000 Energy，时长 3 天**。\
初始只匹配到 **9,000,000**。一天后，有卖家释放了 **1,000,000 Energy**。

→ 系统会自动将这 **1,000,000** 匹配到你的订单，剩余时长为 **2 天**。\
→ 系统会退还 **1 天（未使用部分）** 对应的 TRX。

### **优势**

* 帮助你在无需手动操作的情况下获得完整的 Energy 数量
* 利用卖家重新获得的 Energy，无需重新下单
* 在匹配时长短于请求时，确保公平退款
* 提高大额 Energy 请求的成功匹配率

### **注意事项**

* 智能订单不能保证完全成交，但能提升随着时间推移的成交概率
* 它仅适用于**已部分匹配你订单的卖家**，且卖家需重新获得至少 **100,000 Energy**
* 智能订单只在**已匹配时长的前三分之一时间内**生效\
  → 例如：若卖家匹配了 3 天，智能订单仅在**前 1 天**内可自动补充匹配，之后则恢复为普通匹配逻辑

### **退款详情**

* 点击 **“我的订单”** 标签，选择对应订单
* 点击 **“退款”** 标签即可查看

<figure><img src="/files/iKlI5ucSR3e7FRTkKa7Q" alt="" width="561"><figcaption></figcaption></figure>


---

# 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/chinese/buyer/how-to-buy-energy-and-bandwidth/buy-on-the-website/zhi-neng-ding-dan-smart-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.
