triangle-exclamationBinance Trading Safety

Safeguards that reduce risk when DragonClaw places spot orders.

DragonClaw can execute real trades, so the runtime includes multiple safety layers.

Defense in depth

1. Testnet by default

binance:
  testnet: true

2. Confirmation required

The agent shows full trade details and waits for CONFIRM.

3. No withdrawals

Withdrawal endpoints are not part of the runtime surface.

4. IP restriction

Your Binance key should only work from your server IP.

5. Signed requests

Authenticated Binance requests use HMAC-SHA256 with timestamp protection.

Emergency stop

  1. Revoke the Binance API key

  2. Stop the DragonClaw process

  3. Cancel open orders in Binance

  4. Review recent logs and prompts

Last updated