# 什么是TRON链上的带宽

在TRON区块链上，"带宽"（Bandwidth）是另一个关键的系统资源，它用于允许用户进行交易而不需要支付任何形式的交易费用。带宽直接关联于网络中进行交易的能力，每次交易或数据传输都会消耗一定量的带宽。

当用户在TRON网络上进行交易时（比如发送TRX或其他代币，或者当执行非计算密集型的智能合约操作时），他们会消耗带宽。如果用户拥有足够的带宽，他们可以进行交易而不需要支付额外的TRX作为交易费用。这一机制旨在减少小额交易的成本，提高网络的用户友好性，并鼓励更多的用户参与和使用TRON网络。

用户可以通过两种方式获得带宽：

1. **冻结TRX**：用户可以选择将一部分TRX资产“冻结”在网络上，以换取带宽（或能量，另一种TRON网络资源）。冻结的TRX在一定期间内不能交易或转移，但用户通过这种方式获得的带宽可以用来免费进行交易。冻结TRX以获得带宽的行为，既支持了TRON网络的安全和稳定性，也为用户提供了进行交易的能力而无需直接支付费用。
2. **直接支付TRX作为交易费用**：如果用户没有足够的带宽进行交易，或者不想冻结TRX来获取带宽，他们可以选择直接支付TRX作为交易费用。

带宽的设计和机制，让TRON网络能够处理大量的交易，同时鼓励用户持有并使用TRX，这对于确保网络的活跃度和稳定性是非常重要的。通过优化带宽的使用和管理，TRON旨在提供一个高效、低成本的区块链网络，以支持各种类型的DApps和智能合约的运行。


---

# Agent Instructions: 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://blog.trxenergy.cc/ren-shi-dai-kuan-he-neng-liang/shen-me-shi-tron-lian-shang-de-dai-kuan.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.
