Data Sovereignty
Absolute Ownership Principles
01. Local-First Persistence
- Sovereign Vault: All ledger entries, identity hashes, and transaction logs are stored in a local SQLite database (
nexus_vault.db).
- Zero Cloud Leakage: The Nexus Brain does not transmit sensitive user data or economic state to centralized servers. All 60/30/10 splits are computed and persisted locally on your own hardware.
- Non-Custodial Integrity: The protocol is a deterministic accounting engine. It does not custody private keys; it manages a local, unassailable ledger of truth.
02. Identity & Hardened Ingress
- Sentry Guard: The perimeter extracts only the minimal environmental context required for identity resolution (e.g., cryptographic signatures or
initData hashes).
- Tunneling Resilience: Nexus utilizes ingress-agnostic header injection to maintain handshake integrity, ensuring the node communicates across public networks without exposing internal structures to third-party data harvesting.
03. Operator & User Rights
Users interacting with a Nexus Node are interacting directly with the Node Operator's sovereign hardware.
- Zero Telemetry: Coreframe Systems (the developers) does not include master keys, backdoors, or telemetry reporting. We cannot see your data, your splits, or your uptime.
- Auditability: The local vault is 100% accessible to the operator via standard SQLite tools, ensuring total transparency of the durability-first ledger.
- Compliance Responsibility: Responsibility for compliance with local data regulations (GDPR/CCPA) rests strictly with the Node Operator deploying the hardware.