Privacy Policy
Last updated: May 2026
1. No data collection
Octra Wallet does not collect, transmit, store, or share any personal data. The app is fully non-custodial and offline-first. Your private keys, seed phrase, PIN, and wallet data never leave your device.
2. Network requests
The app communicates directly with the Octra network RPC endpoint (octra.network) to fetch balances, submit transactions, and retrieve transaction history. No intermediary server is used. The Portfolio tab fetches OCT/USD price data from the CoinGecko public API.
3. Local storage
All sensitive data (private keys, seed phrases, PIN) is stored locally on your device using Android's encrypted secure storage (flutter_secure_storage). This data is protected by your device's hardware security module where available.
4. This website
This website (octrawallet.com) is a static informational site hosted on Vercel. Vercel may collect standard web server logs (IP addresses, user agents, referrers) as part of its hosting service. We do not use analytics, tracking pixels, or cookies beyond what Vercel provides.
5. Open source
The full source code of Octra Wallet is published on GitHub under GPL-2.0-or-later. You can audit every network request and data handling operation in the codebase.
6. Contact
If you have questions about privacy, open an issue on GitHub.