Polkasafe Docs
  • 🛅Polkasafe
  • Overview
    • 💡Why did we build Polkasafe?
    • ⛓️Live Chains
    • 👉Supported Wallets
    • 🤟Top Features
  • Setup Polkasafe
    • 📪Sign in
    • 🏗️Create a new Multisig
    • 📎Use existing multisig wallet(PENDING)
    • 🛗Creating a pure proxy
  • Product
    • 😁Dashboard
    • 💰Assets
    • 📚Address Book
    • 😁Transactions
      • 🏁Transaction Queue
      • 📖Transaction History
    • 🌆Apps
    • ⚙️Settings
  • Notifications
    • ⚙️Overview
    • ⏰Set Reminder Frequency
    • 🔔Notification Channels
      • ⚙️Discord
      • ⚙️Telegram
      • ⚙️Slack
      • ⚙️Element
      • ⚙️Email
  • Manage Multisig
    • ➕Add a Signatory
    • ➖Remove a Signatory
    • 💱Change Threshold
  • FAQs
    • 💵Existential Deposit
    • 🧑‍🤝‍🧑Threshold
    • 🖥️Pure Proxy
  • 🐞Report Bugs
  • 🙋‍♀️Feature request
  • 📧Support
Powered by GitBook
On this page

Was this helpful?

  1. Product

Address Book

All your signatories in one place

PreviousAssetsNextTransactions

Last updated 2 years ago

Was this helpful?

Polkasafe's address book allows you to easily manage your signatories.

Add and remove addresses with ease in your account.

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

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

You can import and export wallet addresses to and from your address book.

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

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

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 -

{
	name: string;
	address: string;
}
📚