Arbitrage Finder

Scan price differences across exchanges, score arbitrage opportunities, and track historical success rates. Use when you need arbitrage finder capabilities. Triggers on: arbitrage finder.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Arbitrage Finder" with this command: npx skills add bytesagain1/arbitrage-finder

Arbitrage Finder 🔄

Discover cross-exchange arbitrage opportunities by scanning price differences, factoring in fees and transfer times, and scoring profitability.

How It Works — Step by Step

Step 1: Configure Exchanges

Set up the exchanges you want to monitor. The tool uses public ticker APIs (no API keys needed for price scanning).

bash scripts/arbitrage-finder.sh config \
  --exchanges "binance,okx,bybit,coinbase,kraken,kucoin"

Step 2: Scan for Opportunities

Run a scan across all configured exchanges for a specific asset or all tracked assets:

# Scan specific pair
bash scripts/arbitrage-finder.sh scan --pair BTC/USDT

# Scan all tracked pairs
bash scripts/arbitrage-finder.sh scan --all

# Scan with minimum spread threshold
bash scripts/arbitrage-finder.sh scan --all --min-spread 0.5

Step 3: Analyze an Opportunity

When a spread is found, analyze it with fees and timing factored in:

bash scripts/arbitrage-finder.sh analyze \
  --pair ETH/USDT \
  --buy-exchange binance \
  --sell-exchange coinbase \
  --amount 10000

This outputs:

  • Buy price & total cost (including fees)
  • Sell price & total revenue (minus fees)
  • Network transfer fee and estimated time
  • Net profit/loss after all costs
  • Opportunity score (0-100)

Step 4: Review History

Track past opportunities and their outcomes:

bash scripts/arbitrage-finder.sh history --days 7 --pair BTC/USDT

Step 5: Generate Report

bash scripts/arbitrage-finder.sh report --days 30 --output arb-report.html

Opportunity Scoring

Each opportunity is scored 0-100 based on:

FactorWeightHow It's Measured
Net Spread30%Spread after ALL fees
Liquidity25%Can you fill the order at quoted price?
Transfer Speed20%Faster = less price risk
Historical Success15%Has this route been profitable before?
Volatility Risk10%Price change risk during transfer

Score Interpretation

  • 80-100 🟢 Strong opportunity — likely profitable
  • 60-79 🟡 Moderate — profitable with good execution
  • 40-59 🟠 Risky — tight margins, timing critical
  • 0-39 🔴 Not recommended — fees likely eat the spread

Fee Reference

ExchangeMaker FeeTaker FeeWithdrawal (BTC)Withdrawal (ETH)
Binance0.10%0.10%0.00010.00028
Coinbase0.40%0.60%0.00010.00044
Kraken0.16%0.26%0.000150.0025
OKX0.08%0.10%0.00010.00028
Bybit0.10%0.10%0.00020.0003
KuCoin0.10%0.10%0.00020.0028

Fees are approximate and change frequently. The tool fetches current fee schedules when available.

Transfer Time Estimates

NetworkAvg ConfirmationNotes
Bitcoin30-60 min2-6 confirmations required
Ethereum5-15 min12+ confirmations typical
Solana<1 minNear instant
TRON1-3 min19 confirmations
Polygon2-5 min128 confirmations

Risk Warnings

⚠️ Slippage risk: Large orders may not fill at displayed price. ⚠️ Transfer risk: Prices can move during withdrawal/deposit time. ⚠️ Exchange risk: Deposits can be delayed or suspended without notice. ⚠️ This tool does NOT execute trades. It only identifies and scores opportunities.

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Commands

  • scan — Scan
  • multi — Scan top 10 assets for opportunities
  • history — History

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

115 Publish

智能管理115网盘,支持扫码登录、文件浏览、搜索、转存分享、离线下载、智能整理和容量查询。

Registry SourceRecently Updated
039
Profile unavailable
General

Polymarket Screener

Screen Polymarket prediction markets by category, probability, liquidity, and track probability changes to find high-value opportunities. Use when you need p...

Registry SourceRecently Updated
0162
Profile unavailable
General

Liquidity Monitor

Monitor DEX liquidity pool depth, track liquidity changes, calculate LP yield, and estimate impermanent loss. Use when you need liquidity monitor capabilitie...

Registry SourceRecently Updated
0161
Profile unavailable