Tokgen Architecture¶
This document describes the architecture of the OVES token generation system.
Images Not Migrated
The original Notion document contained 18 architecture diagrams. These images were not included in the export. To restore diagrams, re-export from Notion with "Include subpages" and "Create folders for subpages" enabled, or recreate the diagrams from the architecture documentation.
Architecture Overview¶
The Tokgen architecture covers:
- System components — Code generator, product, C2U operator
- Data flow — Payment → Activation command → Product
- State transitions — FREE/PAYG, ENABLED/DISABLED
- Implementation layers — FDL, ECL, DEP-1
For detailed specifications, see Token Gen Protocol.
Related Documentation¶
- Token Gen Protocol — ACP-1, PAYG, DEP-1 specifications
- Omnivoltaic OTP API — REST API reference
- ACP-1 Implementation (GitHub)