Skip to content

Address Book

You can manage the address book in Manage Address Book menu in the sidebar.

rotki provides an address book for blockchains. This replaces addresses with names provided by the user across the application. You can click on Save this name for all chains to use the name for the provided address on all chains where that address appears. The address book is split into two different kinds:

  1. Global Address Book: It replaces addresses with the names provided across the entire application irrespective of the user logged in.
  2. Private Address Book: It replaces addresses with the names provided for the user currently logged in. It takes precedence over names found in the global address book.

Adding entry to EVM address book

Displaying behaviour of an EVM address book

Note: The address resolution order can be configured in the general user settings. The default order is:

  1. Private Address Book
  2. Blockchain Account Labels
  3. Global Address Book
  4. Ethereum Tokens
  5. Hardcoded Mappings
  6. ENS names.

Import multiple address books (CSV)

You can add multiple address book entries at once with CSV import. You can find the menu in the three-dots menu here.

Import Address Book Entries

Address Book Entries CSV

[Download CSV Example]
addressnameblockchainlocation
0xa83114a443da1cecefc50368531cace9f37fcccbharvey
0x388c818ca8b9251b393131c08a736a67ccb19297donnaglobal
0xdac17f958d2ee523a2206206994597c13d831ec7mikearbitrum_one
bc1q2t0ad9cqars69ge9v7v7td7rpg3p7etgqfe0znrachelbtcprivate
  1. The address field is required.
  2. The name field is required.
  3. The blockchain field is optional. You can find supported chain IDs in the supported blockchains section. Leave it blank to add the entry to all chains.
  4. The location field is optional. You can set it to either global or private. By default, it will be saved as private.