Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BAKOME_2FA_Trade_Gateway

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.

🔐 BAKOME 2FA Trade Gateway

"The Missing Hardware-Grade Security Layer for Any Algorithmic Trader"


🚨 The Problem (universal)

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.


✅ The Solution

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.


🔥 Key Features (global standards)

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

📊 How It Compares

Solution 2FA Audit Hardware‑grade Open Source
MetaTrader built‑in
Proprietary gateways ❌ (blackbox)
BAKOME 2FA Gateway ✅ (MIT)

🛠️ Quick Start (global)

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

About

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.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages