Restart-safe state
Durable local state and startup reconciliation reduce ambiguity after a process or host restart.
Private automation with a carefully separated public reporting layer.
Private, restart-safe spot-market automation with reconciliation, operational safeguards, and a narrow static reporting handoff for approved public artifacts.
This internal Python service coordinates cautious spot-market automation and the surrounding operational checks. Its state model is designed to survive process restarts and reconcile local records with exchange-observed state.
Monitoring and safety controls can pause new activity, classify actionable state changes, and reduce repetitive operator noise. The repository also contains health and deployment tooling for its long-running host service.
A reporting pipeline can produce selected static dashboard files and hand them to CipherClaw Web for publication. The publisher does not connect back to the automation runtime.
This public profile intentionally omits strategy rules, credentials, balances, positions, performance, and live operational detail.
Capabilities
Durable local state and startup reconciliation reduce ambiguity after a process or host restart.
Monitoring can pause new activity and surface state changes that require operator attention.
Read paths compare expected local records with exchange-observed status before the service proceeds.
Per-market checks and failure classification aim to keep recurring reports actionable rather than repetitive.
Approved dashboard HTML is generated outside the public site and copied across a one-way artifact boundary.
Under the hood
Added the public Binance live dashboard link to the project profile.
Expanded risk-reducing monitoring and entry-pause support.
Made recurring reporting focus on actionable state changes.