# Initial Price, Future Price, and Payout

Markets move quickly, and prices are constantly updating. When users enter a position on Manic, three key inputs work together to determine the potential payout: the **initial price**, the **`digitalPrice`**, and the **future price** at expiry.

To make this concrete, we use the following definitions:

* $$t\_0$$ : the entry time. It represents the moment when the user opens a position.
* $$P\_0$$ : the initial price. It represents the price of the underlying asset at $t\_0$.
* $$t\_i$$ : the expiry time. It represents the time when the position expires. Users choose this when they open the position.
* $$P\_i$$ : the future price. It represents the price of the underlying asset at $t\_i$.

How the payout is determined:

* At expiry, Manic compares the initial price $$P\_0$$ with the future price $$P\_i$$ at the chosen $$t\_i$$.
* Based on the user's direction (HIGHER or LOWER), stake, and the `digitalPrice` implied by market volatility and timeframe, the protocol calculates the final payout automatically and settles it on‑chain.

<figure><img src="/files/choiClHZLF8UG6rx7Hdz" alt=""><figcaption></figcaption></figure>


---

# 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://manic.gitbook.io/manic.trade-docs/markets/initial-price-future-price-and-payout.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.
