Demo Mode Active — explore a live example vault · No account required

System Architecture

Protocol stack built for
cryptographic certainty

Every layer of Legacy Vault Protocol is purpose-designed. From identity assurance to immutable audit anchoring — no hand-wavy security claims.

Legacy Vault Protocol — System Architecture

Protocol Layers

How the stack flows

01

Identity Layer

W3C DID + Verifiable Credentials · NIST SP 800-63-4 IAL 2/3 · owner, executor, attorney, guardian, beneficiary, auditor

02

Vault Manifest

SHA-256 hashed asset manifest · versioned · signed by owner key · tamper-detectable

03

Private IPFS Storage

AES-256-GCM encrypted blobs · content-addressed CIDs · server never holds plaintext

04

Blockchain Registry

Private chain anchoring · vault state · manifest hashes · audit events immutably recorded

05

Release Engine

5-condition multi-proof release · death certificate · attorney attestation · guardian quorum · waiting period

06

Beneficiary Access

Scoped credential release · executor-mediated · audit-logged · dispute-capable

Tech Stack

What it is built on

FrontendNext.js 15 (App Router) · TypeScript 5 · Tailwind CSS 3.4
DatabasePostgreSQL 15 · Prisma 5.22 (library engine)
EncryptionAES-256-GCM · Node.js crypto · SHA-256 manifest hashing
StoragePrivate IPFS (helia/kubo) — mock adapter in dev
Chain RegistryPrivate JSON-RPC node — mock adapter in dev
IdentityW3C DID · Verifiable Credentials 2.0 · NIST SP 800-63-4
TestingVitest 2.1 (33 tests) · Playwright smoke suite
Layer 0Legacy Layer 0 — Rust protocol scaffold (planned)

Transparency

Implemented vs. planned

Implemented

  • ·AES-256-GCM encryption
  • ·SHA-256 manifest hashing
  • ·Prisma 14-model schema
  • ·Multi-proof release engine
  • ·5 Vitest test suites (33 tests)
  • ·16 Next.js pages
  • ·8 API routes
  • ·Append-only audit log

Mock / Adapter

  • ·Private IPFS (in-memory mock)
  • ·Blockchain registry (JSON mock)
  • ·W3C DID (identity stub)
  • ·Guardian quorum (schema ready)
  • ·x402 billing (adapter stub)
  • ·Attorney attestation (UI flow)

Planned / Layer 0

  • ·Legacy Layer 0 Rust chain
  • ·Validator / node network
  • ·Cross-chain relayer
  • ·Live IPFS swarm node
  • ·.legacy namespace DNS
  • ·x402 production gateway
  • ·Verifiable Credentials production