dca

Installation
SKILL.md

Dollar-Cost Averaging (DCA)

Create recurring buy orders that automatically swap a fixed amount of one token into another at regular intervals. Supports AVNU and Ekubo DCA providers.

Prerequisites

  • Active session required.
  • Sufficient balance of the sell token for the total DCA amount.
  • Account must be deployed on-chain.

Rules

  1. BEFORE any DCA operation, you MUST run npx starkfi@latest status and npx starkfi@latest balance to verify connectivity and funds.
  2. ALWAYS run dca-preview before dca-create to verify the expected output per cycle.
  3. The --per-cycle flag is required for dca-create. It sets the amount sold each execution cycle.
  4. Frequency uses ISO 8601 duration format: P1D (daily), PT12H (12 hours), P1W (weekly).
  5. Suggest using --simulate first to verify the DCA order would succeed.
  6. AFTER a successful creation, verify with npx starkfi@latest tx-status <hash>.
Installs
2
GitHub Stars
2
First Seen
Apr 5, 2026
dca — ahmetenesdur/starkfi