Skip to content
Cursor Agent edited this page Apr 8, 2026 · 7 revisions

Architecture Decision Records

This page indexes all Architecture Decision Records (ADRs) for the open-captable-protocol-daml repository.

ADR Index

# Title Status Date
ADR-001 OCF Cap Table on Canton Implemented
ADR-002-Stateful-Issuer Stateful Cap Table with OCF Object References Implemented 2026-01-08
ADR-003-Featured-App-Markers Value-Based Coupon Minting for OCP Transactions Implemented 2026-01-13
ADR-004-CouponMinter CouponMinter Contract Implemented 2026-01-13
ADR-005-Canton-Payments CantonPayments - Payment Streams and Airdrops Implemented 2026-02-03
ADR-006-Reports OpenCapTableReports Package Implemented 2026-02-03
ADR-007-Proof-of-Ownership Proof of Ownership Contract Implemented 2026-02-03

Status Values

Status Meaning
Proposed Design under discussion, not yet approved
Implemented Design approved AND supporting code/contracts are implemented

Tracked without a formal ADR page

  • In-repo equity certificate DAML — Packages EquityCertificateShared and EquityCertificate (sources under EquityCertificateShared/, EquityCertificate-v01/). No standalone ADR wiki page; layout and tests are documented on EquityCertificate-Module.

Adding a New ADR

  1. Add a wiki page ADR-NNN-Short-Title.md (GitHub wiki naming)
  2. Link it from this index and from Home if it is repository-scoped
  3. Reference it from release notes or Linear tasks when relevant

Clone this wiki locally