Uniform is designed for private organizing. In active app runtime records, we do not store real-name, personal email, phone, or auth/session IP/fingerprint fields tied to your account.
Your anonymity level is mostly determined by how you pay. A non-identifying crypto wallet or payment alias can support full payment-side anonymity. If you use a card or app-store payment provider, that provider may still store your billing identity outside Uniform, and we cannot control that provider-side retention.
Our billing-vault architecture is built to reduce that linkability from the Uniform side: app account records and payment-processor references are split into separate systems. Billing claim and recovery codes let you manage access without associating processor IDs.
Can my employer get my real identity from Uniform?
No, from Uniform app-runtime records alone. We do not store real-name, personal email, or phone identity fields in active account/session/content records. Uniform is designed to be as close to zero-knowledge as possible while still running the app: we keep only what is needed for operation, like handle/account status, membership and authorization metadata, device-key session references, encrypted ciphertext payloads for messages/posts/media, and in-app feedback payloads (message text plus optional encrypted image attachment metadata) tied to internal account IDs (not contact fields). Signed union authorization card content stays on your local device (server-side storage is limited to anonymous receipt artifacts).
Does Uniform store IP addresses for account auth or sessions in the app database?
No. The account auth/session model uses device-key challenge/response plus short-lived app-managed JWTs. IP address and browser/device fingerprint metadata are not persisted in app auth/session tables.
Can Uniform read my messages and posts in plaintext?
No. Messages, posts, comments, and media are stored as encrypted ciphertext envelopes or encrypted blobs.
Does Uniform store my signed card content?
No. Card signature content stays on your device. Server-side card storage is limited to anonymous receipt artifacts (hashes, location, timestamp).