# Send Crypto Funding Alert to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-funding-alert",
    "name": "Crypto Funding Alert",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dagangtj/crypto-funding-alert",
    "canonicalUrl": "https://clawhub.ai/dagangtj/crypto-funding-alert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/crypto-funding-alert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-funding-alert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scan.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/crypto-funding-alert"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-funding-alert",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-funding-alert",
    "agentUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent.md"
  }
}
```
## Documentation

### Crypto Funding Rate Alert

Real-time cryptocurrency funding rate scanner that identifies profitable opportunities with negative funding rates on Binance futures markets.

### Features

Smart Scanning: Monitors 40+ major cryptocurrencies for negative funding rates
Risk Management: Built-in safety filters (volume, leverage limits, stop-loss)
Scoring System: Combines funding rate, price trend, and trading volume
Signal Classification: STRONG / MODERATE / WATCH alerts
No API Key Required: Uses public Binance API endpoints
Historical Tracking: Saves scan results to JSONL for analysis

### How It Works

When funding rates are negative, longs receive payments from shorts. This creates a profitable opportunity to:

Open a long position
Collect funding fees every 8 hours
Benefit from potential price appreciation

The scanner filters opportunities by:

Minimum absolute funding rate (0.05%)
Minimum 24h volume ($10M)
Price trend analysis
Composite scoring algorithm

### Basic Scan

node scan.js

### With Custom Config

node scan.js --max-leverage 2 --min-volume 20000000 --stop-loss 0.15

### Automated Monitoring (Cron)

# Add to OpenClaw cron - scan every 4 hours
openclaw cron add "0 */4 * * *" "cd ~/.openclaw/workspace/skills/crypto-funding-alert && node scan.js"

### Configuration

Edit the SAFE_CONFIG object in scan.js:

const SAFE_CONFIG = {
  maxLeverage: 3,          // Maximum leverage (1-5x recommended)
  maxPositionPct: 0.3,     // Max position size (30% of capital)
  stopLossPct: 0.10,       // Stop-loss percentage (10%)
  minVolume: 10000000,     // Minimum 24h volume ($10M)
  minAbsRate: 0.0005,      // Minimum funding rate (0.05%)
  maxCoins: 5,             // Max simultaneous positions
};

### Output Example

🔍 Safe Funding Rate Monitor | 2026-02-26T06:21:00.000Z
══════════════════════════════════════════════════════════════════════
Safety: 3x max | 10% stop-loss | $10M min volume
══════════════════════════════════════════════════════════════════════

  Signal   Coin     Rate      24h     Vol($M)  Score  Annual(3x)
  ────────────────────────────────────────────────────────────────
  🟢 STRONG   DOGE     -0.0125%    2.34%    145.2    72.3  41%
  🟡 MODERATE SOL      -0.0089%   -1.12%     89.5    48.7  29%
  ⚪ WATCH    XRP      -0.0056%   -2.45%     67.3    35.2  18%

🏆 推荐操作:
   DOGE: 开多 3x | 止损 10% | 费率 -0.0125% | 年化 41%

══════════════════════════════════════════════════════════════════════
📁 历史记录: data/funding-monitor/scan_history.jsonl

### Safety Rules

Based on real trading experience:

Max Leverage: 3x (reduces liquidation risk)
Position Sizing: ≤30% per coin (diversification)
Stop Loss: 10% minimum (capital preservation)
Volume Filter: Only liquid markets ($10M+)
Trend Check: Prefer positive 24h momentum
No Panic Trading: Skip during extreme volatility

### Data Storage

Scan results are saved to:

~/.openclaw/workspace/data/funding-monitor/scan_history.jsonl

Each line contains:

{
  "timestamp": "2026-02-26T06:21:00.000Z",
  "results": [...],
  "config": {...}
}

### Command-Line Options

node scan.js [options]

Options:
  --max-leverage <n>      Maximum leverage (default: 3)
  --min-volume <n>        Minimum 24h volume in USD (default: 10000000)
  --stop-loss <n>         Stop-loss percentage (default: 0.10)
  --min-rate <n>          Minimum absolute funding rate (default: 0.0005)
  --max-coins <n>         Maximum simultaneous positions (default: 5)
  --coins <list>          Comma-separated coin list (default: built-in list)
  --output <path>         Custom output directory

### Telegram Alert

node scan.js | grep "🟢 STRONG" && openclaw message send --target @me --message "Strong funding opportunity detected!"

### Discord Webhook

RESULT=$(node scan.js)
curl -X POST $DISCORD_WEBHOOK -H "Content-Type: application/json" -d "{\\"content\\":\\"$RESULT\\"}"

### Custom Script

const { exec } = require('child_process');

exec('node scan.js', (err, stdout) => {
  const lines = stdout.split('\\n');
  const strong = lines.filter(l => l.includes('🟢 STRONG'));
  
  if (strong.length > 0) {
    // Your custom logic here
    console.log('Opportunities found:', strong);
  }
});

### Disclaimer

This tool is for informational purposes only. Cryptocurrency trading involves substantial risk of loss. Always:

Do your own research
Never invest more than you can afford to lose
Use proper risk management
Test strategies with small amounts first
Understand funding rate mechanics before trading

### Requirements

Node.js 14+
Internet connection
No API keys needed for scanning

### Support

For issues or feature requests, visit the ClawHub repository or contact the skill author.

### License

MIT

### Keywords

crypto, trading, funding-rate, binance, futures, arbitrage, defi, scanner, alert, monitoring, negative-funding, long-position, risk-management, automated-trading, cryptocurrency
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dagangtj
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/crypto-funding-alert)
- [Send to Agent page](https://openagent3.xyz/skills/crypto-funding-alert/agent)
- [JSON manifest](https://openagent3.xyz/skills/crypto-funding-alert/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/crypto-funding-alert/agent.md)
- [Download page](https://openagent3.xyz/downloads/crypto-funding-alert)