OpenPond
1Branch0Tags
GL
glucryptochore: bump opentool to v0.8.28 and add template p...
b9421303 days ago2Commits
markdown
# DCA Agent (Hyperliquid) DCA-only agent for Hyperliquid assets. Configure via `OPENTOOL_PUBLIC_HL_DCA_AGENT_CONFIG`. Example: ```json { "platform": "hyperliquid", "asset": "BTC", "signalType": "dca", "cadence": "weekly", "allocationMode": "fixed", "amountUsd": 200, "schedule": { "cron": "0 8 * * 1", "enabled": true, "notifyEmail": false }, "execution": { "enabled": true, "environment": "mainnet", "mode": "long-only", "slippageBps": 50 }, "dca": { "preset": "BTC", "symbols": ["BTC:1", "ETH:0.5"], "slippageBps": 50 } } ```