> 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.md).

# 在网站上

TronSave 网站 [tronsave.io](https://tronsave.io) 提供完整的购买界面，包含所有订单类型和工具。这是无需代码的方式：连接 TRON 钱包，选择要租赁的资源，然后签名。

## 开始之前

* 一个通过 **Connect** 连接到网站的 TRON 钱包（例如 TronLink）。
* 应接收能量或带宽的[接收地址](/chinese/concepts/glossary.md) — 默认情况下为你已连接的钱包。

{% hint style="info" %}
初次接触市场？请先阅读[运作原理](/chinese/getting-started/how-it-works.md)和[快速开始](/chinese/getting-started/quickstart.md)。
{% endhint %}

## 基本流程

1. 前往 [tronsave.io/market](https://tronsave.io/market) 并点击 **Connect** 连接你的钱包。
2. 选择 **Buy**，然后设置订单参数（资源、数量、时长、价格）。
3. 选择一种订单类型 — 普通订单、挂单或智能订单（见下文）。
4. 确认并签名交易。订单一旦匹配，资源会在链上代理（委托）到你的接收地址。

## 选择订单类型

网站支持三种订单类型。每种都有各自的分步指南：

| 订单类型     | 适用场景                                | 指南                                                         |
| -------- | ----------------------------------- | ---------------------------------------------------------- |
| **普通订单** | 日常、即时购买 — 立即与当前供应匹配。                | [普通订单](/chinese/guides/buy/on-the-website/normal-order.md) |
| **挂单**   | 对价格敏感的买家 — 在订单簿中等待，直到市场匹配你的价格。      | [挂单](/chinese/guides/buy/on-the-website/pending-order.md)  |
| **智能订单** | 市场无法一次性完全匹配的大额租赁（≥ 1000 万能量，≥ 3 天）。 | [智能订单](/chinese/guides/buy/on-the-website/smart-order.md)  |

有关所有订单类型在概念上的区别，请参阅[订单类型](/chinese/concepts/order-types.md)。

## 其他购买方式

* **Telegram** — [TronSave 机器人](/chinese/guides/buy/on-telegram.md)
* **API / SDK** — [REST API](/chinese/developers/api-reference.md) 和 [SDK](/chinese/developers/sdk.md)（TypeScript、Rust、Python、Java 和 PHP）

## 后续步骤

* [普通订单](/chinese/guides/buy/on-the-website/normal-order.md) · [挂单](/chinese/guides/buy/on-the-website/pending-order.md) · [智能订单](/chinese/guides/buy/on-the-website/smart-order.md)
* [订单类型](/chinese/concepts/order-types.md) · [运作原理](/chinese/getting-started/how-it-works.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.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.
