Privacy Policy
How RescueCoup handles personal data, transaction telemetry, and encryption.
1. Information We Collect
RescueCoup collects minimal telemetry required for financial accounting and regulatory anti-money laundering (AML) compliance:
- Account identifiers: Email address, bcrypt-hashed passwords, and session cryptographic fingerprints.
- Financial ledgers: Deposit records, transaction hashes, Remitano charge reference codes, and Bitget sub-account mappings.
- Device Telemetry: IP address, user agent, and security audit logs for brute-force and account takeover prevention.
2. Data Usage & Confidentiality
Your information is strictly used to process deposits, execute algorithmic syndicate orders, verify referral commissions, and fulfill statutory KYC obligations. We do NOT sell, lease, or monetize user data to third-party ad networks.
3. Cryptographic Storage & Access Controls
All sensitive credentials, API keys, and secret tokens are encrypted using AES-256-GCM. Passwords use bcrypt hashing with cost factor 12. Direct database access is restricted via secure PDO singletons with zero raw user input concatenation.