> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corvic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Corvic AI for Prediction Market Analysis

> Pull markets from Kalshi, Polymarket, and PredictIt, match them across venues, and surface cross-market arbitrage opportunities with Corvic AI

## Corvic AI for Prediction Market Analysis

This tutorial shows how to build an agent that pulls markets from Kalshi, Polymarket, and PredictIt, matches equivalent markets across venues, and surfaces a ranked list of cross-market arbitrage opportunities — all grounded in live data.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/G6p9EbgQMfU" title="Corvic AI for Prediction Market Analysis - Corvic AI" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## What You'll Learn

* Connecting to multiple prediction market venues as live data sources
* Matching semantically equivalent markets across Kalshi, Polymarket, and PredictIt
* Computing implied probabilities and detecting pricing discrepancies
* Surfacing a ranked list of cross-market arbitrage opportunities

## How It Works

### Connect the Venues

Bring in markets from Kalshi, Polymarket, and PredictIt as live data sources so pricing stays current without duplicating data.

### Match Markets Across Venues

Use embeddings to align markets that describe the same underlying event, even when their titles and wording differ across platforms.

### Rank Arbitrage Opportunities

Compare implied probabilities across matched markets to identify and rank cross-venue price discrepancies where an arbitrage opportunity exists.

## Related Documentation

<CardGroup cols={2}>
  <Card title="Live Data Connectors" icon="plug" href="/tutorials/live-data-connectors">
    Connect directly to live data sources without duplicating data.
  </Card>

  <Card title="Data Sources" icon="database" href="/concepts/data-sources">
    Learn about connecting and managing data sources.
  </Card>

  <Card title="Agents" icon="robot" href="/features/agents">
    Configure agents that reason across your data.
  </Card>

  <Card title="Spaces" icon="layer-group" href="/concepts/spaces">
    Build embeddings to match markets across venues.
  </Card>
</CardGroup>

## Additional Resources

* [Watch on YouTube](https://www.youtube.com/watch?v=G6p9EbgQMfU)
* [More video tutorials](https://www.youtube.com/@CorvicAI)
