> 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/concepts/order-types.md).

# Order Types

TronSave offers several order types for different needs. This page is the conceptual overview; step‑by‑step guides live under [Buy Energy & Bandwidth](/guides/buy.md).

## Normal Order

The standard purchase: specify the amount, duration, and price, and the order matches against the current market supply immediately. Best for everyday, on‑demand buying. → [Guide](/guides/buy/on-the-website/normal-order.md)

## Pending Order

The order is placed at your chosen price and **waits in the order book** until the market can match it. Best when you want a specific (often lower) price and aren't in a hurry. → [Guide](/guides/buy/on-the-website/pending-order.md)

## Smart Order

For **large** rentals that the market can't fully match at once. After the initial match, TronSave keeps monitoring the providers who partially filled your order; when they regain Energy (≥100,000), it **auto‑matches more** for the remaining duration and **refunds** any unused duration in TRX.

* Minimum **10,000,000 Energy**, minimum duration **3 days**.
* Active only during the **first one‑third** of the matched duration.
* Improves fill rate over time but does **not** guarantee 100% fulfillment. → [Guide](/guides/buy/on-the-website/smart-order.md)

## ZapBuy

The fastest path: **send TRX directly** to the TronSave bot address and a **1‑hour** Energy rental is created automatically for the sending wallet.

* Recipient bot address: `TLx8h8fjv5pyuxCu292ZgjbU14XZSiLGg4`
* Fixed **1‑hour** duration; **minimum 65,000 Energy** (less is ignored).
* Only fills if it can be **matched immediately**; send from a regular wallet (not a contract/exchange). → [Guide](/guides/buy/zapbuy.md)

## Auto Buy

Automatically tops up Energy for a watched address based on rules you set, so it never runs out. → [Guide](/guides/buy/auto-buy.md)

## Quick comparison

| Type     | Speed           | Duration       | Best for                       |
| -------- | --------------- | -------------- | ------------------------------ |
| Normal   | Immediate       | Custom         | Everyday buying                |
| Pending  | Waits for price | Custom         | Price‑sensitive buyers         |
| Smart    | Over time       | ≥ 3 days       | Large rentals (≥10M Energy)    |
| ZapBuy   | Instant         | 1 hour (fixed) | Quick top‑ups via TRX transfer |
| Auto Buy | Automatic       | Custom         | Never‑run‑out automation       |


---

# 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/concepts/order-types.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.
