Skip to content

Commit 0b6327d

Browse files
committed
docs: add section on strategic scaling via category-based geofencing
1 parent 91ec24a commit 0b6327d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

hybrid-cloud-poc/README-arch-sovereign-unified-identity.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,19 @@ By validating the high-entropy hardware evidence device-side and emitting an Ent
7272

7373
---
7474

75+
## Strategic Scaling: Category-Based Geofencing
76+
77+
For Tier-1 Enterprises (e.g., Global Banks), identity systems must scale to millions of users without sacrificing performance. AegisSovereignAI achieves this through **Policy Categorization**.
78+
79+
| Approach | Scaling Model | Verifier Impact | Audit Complexity |
80+
| :--- | :--- | :--- | :--- |
81+
| **Per-User Geofencing** | O(N) Users | High (DB-lookup required per request) | Extreme (Millions of unique circuits) |
82+
| **Category Geofencing** | O(C) Categories | **O(1)** (Stateless cache in Envoy/WASM) | **Low** (100-500 Standardized Policies) |
83+
84+
**The Enterprise Value:** By defining ~100 standard geofence categories (e.g., `FINANCIAL_HUB_NY`, `EU_RESIDENCY_ZONE`), the enterprise can enforce complex geographic compliance (Reg-K) at wire-speed. The ZKP ensures that while the category is public, the *exact* coordinate remains private to the user's hardware.
85+
86+
---
87+
7588
## End-to-End Flow Visualization
7689

7790
### Detailed Flow Diagram (Full View)

0 commit comments

Comments
 (0)