# Crypto

When a market settles, the winning option gets the sum of the amount at stake in the other two options.

* For example, when a market settles, if the `Going Up` option wins, then:\
  \&#xNAN;*Reward pool of 'Going Up' option = amount at stake in 'Staying Flat' option + amount at stake in 'Going Down' option*
* The Reward Pool of the winning option is divided between the people who predicted in the winning option according to their individual `Pool Share` percentages. For example, if your `Pool Share` percentage is 10%, and the `Reward Pool` consists of 1,000 PLOT, then your reward will be:

  *Reward Pool \* Pool Share​ = 1,000 PLOT \* 10% = 100 PLOT*
* Finally, your `Pool Share` percentage is calculated based on the number of positions you hold in an option, and the number of positions held by everyone else in the same option.
* For example, if, while predicting in the `Going Up` option, you buy 35 positions. And let's say that there are 9 other people who bought the same number of positions as you in the `Going Up` option.

  \=> total positions in the `Going Up` option = 350

  \=> your `Pool Share` percentage in the `Going Up` option = *(your positions in the 'Going Up' option / sum of everyone's positions in the 'Going Up' option) x 100 = (35 / 350) x 100 = 10%*


---

# 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.plotx.io/calculation/crypto.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.
