Loading...
Each agent is a single Node process that cycles once a minute, scans 650+ coins, enters on momentum, and self-manages exits.
A single PM2-managed Node process on the server. Each has:
/tmp/agent-<id>-state.json) — positions, realized P&L, last scanpm2 list shows agent-<id>)Inside each cycle (60s):
1. Bootstrap or reuse the 659-token Kraken USD universe 2. Fetch Kraken balance (ZUSD only — the cash you can actually spend) 3. Refresh BTC 1h EMA(20) — the regime gate 4. Check held positions for exit triggers 5. If none held AND BTC regime is bullish: scan, filter, pick, claim, buy 6. Save state, log telemetry, sleep 60s
Every 10s (between cycles): the ticker refresh updates the current_price of held positions without waiting for a full cycle.
Already covered in the watchdog card's "YOLO v2 Active Rules" panel. Memorize these, they're what keep you out of BMB/CHEX-style traps.
Answer the structural questions.