# 地址

每個錢包可以創建多個地址在Cregis的地址簿中，您可以高效管理您的地址，如添加新地址和設置默認地址。您可以通過下方的圖標導航到地址。

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

## **創建地址**

您可以點擊右上角的圖標，然後輸入地址名稱並按Enter鍵確認。

<figure><img src="/files/3SkT7y05nRioNZ5TWax5" alt=""><figcaption></figcaption></figure>

## **默認支付地址和接收地址設置**

要設置默認地址，選擇您偏好的地址並點擊“更多”。然後，您將看到設置為默認支付地址或接收地址的選項。

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

設置默認地址後，您可以在地址名稱旁邊查看標籤。

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

## **地址標籤**

目前有五個可用的地址標籤：

* **默認接收**：該地址被設置為默認接收地址。
* **默認支付**：該地址被設置為默認支付地址。
* **標準地址**：這是標準的BTC地址。
* **SegWit (兼容)**：此地址為SegWit（兼容）格式，僅適用於BTC地址。
* **SegWit (原生)**：此地址為SegWit（原生）格式，僅適用於BTC地址。

\*有關BTC地址的更多信息，請點擊[此處](/cregis-wallet-guide/zh-tw/faq/wallet/btc_address_format.md)查看。

## **地址資源**

在Cregis平台上，用戶可以輕鬆查看其TRON地址的可用資源，例如帶寬和能量。這些資源對於執行交易和與TRON網絡上的智能合約互動至關重要。帶寬用於簡單交易（如轉移代幣），而能量用於更複雜的操作（如智能合約執行）。用戶可以在錢包介面檢查資源餘額，以確保有足夠的帶寬和能量來保證交易順利進行。

要查看您的地址資源，選擇您偏好的地址並點擊“更多”，然後您將看到“資源”選項。

<figure><img src="/files/PY1Vx6oilMPz6zlDjSx5" 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-tw/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.
