> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/deposit-and-withdraw/crypto/withdrawals/address-book.md).

# Address Book

The **Address Book** is a feature designed to make crypto withdrawals more secure and convenient. It allows you to save frequently used wallet addresses and manage them within your account.

## Add an Address — Web

#### 1. Go to **Settings** → **Address Book**, then click **Add Address**.

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

#### 2. Fill in the required fields:

* select the sub-account
* Set the label for the address
* Enter a brief description (optional)
* Paste your frequently used withdrawal address
* Choose whether to enable **2FA for withdrawals** (recommended)

#### 3. Click **Continue** to save.

<div align="left"><figure><img src="/files/HQ7TXWgLrVNukmjbDQoR" alt="" width="369"><figcaption></figcaption></figure></div>

🎉 Done! Next time you make a withdrawal, you can quickly select this saved address directly from your Address Book.

***

## Add an Address — Mobile

#### 1. Tap your profile avatar, then tap **Settings**.

<figure><img src="/files/8cYJUzjzZCA3X83m1mqp" alt=""><figcaption></figcaption></figure>

#### 2. Tap **Exchange**, scroll to the bottom, and tap **Address Book**.

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

#### 3. Select the network, tap **Add Address, f**ill in the required fields:

* Set the label for the address
* Enter a brief description (optional)
* Paste your frequently used withdrawal address

#### 4. Click **Add Address** to save.

<div align="left"><figure><img src="/files/D4FtY8Za5c0mznHtGz8d" alt="" width="563"><figcaption></figcaption></figure></div>

🎉 Done! Next time you make a withdrawal, you can quickly select this saved address directly from your Address Book.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/exchange/deposit-and-withdraw/crypto/withdrawals/address-book.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
