We hold two things that demand absolute protection: your personal identity and your exchange API keys. This document explains exactly what we collect, how we secure it, and what we will never do with it — in plain language and with full technical detail.
This Privacy Policy is published by FreedomBot.ai, operated by a registered company in India.
Last updated: 12 April 2026
We collect only what is necessary to operate the platform. Nothing more.
Identity (via Google Sign-In)
We never see your Google password. Authentication is handled entirely by Google Firebase Auth.
Exchange API credentials
Trade activity
Waitlist entries (if applicable)
Decrypted waitlist data is accessible only to verified FreedomBot admins via a token-protected API route. It is used solely to notify you when your requested bot goes live.
FreedomBot operates with read and trade permissions only. It is structurally impossible for our system to initiate withdrawals, transfers, or any movement of funds out of your exchange account.
This is the most sensitive data we handle. We have designed the encryption pipeline so that a complete breach of our database would yield nothing usable.
Algorithm: AES-256-GCM
We use AES-256-GCM (Advanced Encryption Standard, 256-bit key, Galois/Counter Mode). GCM is an authenticated encryption mode — it simultaneously encrypts the data and produces a cryptographic authentication tag. This means any tampering with the stored ciphertext is detected and the decryption is rejected before any data is returned.
Key derivation: scrypt
The encryption key is not used raw. It is derived using scrypt, a memory-hard key derivation function designed to make brute-force attacks computationally prohibitive even with specialised hardware. The master key is sourced from a server-side environment variable and is never present in source code or committed to version control.
Per-encryption random IV
A new 16-byte random Initialization Vector (IV) is generated using a cryptographically secure random number generator (crypto.randomBytes) for every single encryption call. This means that even if two users have identical API keys, their stored ciphertext will be completely different. It also means that re-saving the same key produces a different ciphertext each time, preventing any pattern analysis on the stored data.
What is actually stored in our database
The Firestore document for your credentials contains:
The plaintext API key and secret exist in memory only for the duration of the HTTP request — the time it takes to encrypt them. They are never logged, never written to disk, and never transmitted beyond the point of encryption.
Credential isolation
Credentials are stored in a user-scoped Firestore subcollection: users/{uid}/secrets/{exchangeDocId}. Firestore security rules ensure that no user can read or write another user's secrets. Server-side routes additionally re-verify the Firebase Auth ID token and scope all queries to the authenticated uid before any database read or write.
Key verification before storage
Before encrypting and storing your credentials, we make a live call to your exchange to verify that the keys are valid and have the correct permissions. If the exchange rejects the keys, they are discarded immediately — nothing is written to the database.
All user data is stored on Google Firebase / Firestore, hosted on Google Cloud infrastructure. Firebase provides encryption at rest and in transit by default for all stored documents.
Your encrypted credentials never leave our Firestore database except to be decrypted in memory on our own server-side API routes at the moment they are needed to place a trade. They are never sent to a third-party service, cached in a CDN, or written to any log file.
Every trade our own system closes is permanently written to the Solana blockchain. These are records of FreedomBot's aggregate trading activity — not individual user records. They are public, immutable, and verifiable by anyone at freedombot.ai/records.
On-chain records contain: trade direction (long/short), entry and exit prices, profit/loss, and timestamp. They are system-level records only — your personal identity, your exchange account, your API keys, your individual trade history, and any other personally identifiable information are never written to the blockchain. We deliberately designed it this way to give the public full visibility into our system's performance while maintaining complete privacy for every individual user.
Every API route that touches user data requires a valid Firebase ID token in the Authorization: Bearer header. This token is verified server-side using the Firebase Admin SDK before any database operation is performed. Tokens are short-lived (one hour) and automatically refreshed by the Firebase client SDK.
We use Google Sign-In exclusively. We do not implement or store passwords. Your authentication is delegated entirely to Google's identity infrastructure, which provides phishing-resistant login, brute-force protection, and optional 2FA through your Google account settings.
The master ENCRYPTION_KEY used to derive the AES-256 key is stored as a server-side environment variable (Vercel encrypted environment). It is never exposed to the client, never committed to source code, and is accessible only to authenticated server-side API processes.
We do not sell, rent, or share your personal data with any third party for marketing or advertising purposes. Ever.
The only third parties that interact with your data:
You have full control over your data:
We use a minimal session cookie set by Firebase Auth to persist your login state. This cookie contains no personal information — only an opaque session identifier.
We do not use advertising cookies, third-party tracking pixels, or analytics services that profile individual users. No data from your visit to FreedomBot.ai is sold to or shared with advertising networks.
If we make material changes to this Privacy Policy, we will update the "Last updated" date at the top of this page and, where appropriate, notify active users by email. Continued use of FreedomBot.ai after changes are posted constitutes acceptance of the updated policy.
For any privacy-related questions, data requests, or concerns, please use our contact form and mention your request in the message:
Contact Us →We aim to respond to all privacy enquiries within 5 business days.
FreedomBot.ai · Trading involves risk. Past performance does not guarantee future results.