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:
- Global Addressbook: It replaces addresses with the names provided across the entire application irrespective of the user logged in.
- Private Addressbook: It replaces addresses with the names provided for the user currently logged in. It takes precedence over names found in the global address book.
Note: The address resolution order can be configured in the general user settings. The default order is:
- Private Address Book
- Blockchain Account Labels
- Global Address Book
- Ethereum Tokens
- Hardcoded Mappings
- ENS names.
You can add multiple address book entries at once with CSV import. You can find the menu in the three-dots menu here.
- The
address
field is required. - The
name
field is required. - 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. - The
location
field is optional. You can set it to eitherglobal
orprivate
. By default, it will be saved asprivate
.
You can add multiple address book entries at once with CSV import. You can find the menu in the three-dots menu here.
- The
address
field is required. - The
name
field is required. - The
blockchain
field is optional. You can find supported chain IDs in the supported blockchain section. Leave it blank to add it to all chains. - The
location
field is optional. You can either set it toglobal
orprivate
. By default it will be saved asprivate
.