Back to Blog
Product

Introducing Bio-DID-Sequencer: Decentralized Identifiers for Research Data

Learn how Bio-DID-Sequencer revolutionizes research data management with W3C-compliant decentralized identifiers, IPFS storage, and GDPR compliance built-in.

Sneha Priya
December 15, 2025
8 min read

The Challenge of Research Data Management

Research institutions worldwide face a common challenge: how to manage, share, and preserve research data in a way that is secure, accessible, and compliant with evolving privacy regulations. Traditional centralized systems create single points of failure, while existing identifier systems often lack the flexibility needed for modern collaborative research.

Introducing Bio-DID-Sequencer

Bio-DID-Sequencer is our answer to these challenges. Built on the W3C Decentralized Identifier (DID) specification, it provides a robust, decentralized approach to managing identifiers for research data.

Key Features

W3C DID Compliance Every identifier created through Bio-DID-Sequencer follows the W3C DID specification, ensuring interoperability with the broader decentralized identity ecosystem.

IPFS-Based Storage Research data is stored using content-addressed storage on IPFS, providing:

  • Tamper-evident storage through cryptographic hashing
  • Decentralized redundancy across multiple nodes
  • Permanent accessibility through content addressing

GDPR Compliance by Design Privacy isn't an afterthought, it's built into the core architecture:

  • Data minimization through selective disclosure
  • User control over personal and research data
  • Right to be forgotten through DID deactivation
  • Transparent audit trails for data access

Architecture Overview

INPUT & AUTHORIZATIONUserresearcherResearch Papersource documentUCAN Authorizationcapability checkBio-DID-Seq APIrequest gatewayBIOAGENTS PROCESSINGNLP ProcessingEntity RecognitionRDF GenerationKNOWLEDGE STORAGEIPFS StorageEntity DatabaseRDF Triple StoreBio-DID RegistryKnowledge GraphSearch IndexDISCOVERY LAYERSPARQL EndpointDiscovery InterfaceDataverse Integrationprocess & extractstore & indexquery with DID
The Bio-DID-Seq platform stack

Getting Started

Getting started with Bio-DID-Sequencer is straightforward:

typescript
import { EkayanaClient } from '@ekayana/sdk';

const client = new EkayanaClient({ 
  apiKey: process.env.EKAYANA_API_KEY 
});

// Create a DID for your research dataset
const did = await client.did.create({
  type: 'research-dataset',
  metadata: {
    title: 'Climate Research Dataset 2024',
    institution: 'Research University',
    license: 'CC-BY-4.0'
  }
});

console.log('Created DID:', did.id);

What's Next

We're just getting started. In the coming months, we'll be rolling out:

  • Enhanced BioAgents for automated metadata extraction
  • Knowledge graph integration for semantic discovery
  • Expanded Dataverse integration capabilities
  • Additional Protocol Labs integrations

Stay tuned for more updates, and get started with the documentation today!

Ready to Get Started?

Explore our documentation to learn how to integrate Ekayana into your research workflow.