BAKOME 2FA Trade Gateway – Secure order signing for MetaTrader with Telegram 2FA, HMAC-SHA256 signatures, SQLite audit log, and pending order queue. Python-based, hardware-grade security for algorithmic traders. Protect your API keys and prevent unauthorized executions.
Your API keys are stolen.
Your EA runs unauthorized orders.
Your broker logs show nothing.
Your capital disappears in 60 seconds.
This happens everywhere – retail traders, hedge funds, crypto quant firms.
BAKOME 2FA Trade Gateway forces every single order to be cryptographically signed via a hardware‑grade 2FA device (simulated via Telegram).
No signature → No execution.
| Feature | Value |
|---|---|
| 2FA Hardware simulation | Telegram-based, FIDO2‑like |
| Order signing | HMAC‑SHA256 |
| Key storage | RAM only (never written to disk) |
| Audit log | SQLite, immutable |
| Order timeout | 120 seconds (auto‑reject) |
| MT5 bridge | Native MetaTrader 5 integration |
| Zero cloud dependency | Runs on your own VPS/PC |
| Solution | 2FA | Audit | Hardware‑grade | Open Source |
|---|---|---|---|---|
| MetaTrader built‑in | ❌ | ❌ | ❌ | ❌ |
| Proprietary gateways | ❌ | ❌ (blackbox) | ❌ | ❌ |
| BAKOME 2FA Gateway | ✅ | ✅ | ✅ | ✅ (MIT) |
git clone https://github.com/muguamismael-commits/BAKOME_2FA_Trade_Gateway.git
cd BAKOME_2FA_Trade_Gateway
pip install -r requirements.txt
export TELEGRAM_BOT_TOKEN="your_token"
python3 bakome_2fa_trade_gateway.py