# Address Book

Polkasafe's address book allows you to easily manage your signatories.&#x20;

Add and remove addresses with ease in your account.&#x20;

Users can add and edit the name of wallets in their address book enabling better account management and easy asset transfers.&#x20;

The other signatories can see the transaction in their transaction queue tab once they login to Polkasafe.&#x20;

<figure><img src="https://2955185347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsemkJVzQB4XZfQdO6fKZ%2Fuploads%2Fk0mhakh7VqeBrgwO5Ado%2Fimage.png?alt=media&#x26;token=d5a2235d-6612-42b7-8967-232a63ac2f73" alt=""><figcaption></figcaption></figure>

You can import and export wallet addresses to and from your address book.&#x20;

To **export** addresses from your account, press the export button on the UI.

<figure><img src="https://2955185347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsemkJVzQB4XZfQdO6fKZ%2Fuploads%2FDE8tZbGKfCdPaRsapQEM%2Fimage.png?alt=media&#x26;token=bb775e39-93f6-4039-8fb1-034e7bbd1a13" alt=""><figcaption></figcaption></figure>

Click export and a JSON file with all addresses and their corresponding names will be downloaded to your system.&#x20;

To **import** addresses into your address book, click on the import button and upload a JSON file with address and names in the following format -&#x20;

```
{
	name: string;
	address: string;
}
```
