license-guy¶
Ed25519 certificate authority and tier enforcement
License-Guy manages the cryptographic licensing system that gates F3L1X features by subscription tier. It issues Ed25519-signed certificates that can be validated locally without network access.
What It Does¶
License-Guy provides:
- Certificate Issuance - Generate Ed25519-signed license certificates
- Tier Enforcement - Gate MCP tools and realms by subscription level
- Offline Validation - Cryptographic verification without internet
- Certificate Revocation - Revoke compromised or expired certificates
Key Capabilities¶
Ed25519 Certificates¶
Each F3L1X installation receives a signed certificate containing:
- User identity (linked to Herald JWT)
- Subscription tier (Seed, Elevated, Apex, Founder)
- Expiration date
- Realm access list
The certificate is validated locally using the public key - no server call needed for basic tier checks.
Tier Gating¶
| Tier | Access Level |
|---|---|
| Seed | Pipeline-Go kernel, local realm execution, no Herald |
| Elevated | 10 core realms, Herald JWT, marketplace read, ecosystem updates |
| Apex | All realms, marketplace write/publish, C-Suite realms, realm spawn |
| Founder | Lifetime Elevated + Apex (capped at 100 founding members) |
Related Realms¶
- Herald - Issues JWT tokens that complement license certificates
- Login-Master - Authentication flow that triggers certificate issuance
- 402-Payment - Handles payment verification for tier upgrades
Further Reading¶
- Security & Privacy - How F3L1X protects your data