setup-dca

Verified·Scanned 2/19/2026

Set up a non-custodial dollar-cost averaging strategy on Uniswap. Use when user wants to create recurring swaps, auto-buy ETH/BTC/SOL with USDC on a schedule, or build a DCA bot. Covers USDC approval, swap path selection, frequency configuration, Gelato keeper automation, and monitoring. Works on local testnet for development or mainnet for production.

from clawhub.ai·vcd45a4f·18.4 KB·0 installs
Scanned from 0.1.0 at cd45a4f · Transparency log ↗
$ vett add clawhub.ai/wpank/setup-dca

Setup DCA

Set up non-custodial dollar-cost averaging on Uniswap: recurring swaps, Gelato keeper automation, and monitoring.

SKILL.md — Full skill specification and workflow.

Installation

Install into Claude Code or Cursor with:

npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/setup-dca

Or via Clawhub:

npx clawhub@latest install setup-dca

When to use

Use this skill when:

  • You want to dollar-cost average into a token over time using Uniswap.
  • You prefer a non-custodial setup where you control funds at all times.
  • You want automated execution (e.g., via Gelato) and monitoring for your DCA strategy.

Example prompts

  • "Set up a weekly DCA from USDC into WETH on Arbitrum for the next 6 months."
  • "Create a daily DCA from USDC to UNI on Base with $100 per day."
  • "Configure a DCA strategy into ETH from my stablecoin balance and show how to pause or stop it."