Latency Arbitrage banner
joshuamoreno1 joshuamoreno1

Latency Arbitrage

Security community

Description

--- name: latency-arbitrage description: Detect and exploit price latency gaps between real-time crypto prices and Polymarket prediction market prices. Use when scanning for arbitrage opportunities on Polymarket. model: opus --- # Latency Arbitrage — Polymarket ## Concept Polymarket updates prices slower than real-time feeds. When BTC rises fast but Polymarket doesn't reflect it yet, there's an opportunity. ## When to Use - Regular heartbeat (opportunity scan) - Owner asks to "find arbitrage

Installation

Installs to ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-latency-arbitrage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-latency-arbitrage && curl -fsSL https://raw.githubusercontent.com/joshuamoreno1/crypto-agent-fleet/HEAD/.claude/skills/latency-arbitrage.md -o ~/.claude/skills/joshuamoreno1-crypto-agent-fleet-latency-arbitrage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository