Akord docs
  • Introduction
    • 👋About Akord
    • 🌇Akord–Arweave Sunsetting FAQs
    • Page
  • API & DEV TOOLS
    • 🕺Simple API upload
    • 🤓Learn
      • Akord protocol
        • Tags
        • Vault
          • Fields
          • Functions
            • vault:init
            • vault:update
            • vault:archive
            • vault:restore
        • Membership
          • Fields
          • Functions
            • membership:invite
            • membership:accept
            • membership:reject
            • membership:revoke
            • membership:change-role
            • membership:update
        • Node
          • Fields
          • Functions
            • node:create
            • node:update
            • node:move
            • node:revoke
            • node:restore
            • node:delete
      • Publishing a website
        • Troubleshooting website publishing
      • Technical Litepaper
      • End-to-end encryption
      • Bundling
    • 🏗️Build
      • REST API
        • Authentication
        • Rate limits
        • Timeouts
        • Webhooks
        • Examples
          • Simple uploads
          • Multipart uploads
      • SDK – AkordJS
        • Usage
        • Modules
          • Auth
          • Vault
          • Membership
          • Folder
          • Stack (file)
          • Manifest
          • Note
          • Memo (message)
          • Batch
        • Examples
      • CLI
        • Quick start
        • Login
        • Vaults
        • Files and stacks
        • Memos / messages
        • Folders
        • Memberships
      • Arweave Gateway – AKRD
  • App
    • 💻Product guides
      • Signing up
        • Akord Wallet
        • Recovery phrase explained
      • Akord Vaults
        • Vault types explained
        • Creating a vault
        • Vault info
      • File management
        • Uploading files
        • File info
        • Sort/filter, folders & batch actions
        • File versioning
      • Add manifest
      • Sharing files
      • Media gallery
      • Invites
      • Messaging
      • Notes
      • Timeline
      • Storage
        • Monitoring usage
        • Top ups
        • Blockchain transactions
      • Account
        • Reveal recovery phrase
        • Change password
        • Account deletion
Powered by GitBook
On this page

Was this helpful?

  1. App
  2. Product guides
  3. Signing up

Akord Wallet

The signup process to Akord is essentially the process to create your Akord wallet.

The Akord wallet is a crypto wallet, which means it holds the keys that encrypt and decrypt your data. It's also used to authenticate you and sign all your transactions.

After you enter your email and password during the signup process, you're provided with a 12-word recovery phrase. This is essentially the access control to your wallet.

We do not store your password on our servers and we cannot reset your password if you forget it.

Your recovery phrase is the only way to restore your account if you forget your password.

The safest option for storing a recovery phrase is to store it offline, written down and stored in several safe places. This is the standard approach for people who use crypto wallets to manage large amounts of crypto currencies.

Depending on the data you are storing on Akord, this may be a wise option. If your data has little monetary value you may be comfortable storing this phrase in a password manager.

If you choose this option we still recommend keeping an offline copy of the recovery phrase just in case anything happens with your storage provider.

At the very minimum, you should not be storing the recovery phrase online on an unencrypted service.

Last updated 1 year ago

Was this helpful?

💻