# 5. Pricing Logic

Band pricing is determined by the AMM.

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

The price of a band at any given strike is a function of the reserves available at that strike:

$$
\mathbf{P\_s = F(R\_s)}
$$

* **s** is strike expressed in relative (%) terms vs. perp mark price at entry, not absolute dollar terms, e.g., a call option with a strike at +25% means the strike is set 25% above the prevailing perp mark price when the position is opened.
* **P**<sub>**s**</sub> is the price at strike s, expressed as a fraction of the perp, e.g. a call with a strike of +30% from the entry perp mark price might be priced at 0.6 — meaning its value is 60% of the whole long perp, because it captures only a ‘slice’ of the perp’s total payout.
* **R**<sub>**s**</sub> is the reserves available at that strike
* **F** is the AMM’s pricing function.

**Price impact of trades:** trades at strike ‘s’ affects the reserves — and therefore the pricing — at strikes further out of the money than ‘s’.


---

# 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.temporal.exchange/5.-pricing-logic.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.
