This page is maintained by the YieldBolt team to answer common security and privacy questions about the platform. It describes controls currently enabled in the app.
All traffic between your browser and our servers is served over HTTPS/TLS.
Database Row-Level Security ensures every user can only ever read their own profile, balance, stakes, deposits, withdrawals and history.
Every deposit and withdrawal is manually reviewed by an authorised admin before funds move.
auth.uid() — one user's session token cannot read or modify another user's records, even by guessing IDs.user_roles table (never on the profile), and admin checks run through a security-definer database function to prevent privilege-escalation bugs.