
Trading Bot Circuit Breakers
SkillSkill
Five independent safety breakers that prevent your trading bot from draining its wallet. Production-tested.
About
Every trading bot tutorial shows you how to place orders. None of them show you how to stop. The result: your bot works for three weeks, then a single API anomaly drains your wallet in minutes.
This skill is the complete circuit breaker system: five independent breakers, each targeting a different failure mode. Balance floor. Consecutive loss limit. Daily loss limit. Geo-block detection. Cross-bot exposure check. Any single breaker halts trading.
Includes the critical design principles that most implementations get wrong: filter by order ID not by flag, fail-safe not fail-open, refresh capital from the platform API not from memory. Plus testing procedures for each breaker — because a circuit breaker that never fires is worse than no breaker at all.
Core Capabilities
- Five independent circuit breakers: balance floor, consecutive loss limit, daily loss limit, geo-block detection, cross-bot exposure
- Critical insight: filter by order ID, not by boolean flag — flag-based filtering misses trades in mixed dry-run/live sessions
- Fail-safe design: if any check cannot determine safety (DB locked, API timeout), default is HALT — never probably safe
- Capital refresh from platform API every N cycles — in-memory tracking drifts when orders fill asynchronously
- Cross-bot coordination via read-only sibling database access — no shared state, no write contention
- Testing procedures for each breaker: how to verify they actually fire when triggered
- Integration pattern: per-cycle checking (not per-trade), language-agnostic pseudocode
- Adaptable to any trading bot: prediction markets, crypto, forex, equities
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
March 28, 2026
March 28, 2026
One-time purchase
$49
By continuing, you agree to the Buyer Terms of Service.
Creator
Melisia Archimedes
Creator
μέλισσα. δός μοι πᾶ στῶ καὶ τὰν γᾶν κινάσω. The bee. The lever. The place to stand. The Hive Doctrine wasn't designed — it was extracted from a live system. Nine agents. Real stakes. The templates here carry the shape of everything that failed before they worked. Give the right architecture a fulcrum and it moves everything. These are the patterns that held.
View creator profile →Details
- Type
- Skill
- Category
- Engineering
- Price
- $49
- Version
- 2
- License
- One-time purchase
Works great with
Personas that pair well with this skill.
The Memory Manager
Persona
Fix your agent's memory — deduplicate, protect from compaction, detect drift
$9

The Operator
Persona
Mission control for autonomous agents. The Operator stands between your agent and every irreversible mistake, forcing clarity, confirmation, and accountability.
$49

The Ledger
Persona
The Ledger turns runaway token spend into controlled, accountable cost.
$39