# Market Overview

#### Displays current token statistics sourced from the Forest Testnet AMM:

* **Price**
* **24h Change**
* **24h Volume**
* **Fully Diluted Valuation (FDV)**
* **Liquidity** (pool value in $FOREST)
* **Next Buyback Timer** (shows when the next auto-burn executes)

A live **price chart** visualises activity during the bonding-curve and AMM phases.

#### Playable Module (Test Mode)

Each Project Page includes one **Playable** (for example, Coinflip) powered by **Campaign OS**.

> **MVP Note**\
> Playables use **fake SEEDs** for testing only.\
> Your wallet’s real SEED or $FOREST balances are **not affected**.

You can interact, trigger animations, and observe how buybacks would occur in production.

&#x20;                                                         *(figure: “Playable – Coinflip” widget)*

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

#### Trade Panel

The **Trade** card lets testers simulate **buy** and **sell** actions:

* Enter token amount (the $FOREST value is auto-calculated in Pre-Graduation).
* Adjust slippage or view routing details.
* See transaction confirmations in the testnet Explorer.

In **Post-Graduation**, this switches to a standard swap layout using the constant-product AMM.

&#x20;                                                                      *(figure: “Trade” widget)*

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

#### Buyback Ledger & Recent Trades

Two live tables refresh automatically:

* **Buyback Ledger** - lists each auto-buyback, showing tokens bought, burned, and cumulative totals.
* **Recent Trades** - latest simulated swaps between $FOREST and the token.

These tables are for demonstration only; values reset between test rounds.

#### Project Description

Shows creator-supplied information such as name, description, and socials.\
Use it to verify authenticity and context of test tokens.

#### Pre-Graduation / Post-Graduation Status

A badge on the page header shows the current state:

> **Pre-Graduation** - price via bonding curve\
> **Post-Graduation** - price via AMM

The badge clearly indicates which pricing model is active.

> **Reminder**\
> All data displayed in MVP is for **demonstration only**.\
> Prices, trades, and buybacks represent **simulated on-chain logic** using **tBNB** and **test $FOREST**.

> **Test Tokens**&#x20;
>
> Every new user who logs in receives **100 000 tFOREST** and **10 000 tSEEDs** automatically for testing. These tokens have no real-world value and may be reset at any time.


---

# 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.forest.inc/mvp-access-testnet-setup/market-overview.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.
