> 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/concepts/energy-and-bandwidth.md).

# 能量与带宽

TRON 网络上的每一个操作都会消耗两种资源。理解它们是理解 TronSave 为什么能为你省钱的关键。

## 能量

* **用途：** 执行**智能合约**——例如转账 USDT（一种 TRC‑20 代币）、与 DEX 交互、铸造等。
* **如何获取：** 通过**质押 TRX**（质押 2.0），或在 TronSave 上**租赁**。
* **如果不足：** 网络会**销毁 TRX** 来弥补缺口——这就是合约调用昂贵的原因。

> 一次 **USDT TRC‑20 转账**大约消耗 **\~64,400–167,000 能量**，具体取决于接收地址的状态（例如接收方是否已经持有 USDT）。

## 带宽

* **用途：** 用于覆盖一笔交易的**字节大小**。每笔交易都需要带宽。
* **如何获取：** 每个账户都有少量的**每日免费额度**，外加质押 TRX 或租赁。
* **如果不足：** 网络会销毁少量 TRX。

## 为什么要租赁而不是销毁？

当你缺少已质押的资源时，TRON 会按协议费率销毁 TRX。而在 TronSave 上，你支付的是**市场租赁费率**，通常**便宜得多**——对于像 USDT 转账这样的高频操作，最高可节省约 **\~70%**。

|      | 销毁 TRX（无资源） | 在 TronSave 上租赁 |
| ---- | ----------- | -------------- |
| 成本基础 | 协议销毁费率      | 市场费率（通常低得多）    |
| 设置   | 无需          | 下一个订单 / 持有少量余额 |
| 最适合  | 一次性、极少量使用   | 高频转账、机器人、dApp  |

## 单位

* 资源以**能量** / **带宽**单位计量。
* 价格以 **SUN** 报价，其中 **1 TRX = 1,000,000 SUN**。

请参阅[术语表](/chinese/concepts/glossary.md)了解所有术语，并参阅[定价与 APY](/chinese/concepts/pricing-and-apy.md)了解租赁价格的设定方式。

## 后续步骤

* [租赁模型](/chinese/concepts/rental-model.md) · [订单类型](/chinese/concepts/order-types.md) · [快速开始](/chinese/getting-started/quickstart.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/concepts/energy-and-bandwidth.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.
