> 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/getting-started/what-is-tronsave.md).

# 什么是 TronSave？

**TronSave** 是一个构建在 TRON **质押 2.0** 之上的市场，让你可以**租赁能量和带宽**，而不必在每笔交易上消耗（燃烧）TRX——从而将链上操作（例如 USDT TRC-20 转账）的成本最多降低约 **92%**。

它服务于同一市场的两端：

* **买家**按需租赁能量/带宽——通过[网站](/chinese/guides/buy.md)、[Telegram](/chinese/guides/buy/on-telegram.md) 或 [API](/chinese/developers/quickstart.md)——并且支付的费用远低于等量燃烧的 TRX。
* \*\*供应商（卖家）\*\*将其质押 TRX 所产生的能量代理（委托）给买家，并在原本闲置的资源上[赚取 APY](/chinese/concepts/pricing-and-apy.md)。

## 它为何存在

每一笔 TRON 交易都会消耗**能量**（用于智能合约执行）和**带宽**（用于交易大小）。如果你质押的资源不足，网络就会**燃烧 TRX** 来补足差额——这对于高频用户、交易所和 dApp 来说会变得非常昂贵。TronSave 将拥有闲置质押资源的人与需要这些资源的人进行匹配，因此：

* 买家以**市场价**而非燃烧价支付资源费用。
* 供应商将闲置的质押 TRX 转化为**被动收入**。

## 一句话概括

> TronSave 是一个能量/带宽租赁市场，让你以更低的费用进行 TRON 交易——或通过出租你已质押的资源来赚取收益。

## 荣誉

* 前三名——**TRON 黑客松第 4 季**
* 第一名 **Builder**——**第 5 季**

## 后续步骤

* [为什么选择 TronSave？](/chinese/getting-started/why-tronsave.md)——为用户和供应商带来的具体收益
* [工作原理](/chinese/getting-started/how-it-works.md)——端到端的租赁流程
* [快速开始](/chinese/getting-started/quickstart.md)——在 10 分钟内购买你的第一份能量
* [能量与带宽](/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/getting-started/what-is-tronsave.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.
