1.8 KiB
1.8 KiB
EDUT Membership Roadmap Status
Status key:
DONE: committed in this repoIN_PROGRESS: partially implementedPENDING: specified but not yet built in this repo
Core Steps
- Lock core model (
membership required,membership != license):DONE - Freeze token taxonomy:
DONE - Finalize membership contract interface targets:
DONE - Lock signature + intent protocol:
DONE - Add membership mint transaction stage in web flow:
IN_PROGRESS - Implement membership gate in marketplace checkout:
PENDING - Ship offer registry schema:
DONE - Ship entitlement purchase schema/pipeline contracts:
IN_PROGRESS - Bind entitlements to runtime activation:
PENDING - Add issuer layer interfaces and manifest schema:
DONE - Harden policy/legal surfaces for utility-access framing:
DONE - Add conformance vectors for fail-closed gating:
DONE
This Repo Specifically (web)
Implemented now:
- Wallet-first landing flow with intent + signature + membership tx hooks.
- Optional notification link step.
- Membership-gated architecture spec.
- Step-based roadmap without timelines.
- Frozen v1 schemas and examples.
- Interface target document for contracts/APIs.
- Pricing policy with USD 5 floor rule.
- Terms utility-only non-investment clause.
Remaining in this repo:
- Add static marketplace skeleton page showing membership-gated checkout states.
- Add deployment-ready docs for contract addresses and chain/network configuration.
Cross-repo dependencies (kernel/backend/contracts):
- Implement
/secret/membership/quoteand/secret/membership/confirm. - Implement membership contract and membership status reads.
- Implement checkout APIs and entitlement mint pipeline.
- Implement runtime entitlement gate and evidence receipts.