DCA — Dollar Cost Averaging for Stacks DeFi Automate recurring token purchases (or sales) on Stacks mainnet via direct Bitflow swaps . The agent executes each order on schedule — no third-party contracts required. How It Works 1. creates a local plan file with the full schedule 2. is called by the agent on each schedule tick (via cron or heartbeat) 3. Each checks if an order is due, fetches a live quote, and returns until 4. On confirm: executes the swap on-chain, logs the tx hash, advances the schedule 5. shows progress: avg entry price, total spent/received, remaining orders Quick Start Com…