# 波场转账时的能量和带宽是什么？

在比特币、以太坊上转账时需要通过 BTC、ETH 来支付手续费。在波场进行转账时消耗的是带宽和能量。BTC、ETH 和 TRX 都是主网币，而基于这些主网创建的代币相当于租住在主网币房东的家里，缴纳手续费的方式是由主网这个房东决定的。

比特币和以太坊立下的规矩是，代币转账需要用 BTC 和 ETH 来支付，而波场立下的规矩则是用能量和带宽来支付。

波场上有两类常见租客（两类常见的代币格式）：TRC-10 和 TRC-20。**转账 TRX 和 TRC-10 代币时需要消耗带宽，转账 TRC-20 代币时需要消耗带宽和能量。**

如果你不知道代币格式，可以在钱包首页点击该代币，进入交易记录界面后再点击右上角「代币概况」，进入 TRONSCAN 即可查看其代币格式，例如波场上的 USDT 就是 TRC-20 格式。每个波场账户每天能免费收到 600 B 的带宽点（Bandwidth Points 简称 BP）。由于 1KB = 1024 B，所以 600 B = 600/1024 KB ≈ 0.58 KB。

如果你想获得能量或者更多的带宽，有三种方法。

方法一：用 TRX 租赁（推荐）

点击 TRON 钱包首页的功能栏「能量租赁」，进入 Feee.io 的快捷能量租赁页面，输入需要租赁的能量数量以及时间，点击「支付」即可完成能量的租赁。点击了解具体教程。

方法二：燃烧 TRX

在波场钱包中转入 50-100 个 TRX 代币，转账时会自动燃烧 TRX 以抵扣转账所需的带宽和能量。

方法三：质押 TRX

进入资源管理界面，选择想获得的资源类型，输入需质押的 TRX 数量。如果需要解锁质押需等待 14 天并手动执行取回操作，之后代币才会回到钱包中。


---

# 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://docs.77.im/bo-chang-zhuan-zhang-shi-de-neng-liang-he-dai-kuan-shi-shen-me.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.
