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
  • What is an Account?
  • What Does an Account Do?
  • How Are Accounts Structured?
  • Why Are Accounts Important?
  • Use Cases
  • In Healthcare
  • In Clinical Research
  • In AI and Data Management
  • Summary

Accounts

Accounts are secure digital identities used to issue, receive, and manage certificates, enabling users to authenticate actions and access trusted data proofs.

What is an Account?

An Account in Circular is a secure digital identity used to manage certificates and participate in verified data workflows. It allows organizations, individuals, and systems to issue, receive, and authenticate certificates without relying on passwords, manual verification, or third-party intermediaries.

Each account is cryptographically secured and uniquely identifiable, ensuring that actions performed under that account, such as issuing a certificate or validating a document, are traceable, verifiable, and tamper-resistant.

What Does an Account Do?

Accounts serve as the foundation for interaction within Circular. They allow entities to:

  • Issue Certificates: Certify the integrity of documents, datasets, or actions

  • Receive and Validate Certificates: Accept proofs from other trusted parties and independently verify them

  • Participate in Permissioned Workflows: Collaborate across organizations with granular access controls and auditability

  • Track Activity: Maintain an immutable log of all certified interactions tied to the account

Accounts can represent real-world identities such as hospitals, CROs, regulators, research institutions, or individual contributors like physicians and scientists.

How Are Accounts Structured?

Each account contains:

  • A unique account ID and display name

  • A cryptographic key pair for signing and verifying actions

  • A list of certificates issued and received

  • Optional metadata to help with classification (e.g., organization type, jurisdiction, or purpose)

  • Permission controls to limit who can interact with or access its records

While multiple accounts may be created within an organization to represent different departments or roles, each one functions independently and securely within the network.

Why Are Accounts Important?

In traditional systems, identity management is often fragmented. Logins are tied to centralized systems, and digital signatures require complex integrations or are absent altogether. Circular simplifies this with native, secure accounts that:

  • Eliminate the need for intermediaries

  • Enable privacy-preserving data exchange

  • Provide a consistent trust layer across regions and institutions

  • Create a permanent, auditable link between data and the entity responsible for it

Use Cases

In Healthcare

  • Physicians can issue treatment certificates or patient referrals

  • Hospitals can receive certified lab results or cross-institutional data from trusted sources

In Clinical Research

  • CROs can issue certificates for trial enrollment, consent, and data uploads

  • Sponsors can validate protocol versions and track certified submissions from trial sites

In AI and Data Management

  • Research teams can anchor datasets and training logs to a certified account, proving origin and access rights

  • Institutions can coordinate multi-party collaborations while keeping each party’s account and data responsibilities clearly delineated

Summary

Accounts in Circular are more than just logins. They are trusted digital identities that anchor every certified action to a verifiable source. Whether representing an institution, a researcher, or an automated system, accounts provide the traceability, security, and control needed for critical industries to operate with confidence.

PreviousCertificatesNextPrivate Chains

Last updated 28 days ago