Deployed vs Legacy Contracts¶
This page reflects the current production architecture split.
Deployed / In Use¶
PersonalMarketplacePersonalLicenseReceiptTipRouterSimpleBountySystemGovernanceBoostManager/ merkle-based boost flows- SubDAO factory + governance stack
LibraryRegistry(manifest-only architecture)
Legacy / Not Used for New Flows¶
PremiumPrompts(replaced by PersonalMarketplace model)PremiumReceipt(replaced by PersonalLicenseReceipt)LibraryFactory(not used in manifest-only V5)PromptLibrary(not used in manifest-only V5)
Guidance¶
When documenting or implementing new flows, prefer the deployed set above and avoid introducing dependencies on legacy contracts.