Circular Documentation
  • Getting Started
  • Introduction
    • Introducing Circular
  • Circular's Mission
  • Circular's Technology
    • Certificates & Data Anchoring
    • Multi-Chain Architecture
    • Certified Nodes & Jurisdictional Deployment
    • HyperCode & GPU Accelerated Processing
    • Proof of Reputation Consensus Mechanism
  • Certified Intelligence
  • Developer Tools
    • Enterprise APIs
      • Javascript
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.update()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
      • Node.JS
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.update()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
      • PHP
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.updateAccount()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
      • Python
        • CEP_Account.open()
        • CEP_Account.set_network()
        • CEP_Account.set_blockchain()
        • CEP_Account.update_account()
        • CEP_Account.submit_certificate()
        • CEP_Account.get_transaction_outcome()
        • CEP_Account.get_transaction()
        • CEP_Account.close()
      • Java
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.updateAccount()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
  • SDK
  • CLI & Tooling
  • Core Concepts
    • Overview
    • Certificates
  • Accounts
  • Private Chains
  • Data Management
  • Fees
  • Nodes
  • Private Keys
  • Recovery Phrases
  • Tutorials & Examples
    • Circular Connect Guide
      • Create an Organisation Account
      • Create a Blockchain Account
      • Purchase Certificates
      • Using the Explorer & Viewing Certificate Details
    • Create Your First Certificate
  • Industry Use Cases
    • Industry Use Cases - Overview
    • Clinical Trials
    • Medical Devices
    • Public Health
    • Pharma Supply Chains
    • Research and Academia
Powered by GitBook
On this page
  • Your Backup for Account Access
  • What Is a Recovery Phrase?
  • Why it Matters
  • Best Practices for Storing Your Recovery Phrase
  • What You Can Recover
  • Limitations and Security Notes
  • Summary

Recovery Phrases

Your Backup for Account Access

A recovery phrase is a human-readable backup that gives you access to your account on the Circular network. It consists of 12 randomly generated words, and it is the only way to restore access if you lose your device or private key.

This phrase is not a password. It is a secure representation of your private key and should be treated with the same level of protection.

What Is a Recovery Phrase?

When you create a new account, Circular provides a 12-word phrase made up of common words from a fixed list. These words are generated from your private key and can be used to recreate it later.

The recovery phrase is:

  • Unique to your account

  • Readable by humans, easy to write down and store offline

  • Powerful, with access to everything your account controls

Why it Matters

Unless requested, Circular does not store passwords, private keys, or recovery phrases. This gives you complete control over your account, but it also means:

  • If you lose your recovery phrase, no one can help you recover your account

  • If someone else gets your recovery phrase, they can access your account and everything in it

Your recovery phrase is your single point of control. It must be stored securely and privately.

Best Practices for Storing Your Recovery Phrase

  1. Write it down and store it in a physical location only you can access

  2. Do not take screenshots or store it in your email, phone, or cloud services

  3. Avoid typing it into websites, apps, or messaging tools unless you are using a verified interface from your organization

  4. Use secure vaults if your team manages phrases digitally

What You Can Recover

Using your recovery phrase, you can:

  • Regain access to your account and certificate history

  • Restore your account on a new device or secure environment

  • Sign new certificates and continue normal operations

Limitations and Security Notes

  • Sharing the phrase is equivalent to handing over your account

  • Never enter your recovery phrase on any unfamiliar platform or third-party website

Summary

Your recovery phrase is the only way to recover your account if something goes wrong. Think of it as a master key to your digital identity. Treat it with care, store it securely, and never share it.

If your organization uses a managed key system, contact your IT or compliance lead before taking action.

PreviousPrivate KeysNextCircular Connect Guide

Last updated 25 days ago