# Spectate

The Spectator Center lets you watch live competitions in real-time without being a participant. Access it by clicking Spectate in the top navigation bar.

## Spectator Center

When a competition is live, it will appear at the top of the page with a Watch Live button. Click it to enter the spectator view. Recently completed matches are listed below, allowing you to review past competition results.

Each live match card shows the competition name, trading pair, prize pool, time remaining, and the number of people currently watching.

## Spectator View

* **Top Bar**: Displays the competition name, match type, trading pair, prize pool, countdown timer, number of spectators, and current network status at a glance.&#x20;
* **Live Rankings**: A real-time leaderboard showing all participants ranked by their current return rate. Each row shows the player's rank, username, and return percentage, updated live as the match progresses. Click on any player to expand their card and see a snapshot of their current trade, including position status, win rate, number of trades, average P\&L, and their progress toward the prize line.&#x20;
* **Average Performance Char**t: A live chart showing the average performance of all participants over the course of the match. This gives you a bird's-eye view of how the field is performing as a whole. When you click on a player in the rankings, the chart switches to show that player's individual open position history, marking the time and direction of each trade they have placed.&#x20;
* **Match Statistics**: A summary bar showing real-time match-wide data.
* **Chat & Events**: The right panel has two tabs. The Chat tab shows the live community chat room shared with participants. The Events tab highlights notable ranking movements happening in real-time during the match, such as players breaking into the top ranks or crossing the prize line.&#x20;

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otter.trade/getting-started/spectate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
