From 9ffd693c624978dd1d4e5310f28440966baad748 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:16:25 +0000 Subject: [PATCH] Create Space 1 Axiom Model page cgen-cab7d1abadc04ee2b84c4457c3801e8b --- .../pages/internal-docs/Space1AxiomModel.tsx | 237 ++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 client/pages/internal-docs/Space1AxiomModel.tsx diff --git a/client/pages/internal-docs/Space1AxiomModel.tsx b/client/pages/internal-docs/Space1AxiomModel.tsx new file mode 100644 index 00000000..0da35cd7 --- /dev/null +++ b/client/pages/internal-docs/Space1AxiomModel.tsx @@ -0,0 +1,237 @@ +import InternalDocsLayout from "./InternalDocsLayout"; +import { Shield, Zap, Users } from "lucide-react"; + +export default function Space1AxiomModel() { + return ( + +
+
+

+ AeThex is not one company—it's a purpose-driven ecosystem of three + distinct legal entities, each with a specific role in our mission to + build innovative products while maintaining community trust. +

+
+ +
+ {/* Foundation */} +
+
🏛️
+

+ The Foundation +

+

+ The Guardian (Non-Profit) +

+
+
+

+ Purpose: +

+

+ Steward the public good, nurture community, maintain trust +

+
+
+

+ Owns: +

+
    +
  • • Axiom Protocol (AI Ethics)
  • +
  • • Nexus (Talent Marketplace)
  • +
  • • GameForge (Dev Gym)
  • +
  • ��� Community Programs
  • +
+
+
+

+ Members: +

+

+ Board, Community Managers, Developers +

+
+
+
+ + {/* LLC */} +
+
🛡️
+

The LLC

+

+ The Firewall (IP Vault) +

+
+
+

+ Purpose: +

+

+ Hold intellectual property, protect assets, manage licensing +

+
+
+

+ Holds: +

+
    +
  • • Software Patents
  • +
  • • Brand Assets
  • +
  • • Technology IP
  • +
  • • Licensing Agreements
  • +
+
+
+

+ Role: +

+

+ Financial separation & asset protection +

+
+
+
+ + {/* Corp */} +
+
⚙️
+

The Corp

+

+ The Engine (For-Profit) +

+
+
+

+ Purpose: +

+

+ Generate revenue, build products, deliver client services +

+
+
+

+ Operates: +

+
    +
  • • Labs (R&D)
  • +
  • • GameForge (Studios)
  • +
  • • Consulting (Client Work)
  • +
  • • Products & Services
  • +
+
+
+

+ Team: +

+

+ Employees, Contractors, Operations +

+
+
+
+
+ +
+

+ How They Work Together +

+
+
+
+ 1 +
+
+

+ The Corp Innovates +

+

+ The Corp develops products, serves clients, and creates + revenue. +

+
+
+
+
+ 2 +
+
+

+ The LLC Protects IP +

+

+ Intellectual property is licensed to The Corp, insulating it + from liability. +

+
+
+
+
+ 3 +
+
+

+ The Foundation Stewards +

+

+ Community programs, open-source initiatives, and public + mission are protected as non-profit activities. +

+
+
+
+
+ 4 +
+
+

Everyone Wins

+

+ Profits flow to The Corp. Community benefits flow to The + Foundation. Assets are protected by The LLC. +

+
+
+
+
+ +
+
+

Legal Separation

+

+ Each entity is a distinct legal person, but they work together: +

+
    +
  • ✓ Clear governance boundaries
  • +
  • ✓ No commingling of funds
  • +
  • ✓ Separate tax treatment
  • +
  • ✓ Liability firewalls
  • +
  • ✓ Transparent relationships
  • +
+
+ +
+

Financial Flow

+

+ How money moves through the ecosystem: +

+
    +
  • → Corp revenue → Employees & Operations
  • +
  • → Licensing fees → Foundation & IP holder
  • +
  • → Profits → Shareholder return
  • +
  • → Community fund → Public benefit
  • +
+
+
+ +
+

+ Key Principle: The Axiom Model lets us operate with + purpose and profit. Community trust is our competitive advantage. +

+
+
+
+ ); +}