> For the complete documentation index, see [llms.txt](https://atomwallets.gitbook.io/atomwallets-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomwallets.gitbook.io/atomwallets-docs/save-address-to-address-book.md).

# Save Address to Address Book

Atom Wallet includes an Address Book that lets you save frequently used wallet addresses. Instead of copying and pasting addresses every time, you can save them with a name for quick access.

### Step 1: Open the Send Screen

From your wallet dashboard, tap **"Send"** and select a cryptocurrency (e.g. USDT TRC20).

![Wallet dashboard](https://i.imgur.com/Hha5Oxw.jpeg)

### Step 2: Open the Address Book

On the Withdraw screen, tap the **address book icon** next to the address field. A panel slides in showing:

* **My Wallets** - Your own wallet addresses
* **Contacts** - Saved external addresses

### Step 3: View Your Address Book

The full Address Book screen shows all your saved wallets and contacts. Tap the **"+"** button in the top right to add a new contact.

![Full address book](https://i.imgur.com/8kNfduL.jpeg)

### Step 4: Start Adding a New Address

A "Wallet Address" form appears. You need to enter a **name** for this contact and then add their wallet address.

![Empty wallet address form](https://i.imgur.com/hlIArK9.jpeg)

### Step 5: Enter the Contact Name

Type a name to identify this address (e.g. "adam usdt wallet"). Use a descriptive name so you can easily find it later.

![Name entered](https://i.imgur.com/LO5bzNg.jpeg)

### Step 6: Select the Currency

Tap **"Add Address"** and select the cryptocurrency network for this address (e.g. USDT TRC20, BTC, ETH, SOL).

### Step 7: Paste the Wallet Address

Enter or paste the recipient's wallet address. You can also tap the QR icon to scan a QR code.

![Address pasted](https://i.imgur.com/KEQPaaB.jpeg)

### Step 8: Save the Contact

The form now shows the contact name and the saved address. Tap **"Done"** to save. The address will appear in your Contacts list for quick access next time you send crypto.

![Contact saved](https://i.imgur.com/1JwF7nW.jpeg)


---

# 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:

```
GET https://atomwallets.gitbook.io/atomwallets-docs/save-address-to-address-book.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.
