keyAPI Key Management

Safe handling for Binance and model provider credentials.

DragonClaw may use two credential classes:

  • LLM provider keys

  • Binance trading keys

Binance key rules

  • Enable only Read and Spot Trading

  • Never enable Withdraw

  • Restrict the key to your server IP

  • Start on testnet first

  • Revoke the key immediately if you suspect compromise

Provider key rules

  • Keep provider keys server-side only

  • Avoid embedding them in browser clients

  • Use different keys for dev and prod

  • Rotate keys when staff or infra changes

Storage guidance

DragonClaw is built to keep secrets encrypted at rest.

Even with that protection, you should still treat the host as sensitive infrastructure.

Last updated