Funding Rate Scanner

v1.0.2

Scan crypto funding rates and find arbitrage opportunities. No API key needed.

0· 670·3 current·4 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dagangtj/funding-rate-scanner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Funding Rate Scanner" (dagangtj/funding-rate-scanner) from ClawHub.
Skill page: https://clawhub.ai/dagangtj/funding-rate-scanner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install funding-rate-scanner

ClawHub CLI

Package manager switcher

npx clawhub@latest install funding-rate-scanner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (funding-rate scanning, arbitrage) align with the included code which queries Binance Futures public market endpoints and computes annualized rates. Minor mismatch: the SKILL.md shows running Node scripts but the registry metadata lists no required binaries — the skill effectively requires a Node.js runtime even though 'required binaries' is empty.
Instruction Scope
SKILL.md only instructs running the included node scripts. The scripts only perform HTTPS GET requests to Binance public APIs and print calculations — they do not read local files, access environment variables, or transmit data to third-party endpoints beyond Binance.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. The package includes package.json and JS scripts but no external downloads or npm dependencies; the only runtime requirement is Node.js, which the skill did not declare in registry 'required binaries'.
Credentials
The skill requests no environment variables, secrets, or config paths. All network calls go to Binance public REST endpoints; there are no credential requests or hidden endpoints.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not modify other skills or system configs and does not request persistent privileges.
Assessment
This skill appears to do what it says: it queries public Binance Futures endpoints and prints funding-rate stats. Before installing: ensure you have Node.js available (the scripts are run with 'node' though the skill metadata didn't list it), verify the package source/repository if you care about provenance (package.json points to a GitHub repo), and run the scripts in a controlled environment if you want to inspect behavior. It doesn't request API keys or secrets — do not provide exchange API keys unless you add features that legitimately require them. Finally, remember this is a trading tool: it contains no safeguards and trading with leverage carries financial risk, not a security issue but an operational one.

Like a lobster shell, security has layers — review code before you run it.

latestvk97apvk04hy2s3bn2maacamjs181xw6k
670downloads
0stars
3versions
Updated 2mo ago
v1.0.2
MIT-0

Funding Rate Scanner

Scan all crypto perpetual futures funding rates and find high-yield arbitrage opportunities.

Features

  • Scan 500+ coins on Binance Futures
  • Find extreme negative funding rates (earn by going long)
  • Calculate annualized returns at different leverage levels
  • Track rate changes over time

Usage

# Scan top opportunities
node scripts/scan.js

# Monitor specific coins
node scripts/monitor.js DUSK DASH AXS

# Get detailed analysis
node scripts/analyze.js DUSK

Output Example

=== Funding Rate Opportunities ===

Rank  Coin    Rate      Annual(5x)  Volume
1     DUSK    -0.38%    2071%       $30M
2     AXS     -0.12%    655%        $46M
3     DASH    -0.12%    649%        $50M

Next settlement: 03:00 UTC (2h away)

Strategy

Negative funding rate = shorts pay longs every 8 hours.

  1. Open long position on high negative rate coin
  2. Collect funding every 8 hours (3x daily)
  3. Set stop-loss to limit downside
  4. Profit from both rate + potential price appreciation

Risk Warning

  • High leverage = high risk
  • Rates can change
  • Always use stop-loss
  • Only risk what you can afford to lose

Comments

Loading comments...