Disco Docs
DiscoDashboardGithubDiscordIRLCampaigns
  • Welcome
    • ⚪Welcome to Disco
      • 🎒Data Backpacks
      • 🧱About DIDs and VCs
      • ♻️Lifecycle of Credentials
    • ⚡️ Quickstart Guide
  • Getting Started
    • 🖌️Customize Credential Branding
    • 🔑Generate an API Key
    • 📊Dashboard
    • ⛓️Onchain Data
    • 📁 Select a Credential Schema
    • 🚀Build & Issue Credentials
    • 📖Credential Data Model
    • ⚙️Disco APIs
      • Programmatically Issue a Credential
      • Retrieve a Credential
      • Verify a Credential
      • Personas
    • ⚙️Disco SDK: Selective Disclosure
      • Implementation
  • Learn more
    • 👋Data Backpacks for Holders
      • ♻️The 3-Sided Marketplace of Verifiable Data
      • 🎒Create a Data Backpack
      • 📧Send a Credential to Another Person
      • ⚙️Linked Accounts
        • X (Twitter) Account
        • Lens, ENS or .box Domains and Data Backpacks (coming soon)
    • 📑DIDs and VCs Explained
    • 🔓Wallets
    • ❓FAQs
    • 📒Glossary
      • Detailed Glossary
  • Demos
    • 💅Chipped Nails by Kiki.World x Gossip Protocol
    • 💧Programmatic Issuance: Campaigns
Powered by GitBook
On this page
  1. Welcome
  2. Welcome to Disco

About DIDs and VCs

What primitives (building blocks) make Disco work under the hood?

PreviousData BackpacksNextLifecycle of Credentials

Last updated 1 year ago

A DID, or Decentralized Identifier, is:

  • An alias for your existing addresses such as Ethereum address, email address, website, Bitcoin address, etc. This makes it easy to prove ownership and control over other identifiers.

  • Self-generated and self-owned, meaning you have complete control over it.

  • Able to help safeguard aspects of your digital presence through cryptography. Each wallet is unique to a single DID, like a keychain that holds many keys we need to use to access doors or entryways that are locked.

  • A non-centralized, universally discoverable way for you to ultimately own your credentials. This means you have full ownership and control over your personal data and can share it selectively and securely with others.

What is a Verifiable Credential (VCs)?

  • Specially formatted data (JSON) that you can put on your Disco profile. They are digital versions of important documents like membership cards, IDs, library cards, etc.

  • Signed with cryptographic security by one DID about another DID. The signature ensures that the credential cannot be tampered with.

  • Contains proof or attestation about the recipient or user, such as membership in an organization or completion of a course.

  • An open-source standard by the W3C Verifiable Credentials Data Model, which is a set of specifications and verifiable documentation that allow credentials to be verified and shared on the web.

Want to read more about DIDs and VCs? Check out the .

⚪
🧱
DIDs and VCs Explained section