Trips before you click. Does not trade.
Binance Agent OS - Track ADOOR: FAKE WHY: Real Binance does not ask you to send coins to verify an account. Fake ticket, time pressure, deposit address, secrecy - every scam marker. EVIDENCE: Address: 0x1234567890abcdef…12345678 STAMP: BREAKER: TRIP NEXT: Do not click. Do not send.
DOOR: LIQ WHY: At 20x, a move of about 5% against you wipes the margin. The SL at 79,200 is 1.1% below entry - slippage can skip it. EVIDENCE: BTCUSDT $79,906 | 24h: -0.03% | 20x | ~5% [binance_mcp] RISK MATH (not advice): wipe_move_% = 100 / 20 = 5.0% Full wipe at 20x = $200 lost SL distance = 1.12% vs wipe move = 5.0% SL is closer than wipe, but slippage can skip it I will not size a futures trade for you. STAMP: BREAKER: TRIP NEXT: Do not click.
DOOR: CALL WHY: BNB is $747 on Binance. $2,000 is +168% in a week. That is a slogan, not a book. EVIDENCE: BNBUSDT $747.31 | 24h: -2.36% | Range: $740-$767 [binance_mcp] STAMP: BREAKER: TRIP NEXT: Do not click.
DOOR: DATA WHY: Market-data request, no target, no leverage. EVIDENCE: BTCUSDT $79,906 | 24h: -0.03% | High: $80,560 | Low: $79,233 [binance_mcp] STAMP: BREAKER: CLEAR NEXT: This is market data only.
Paste any message from Binance Square, Telegram, X, or a friend. Breaker classifies it through three doors - FAKE (trust attacks), LIQ (leverage wipe math), CALL (hopium vs the book) - then stamps TRIP or CLEAR.
Evidence is pulled live from the official Binance MCP
(agent.binance.com/mcp/agentic).
If MCP is unreachable, Breaker falls back to REST, then CoinGecko, then stamps
from local rules alone. No silent failure.
1. Install Claude Code so this works in a terminal:
claude --version2. Get the code
git clone https://github.com/cipherEncrypt/breaker-agent.git
cd breaker-agent3. Connect official Binance MCP (read only)
claude mcp add binance-mcp-server --transport http https://agent.binance.com/mcp/agentic4. In Claude Code type /mcp
5. Start Breaker
claude --system-prompt prompts/system.md6. Paste a message. Read TRIP or CLEAR.
Optional local demo:
python3 src/breaker.py --demo
Live replay is this page.
Code: github.com/cipherEncrypt/breaker-agent