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

# UMA Voting — Resolve Disputes

> Vote on active Polymarket disputes via UMA. Commit and reveal phases, voting rewards, and how to participate.

## <span style={{color: "#baf820"}}>Voting Phases</span>

UMA disputes go through two phases:

<CardGroup cols={2}>
  <Card title="1. Commit Phase" icon="lock" color="#3b82f6">
    Voters submit their encrypted vote — hidden from others until the reveal phase. This prevents voters from copying the majority.
  </Card>

  <Card title="2. Reveal Phase" icon="lock-open" color="#ef4444">
    Voters reveal their vote. The majority wins. Voters who sided with the minority get slashed.
  </Card>
</CardGroup>

## <span style={{color: "#baf820"}}>Voter Leaderboard</span>

FrenFlow tracks voter performance:

| Metric       | Description                                         |
| ------------ | --------------------------------------------------- |
| **Profit**   | How much voters have earned from correct votes      |
| **Accuracy** | Percentage of votes that aligned with the majority  |
| **Slashing** | Penalties for voters who voted against the majority |

<Frame>
  <img src="https://mintcdn.com/frenflow/U29qy78rGGZxg0K_/images/uma3.png?fit=max&auto=format&n=U29qy78rGGZxg0K_&q=85&s=63e0717c89a92f778df907f2023aef29" alt="UMA Voting" width="1636" height="517" data-path="images/uma3.png" />
</Frame>

## <span style={{color: "#baf820"}}>Proposer Leaderboard</span>

See who proposes the most (and most accurate) market resolutions. Proposers stake UMA tokens and earn rewards for correct proposals, or get slashed for incorrect ones.

<Note>
  UMA voting is done externally through the UMA protocol. FrenFlow provides analytics and tracking, not a voting interface.
</Note>
