> For the complete documentation index, see [llms.txt](https://docs.plotx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plotx.io/calculation/crypto.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plotx.io/calculation/crypto.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
