Row-level isolation
Every financial table enforces row-level security. A record is reachable only by the account that owns it.
Security
Browsing Nyerix requires nothing. Entering the application requires everything: a verified session, an authorized role, and a server-side decision on every single request.
Every financial table enforces row-level security. A record is reachable only by the account that owns it.
Roles live in a dedicated table and are evaluated server-side. Client state can never grant access.
The Command Center, Twin, AI, accounts, settings, and founder tooling all sit behind authentication and role checks.
Anonymous privileges are revoked on private tables, and elevated helper functions live in a non-exposed schema.
Sign-ins, denials, and sensitive actions are appended to an immutable security event trail — identity and outcome only, never amounts or secrets.
While acceptance testing runs, only Founder-approved accounts may enter. Everyone else is offered the waitlist.