dca

Installation
SKILL.md

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. setup creates a local plan file with the full schedule
  2. run is called by the agent on each schedule tick (via cron or heartbeat)
  3. Each run checks if an order is due, fetches a live quote, and returns blocked until --confirm
  4. On confirm: executes the swap on-chain, logs the tx hash, advances the schedule
  5. status shows progress: avg entry price, total spent/received, remaining orders

Quick Start

# 1. Install dependencies
bun run dca/dca.ts install-packs --pack all
Installs
35
Repository
aibtcdev/skills
GitHub Stars
6
First Seen
Apr 8, 2026
dca — aibtcdev/skills