find-xemm-opps

Analyze live order book depth and mid-price differentials to identify cross-exchange market-making opportunities.

31|8|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hummingbot/skills --skill find-xemm-opps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-xemm-opps
Source: https://github.com/hummingbot/skills/tree/main/skills/find-xemm-opps
Command: npx skills add https://github.com/hummingbot/skills --skill find-xemm-opps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Cross-exchange market-making requires monitoring multiple order books and identifying profitable price disparities in real time.

Core Features & Use Cases

  • Analyze order books across connected exchanges to surface XEMM opportunities with maker/taker role guidance.
  • Filter by base/quote tokens and connectors, and rank opportunities by a composite score including mid-price difference, spread, and liquidity depth.
  • Use Case: A quantitative trader can hedge quotes on one exchange while seeking profitable hedges on another to capture cross-exchange spreads.

Quick Start

Run the XEMM finder to identify cross-exchange market-making opportunities.

Frequently Asked Questions about find-xemm-opps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find cross-exchange market-making opportunities using live order book data?

Cross-exchange market-making opportunities are found by scanning connected exchange order books for mid-price differentials and liquidity depth. This tool analyzes live order books across configured connectors and ranks opportunities using spread percentage and bid/ask depth metrics.

What is cross-exchange market making and how does spread analysis work?

Cross-exchange market making captures price disparities by quoting on one exchange while hedging on another. Spread analysis calculates the mid-price difference between exchanges and evaluates order book depth to determine if profitable XEMM opportunities exist.

Do I need an active Hummingbot API with configured connectors to scan for XEMM opportunities?

An active Hummingbot API with configured connectors is required to scan for XEMM opportunities. The tool relies on live API connections to pull order book depth and mid-price data from connected exchanges for real-time analysis.

Can I filter cross-exchange opportunities by specific base and quote tokens?

Cross-exchange opportunities can be filtered by specific base and quote tokens and connectors. The tool supports depth control and minimum spread filtering to refine results, returning ranked opportunities with metrics like spread percentage and bid/ask depth.

How do I rank cross-exchange market-making opportunities by liquidity depth and spread?

Cross-exchange opportunities are ranked by a composite score that includes mid-price difference, spread percentage, and liquidity depth. The tool analyzes bid and ask depth across order books to surface the most profitable market-making setups with maker and taker role guidance.

What are the limitations of scanning for cross-exchange market-making opportunities with API data?

Scanning for cross-exchange opportunities is limited by API connectivity and configured exchange connectors. The tool requires active API links to function and relies on error handling via the API, meaning disconnected or unconfigured exchanges will not appear in ranked results.