# Base Concept

* There are two teams on the platform: White Team and Black Team.&#x20;
* Each team has its own token of the same name: WHITE and BLACK.&#x20;
* If the White Team wins, then the WHITE token rises in value, and the BLACK token falls in value. But their aggregate collateral remains unchanged. Conversely, if the Black Team wins, then the BLACK token rises in value, and the WHITE token falls in value. But their aggregate collateral also remains unchanged.&#x20;
* Which team wins and which one loses is influenced by the results of external events: Sport events, exchange rates, and other events in which opposing sides are present.&#x20;
* Dozens of events can take place on the platform every day, and the price of polar tokens can change dozens of times, which creates opportunities for predictions, trading, arbitrage and liquidity providing.


---

# 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://polars-io.gitbook.io/polars-public/polars-protocol/base-concept.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.
