TopRank Skills

Home / Claw Skills / Bot / binance-dca
Official OpenClaw rules 38%

binance-dca

Professional Binance Dollar-Cost Averaging (DCA) tool for automated and manual recurring crypto purchases. Plan DCA strategies with scenario analysis, execute market/limit buys, track history, and manage systematic accumulation schedules for any trading pair. Includes risk management, testnet support, and OpenClaw automation integration. Triggers on requests about DCA, recurring buys, cost averaging, accumulation strategies, or Binance spot purchases.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 binance-dca 技能。 若已安装,则直接安装 binance-dca 技能。

Overview

Skill Key
fpsjago/binance-dca
Author
fpsjago
Source Repo
openclaw/skills
Version
-
Source Path
skills/fpsjago/binance-dca
Latest Commit SHA
35f639fa75f148ad0298f85ad13d27e9a814a289

Extracted Content

SKILL.md excerpt

# Binance DCA — Professional Dollar-Cost Averaging Tool

> **Systematic crypto accumulation made simple.**  
> Plan, execute, and track DCA strategies on Binance with confidence.

## What is DCA?

**Dollar-Cost Averaging (DCA)** is an investment strategy where you buy a fixed dollar amount of an asset at regular intervals, regardless of price. This approach:

- ✅ **Reduces timing risk** — no need to predict market tops/bottoms
- ✅ **Smooths volatility** — averages out price fluctuations over time
- ✅ **Removes emotion** — systematic buying, no panic or FOMO
- ✅ **Builds discipline** — consistent accumulation, perfect for long-term holders

**This tool** helps you plan, automate, and track your DCA strategy on Binance spot markets.

---

## Features

- 📊 **DCA Plan Projections** — scenario analysis showing potential outcomes at different price levels
- 💰 **Market & Limit Orders** — flexible execution options
- 📈 **Trade History** — track your accumulation progress
- 🔒 **Secure** — credentials via environment variables only, zero hardcoded secrets
- 🧪 **Testnet Support** — practice on Binance testnet before going live
- 🤖 **OpenClaw Integration** — automate DCA buys via cron jobs with alerts
- 🛡️ **Risk Management** — conservative defaults, validation before execution

---

## Setup

### 1. Get Binance API Keys

1. Log in to [binance.com](https://www.binance.com)
2. Go to **Account** → **API Management**
3. Create a new API key:
   - **Label:** `OpenClaw-DCA` (or similar)
   - **Restrictions:** Enable **Spot & Margin Trading** only
   - **IP Whitelist:** Add your server IP for security (optional but recommended)
4. Save your **API Key** and **Secret Key** securely

⚠️ **Security tips:**
- Never share your secret key
- Enable IP whitelist if your server has a static IP
- Use a separate API key for DCA (easier to revoke if needed)
- Start with small amounts to test

### 2. Set Environment Variables

**Never hardcode credentials.** Always use environment variab...

Related Claw Skills