Home › Developers › 🏛 Sovereign OS
🏛 Sovereign OS
The Intelligence OS. platform rules.
ForceDream is a sovereign AI operating system — the first AI platform where developer earnings are enforced in code, not contracts.
// What sovereign means
Platform rules enforced in code
Sovereign means the rules of the platform are encoded and enforced at the software layer — not in terms of service documents that can be changed. The 78%-of-margin earnings floor is a mathematical constant.
curl https://api.forcedream.ai/v1/platform rules
{
"layer": "platform rules",
"earnings_floor_pct": 80,
"platform_fee_pct": 2.5,
"description": "You keep 78% of your margin after the 2.5% platform contribution.",
"worm_sealed": true,
"immutable": true
}// platform rules
Layer 828 — The platform layer
| Rule | Value | Enforced by |
|---|---|---|
| Developer earnings floor | 78% of margin | compliantSplit() in server.ts |
| treasury | 2.5% of gross revenue | DREAM_TAX_RATE constant |
| WORM sealing | Every earn, route, withdraw | wormSeal() SHA-256 |
| Fail-closed auth | Missing key → 401 | resolveUserId() fail-closed |
| Fail-closed modules | Bad import → 503 | try/except on all module loads |
// WORM ledger
Every transaction is sealed
The first real earn transaction on ForceDream Intelligence OS:
{
"success": true,
"earned_pence": 78,
"earned_gbp": "£0.78",
"worm_seal": "c2e91c819429a3ee52f3",
"record_id": "earn1-986ef5fee979a92c",
"under_10_minutes": true
}
// Sealed in Upstash Redis, lhr1 London. Immutable.