# How FDV Bands Work

FDV bands are the pricing instrument used in Pre TGE and Pre IPO markets. Instead of a simple yes or no outcome, you are trading whether an asset's valuation falls within a specific range at launch.

For Pre TGE markets, the valuation is the token's fully diluted valuation at TGE. For Pre IPO markets, the valuation is the company's market capitalisation at listing. The mechanic is identical.

## What is FDV?

```
FDV = Token Price at Launch x Total Token Supply
```

For Pre IPO markets, substitute share price at listing multiplied by total shares outstanding.

## What is a Band?

<figure><img src="/files/w1VUIoDYmoxfbn43PN2R" alt=""><figcaption><p>FDV ranges with prices</p></figcaption></figure>

A band is a valuation range. Each band represents a separate tradable outcome with its own orderbook and price.

## Bull and Bear Directions

| Direction | Meaning                                             |
| --------- | --------------------------------------------------- |
| Bull      | You believe FDV will land within or above the range |
| Bear      | You believe FDV will land within or below the range |

## Payout Logic

FDV bands are directional spreads, not binary markets. Payout increases linearly as the FDV moves in your favour within the range, and is capped at maximum once it crosses the far strike.

**Bull position:**

| Scenario               | Result                                            |
| ---------------------- | ------------------------------------------------- |
| FDV below lower strike | $0. Full loss.                                    |
| FDV within the range   | Payout increases linearly toward the upper strike |
| FDV above upper strike | Maximum payout. Capped at the upper strike value. |

**Bear position:**

| Scenario               | Result                                            |
| ---------------------- | ------------------------------------------------- |
| FDV above upper strike | $0. Full loss.                                    |
| FDV within the range   | Payout increases linearly toward the lower strike |
| FDV below lower strike | Maximum payout. Capped at the lower strike value. |

## Example Trade

```
You buy: Bull $2B to $3B band
Price: $0.40 USDM per share
Amount: $10 USDM
Shares received: 25
Final FDV $1.8B: $0. Below lower strike, full loss.
Final FDV $2.1B: Partial payout. Linearly increasing from lower strike.
Final FDV $2.6B: Larger partial payout. Further into range.
Final FDV $3.2B: Maximum payout. Above upper strike, capped at max win.
```


---

# 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.premarket.xyz/readme/trading/fdv-bands.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.
