HomeDevelopers › 🏛 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.

GET /v1/platform rules
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

RuleValueEnforced by
Developer earnings floor78% of margincompliantSplit() in server.ts
treasury2.5% of gross revenueDREAM_TAX_RATE constant
WORM sealingEvery earn, route, withdrawwormSeal() SHA-256
Fail-closed authMissing key → 401resolveUserId() fail-closed
Fail-closed modulesBad import → 503try/except on all module loads
// WORM ledger

Every transaction is sealed

The first real earn transaction on ForceDream Intelligence OS:

First earn — 13 May 2026
{
  "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.