Security is our
foundation, not a feature
Every architecture decision starts with security. Here's exactly how we protect your funds and your data — with no vague promises.
Defence in depth
We don't rely on a single security measure — we implement overlapping layers. An attacker who breaches one layer faces multiple more. This is called defence in depth, and it's the standard for financial platforms.
Every API endpoint validates CSRF tokens, sanitizes input, uses prepared statements, and enforces authentication. Sensitive data is never logged, never stored in plaintext, and never transmitted without encryption.
Transport & Encryption
password_hash() with PASSWORD_BCRYPT at cost factor 12. Even if our database were stolen, plaintext passwords cannot be recovered in any practical timeframe.Application Security (OWASP Top 10)
We systematically address every item in the OWASP Top 10 — the industry standard checklist for web application security.
Financial Controls
Your role in account security
Platform security and personal security work together. Here's how to protect your account from your side:
Found a vulnerability?
We operate a responsible disclosure program. If you discover a security issue, please report it privately. We respond within 24 hours, fix it promptly, and credit researchers who help us improve.
Please don't exploit vulnerabilities or access other users' data. We ask for coordinated disclosure to protect users during the fix window.