> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bundlit.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Address Book

> Save and organize frequently used addresses

The address book lets you save frequently used addresses with labels, making sending faster and safer.

## Why Use the Address Book?

* **Speed** – Select addresses instead of typing/pasting
* **Safety** – Reduce risk of typos or clipboard hijacking
* **Organization** – Add labels and notes
* **Convenience** – Auto-suggest when sending

***

## Opening the Address Book

1. Click **📖 Address Book** in the menu
2. Or press `⌘ K` and type "address book"

***

## Adding an Address

1. Open the address book
2. Click **\[+ add]**
3. Fill in the details:
   * **Label** – Friendly name (e.g., "CEX Hot Wallet")
   * **Address** – Solana public key
   * **Notes** (optional) – Additional context
4. Click **\[save]**

### Example Entries

| Label           | Address     | Notes                 |
| --------------- | ----------- | --------------------- |
| Binance Deposit | 3xK9...8mNq | Main exchange account |
| Treasury        | 7yH4...2pLm | Team multisig         |
| Alice           | 9kM4...7yHn | Friend's wallet       |
| NFT Vault       | 5vR2...3nPq | Cold storage for NFTs |

***

## Using Saved Addresses

### When Sending

1. Start a send transaction
2. In the recipient field, start typing
3. Matching saved addresses appear
4. Click to select

### Quick Select

Click the **📖** icon next to the recipient field to open the address book picker.

***

## Editing an Address

1. Open the address book
2. Click the **✏️** icon next to the entry
3. Update label, notes, or address
4. Click **\[save]**

***

## Deleting an Address

1. Open the address book
2. Click the **🗑️** icon next to the entry
3. Confirm deletion

***

## Address Validation

bundl validates addresses when you add them:

* ✅ Valid Solana address format
* ✅ Base58 encoding
* ✅ 32-44 character length

Invalid addresses are rejected with an error message.

***

## Address Limits

| Tier | Saved Addresses |
| ---- | --------------- |
| Free | Up to 5         |
| Pro  | **Unlimited**   |

<Card title="Upgrade to Pro" icon="bolt" href="/pro/upgrade-guide">
  Get unlimited saved addresses
</Card>

***

## Security Tips

1. **Verify before saving** – Double-check the address is correct
2. **Use meaningful labels** – So you know what each address is for
3. **Add notes** – Extra context helps months later
4. **Review periodically** – Remove old or unused addresses

***

## Importing/Exporting

Currently, the address book is stored locally in your encrypted vault.

<Info>
  Import/export functionality for the address book is on the roadmap.
</Info>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Send & Receive" icon="paper-plane" href="/features/send-receive">
    Use your address book when sending
  </Card>

  <Card title="Batch Operations" icon="layer-group" href="/features/batch-operations">
    Send to multiple addresses at once
  </Card>
</CardGroup>
