Introduction

Warnings

Warnings

Party Bots can automate execution, but it cannot remove financial risk. Read these warnings before using live funds.

Market risk

Crypto markets can move violently and without warning. You can lose part or all of your capital even when using stop-loss and take-profit logic.

Automation risk

Automation can make mistakes quickly:

  • Incorrect settings can create repeated bad orders
  • Network/API failures can create stale assumptions
  • Exchange-side behavior can differ from local expectations

Always monitor runs and treat automation as supervised, not autonomous.

Exchange and infrastructure risk

Outages, throttling, API changes, and exchange incidents can break assumptions mid-session. Keep your system and fallback plan ready before running with real funds.

Credential and security risk

Compromised API keys or poor endpoint security can result in unauthorized actions. Protect secrets and rotate credentials regularly.

Behavioral risk

Automation can encourage overtrading or chasing losses. If your behavior changes under stress, stop trading and reassess.

Safe operating baseline

  1. Run in demo/paper mode.
  2. Confirm strategy behavior over time.
  3. Define strict loss limits outside the bot.
  4. Review logs and metrics daily.

Party Bots is an execution aid, not a risk-free system.