# Address

Each wallet can create multiple addresses. In Cregis's address book, you can efficiently manage your addresses, such as adding new ones and setting a default address. You can navigate to address book by the icon below

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

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

## Create an Address

You can click the <img src="/files/SZvTe7QqMS7X1HR6RdrX" alt="" data-size="line">  in the top right corner, then input the name of the address and click "Save". The Address would be created after you finished the authentication.

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

## Default Payment Address and Receive Address Setting

To set a default address, select your preferred address and click "<mark style="color:green;">**More**</mark>." You will then see options to set it as the default payment or receiving address.

<figure><img src="/files/26W3JViO7Wo3HZKlnvu0" alt=""><figcaption></figcaption></figure>

After you set the default address, you can view the tag next to the address name.

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

## Address Tag

There are currently five tags available for address:

* **Default Receiving**: This address is set as the default receiving address.
* **Default Payment**: This address is set as the default payment address.
* **Standard Address\***: This is a standard BTC address.
* **SegWit (Compatible)\***: This address is in the SegWit (Compatible) format, which is only available for BTC address.
* **SegWit (Native)\***: This address is in the SegWit (Native) format, which is only available for BTC address.

\*Fore more information of BTC address, you can view [here](/faq/wallet-management/why-does-btc-have-different-address-formats.md).

## Address Resource

In the Cregis platform, users can easily view the available resources associated with their TRON addresses, such as <mark style="color:green;">**Bandwidth**</mark> and <mark style="color:green;">**Energy**</mark>. These resources are crucial for executing transactions and interacting with smart contracts on the TRON network. Bandwidth covers simple transactions like transferring tokens, while Energy is used for more complex operations like smart contract execution. Users can check their resource balance within the wallet interface to ensure they have enough Bandwidth and Energy for smooth transactions.

To check your address resources, select your preferred address and click "<mark style="color:green;">**More**</mark>." You will then see options of "resource".

<figure><img src="/files/26rTg5eJ30xZWTCTL8NG" 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/wallet-and-transactions/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.
