# 地址

每个钱包可以创建多个地址。在Cregis的地址簿中，您可以高效管理您的地址，如添加新地址和设置默认地址。您可以通过下方的图标导航到地址頁面。

<figure><img src="/files/lvnjSgmiaM8MoRmTR7ny" alt=""><figcaption></figcaption></figure>

## 创建地址&#x20;

您可以点击右上角的 ，然后输入地址名称并按Enter键确认。

<figure><img src="/files/rlv2ve2o8et5IYrmzm1I" alt=""><figcaption></figcaption></figure>

## **默认支付地址和接收地址设置**

要设置默认地址，选择您偏好的地址并点击“更多”。然后，您将看到设置为默认支付地址或接收地址的选项。

<figure><img src="/files/jA7pZgasUJOAmfJhOMva" alt=""><figcaption></figcaption></figure>

设置默认地址后，您可以在地址名称旁边查看标签。

<figure><img src="/files/IfdXvCLY6fzXYWkwzAOw" alt=""><figcaption></figcaption></figure>

## **地址标签**

目前有五个可用的地址标签：

* **默认接收**：该地址被设置为默认接收地址。
* **默认支付**：该地址被设置为默认支付地址。
* **标准地址**：这是标准的BTC地址。
* **SegWit (兼容)**：此地址为SegWit（兼容）格式，仅适用于BTC地址。
* **SegWit (原生)**：此地址为SegWit（原生）格式，仅适用于BTC地址。

\*有关BTC地址的更多信息，请点击[此处](/cregis-wallet-guide/zh-cn/faq/wallet/btc_address_format.md)查看。

## **地址资源**

在Cregis平台上，用户可以轻松查看其TRON地址的可用资源，例如带宽和能量。这些资源对于执行交易和与TRON网络上的智能合约交互至关重要。带宽用于简单交易（如转移代币），而能量用于更复杂的操作（如智能合约执行）。用户可以在钱包界面检查资源余额，以确保有足够的带宽和能量以确保交易顺利进行。

要查看您的地址资源，选择您偏好的地址并点击“更多”，然后您将看到“资源”选项。

<figure><img src="/files/D2HkN99MzJVQT7HdmtRx" alt=""><figcaption></figcaption></figure>


---

# 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://support.cregis.com/cregis-wallet-guide/zh-cn/wallet_and_transaction/address.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.
