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

# README

**TronSave** 是一个用于租赁和管理 **TRON 能量与带宽**的市场。在进行 USDT（TRC‑20）转账等交易时，只需支付销毁 TRX 成本的一小部分；或通过出租你质押的 TRX 所产生的资源来赚取收益。

基于 TRON **质押 2.0** 构建。TRON 黑客松 S4 前三名 · S5 第一名 Builder。

{% hint style="info" %}
**初次到访？** 在 10 分钟内购买你的第一份能量 → [快速开始](/chinese/getting-started/quickstart.md)。 **正在集成？** 直接前往[开发者快速开始](/chinese/developers/quickstart.md)。
{% endhint %}

## 选择你的路径

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🚀 快速开始</strong></td><td>了解 TronSave 并购买你的第一份能量。</td><td><a href="/pages/Y2u14He4s9xTHhJNG4IQ">/pages/Y2u14He4s9xTHhJNG4IQ</a></td></tr><tr><td><strong>🧩 集成（API）</strong></td><td>通过 REST 或 SDK 进行认证、预估、购买和续期。</td><td><a href="/pages/ezw63Pv8Pq18TAD1Qnj2">/pages/ezw63Pv8Pq18TAD1Qnj2</a></td></tr><tr><td><strong>📖 核心概念</strong></td><td>能量、带宽、订单类型以及租赁模型。</td><td><a href="/pages/MoUijbUOyRFJHrRgANFY">/pages/MoUijbUOyRFJHrRgANFY</a></td></tr><tr><td><strong>💰 出售 / 赚取</strong></td><td>用质押的 TRX 提供资源并赚取 APY。</td><td><a href="/pages/DEoXAkBeRENFBqHXFh7w">/pages/DEoXAkBeRENFBqHXFh7w</a></td></tr></tbody></table>

## 使用 TronSave 你可以做什么

* **购买资源**：在网站上、在 Telegram 上，或通过 API —— 支持 [Normal、Pending、Smart、ZapBuy、Auto Buy](/chinese/concepts/order-types.md) 等订单类型。
* **集成**能量购买功能到你的 dApp 或后端，使用 [REST API](/chinese/developers/api-reference.md) 或 [SDK](/chinese/developers/sdk.md)（TypeScript、Rust、Python、Java 和 PHP）。
* **出售 / 提供**来自你质押 TRX 的能量并[赚取 APY](/chinese/concepts/pricing-and-apy.md)。
* **管理**订单、续期租赁，并通过[工具](/chinese/guides/tools.md)执行批量操作。

## 网络

<table><thead><tr><th width="149"></th><th>生产环境</th><th>测试网（Nile）</th></tr></thead><tbody><tr><td>网站</td><td><code>https://tronsave.io</code></td><td><code>https://testnet.tronsave.io</code></td></tr><tr><td>API</td><td><code>https://api.tronsave.io</code></td><td><code>https://api-dev.tronsave.io</code></td></tr></tbody></table>

详情请参阅[环境与网络](/chinese/developers/environments.md)。

***

*需要帮助？请通过* [*Telegram*](https://t.me/wantingtrx) *联系我们，或阅读* [*常见问题*](/chinese/resources/faq.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/readme.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.
