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

# Build a parlay

> Combine multiple soccer legs into one accumulator prediction.

## Overview

A parlay lets you combine multiple selections into one prediction. All legs must win for a payout. Odds multiply, so potential returns are higher — but risk increases with each leg added.

<Note>
  M1 parlays are **soccer-only**. Legs must come from different matches.
</Note>

## Add legs to your slip

<Steps>
  <Step title="Browse soccer markets">
    Go to **Sports** (`/sports`) or open a match event (`/event/[slug]`).
  </Step>

  <Step title="Add selections">
    Tap **+** on each outcome you want. The parlay slip counter updates in the header.
  </Step>

  <Step title="Open the slip">
    Navigate to **Parlay** (`/parlay`) or open the slip drawer.
  </Step>
</Steps>

<Warning>
  You cannot add two legs from the same match. The slip will reject correlated selections.
</Warning>

## Review your parlay

The slip shows:

| Field             | Description                         |
| ----------------- | ----------------------------------- |
| **Legs**          | Each selection with individual odds |
| **Combined odds** | Multiplied across all legs          |
| **Stake**         | USDC for your prediction            |
| **Parlay fee**    | 2% of stake                         |
| **Max payout**    | Stake × combined odds (after fee)   |

Example with three legs at 2.0×, 1.5×, and 1.8× on a \$100 stake:

```
Combined = 2.0 × 1.5 × 1.8 = 5.4×
Fee = $2.00 (2%)
Net stake = $98.00
Max payout = $98 × 5.4 = $529.20
```

## Place the parlay

<Steps>
  <Step title="Enter stake">
    Type your USDC amount.
  </Step>

  <Step title="Confirm">
    Click **Place Parlay**. The platform reserves exposure against the parlay LP pool.
  </Step>

  <Step title="Track">
    View the parlay in **Portfolio** with per-leg status.
  </Step>
</Steps>

## Leg resolution

Each leg resolves when its underlying market resolves:

| Leg result | Effect on parlay                                 |
| ---------- | ------------------------------------------------ |
| **Win**    | Leg marked won; parlay continues                 |
| **Lose**   | Entire parlay loses immediately                  |
| **Void**   | Leg removed; odds recalculated on remaining legs |

## Settlement outcomes

| Outcome          | Payout                         |
| ---------------- | ------------------------------ |
| All legs win     | Full max payout                |
| Any leg loses    | \$0                            |
| Some legs voided | Recalculated odds on survivors |
| All legs voided  | Full stake refunded            |

## Limits

* Minimum and maximum leg counts are enforced by the parlay program
* Soccer markets only in M1
* Anti-correlation: no two legs from the same match group
