← Back to MagicMoneyMachine
Privacy Policy
Last Updated: March 2026
Overview
MagicMoneyMachine is standalone software that runs entirely on your local machine. We take your privacy seriously.
We do NOT collect any data. Zero telemetry. Zero analytics. Everything stays on your computer.
Data Collection
We do NOT collect:
- Your trading data or positions
- Your exchange API keys or credentials
- Your portfolio balance or trade history
- Your personal information
- Analytics or usage telemetry
All data stays on your machine. The Software stores trading data, configuration, and logs in local JSON files within the installation directory.
Third-Party Services
The Software connects to:
- Coinbase Advanced Trade API — to execute trades and fetch market data. Your API keys are sent directly to Coinbase. We never see or store them.
- Telegram Bot API — if you configure Telegram notifications. Messages are sent via Telegram's servers.
- Stripe — for payment processing and subscription management (processes only payment details via Stripe's secure checkout).
- Alternative.me API — to fetch the Fear & Greed Index (public data, no authentication).
Payment Processing
When you subscribe, payment is processed by Stripe. We receive your email and subscription status — no card numbers are stored on our servers. No trading data, API keys, or personal information is shared with Stripe.
Data Storage
All data is stored locally in the installation directory:
managed_positions.json — your open positions
trade_history.json — your trade records
auto_trader_config.json — your bot settings
.env — your API credentials (never committed to version control)
logs/ — application logs
Your Rights
Since all data is local, you have full control:
- View all stored data (it's plain JSON — open in any text editor)
- Delete any or all data at any time
- Export your data using the CSV export feature
- Uninstall by simply deleting the directory
Security
- API keys are stored in
.env (excluded from version control)
- Dashboard requires authentication token
- No remote access unless you configure port forwarding
- License validation uses HTTPS encryption
Changes
We may update this Privacy Policy. Changes will be noted in release notes.