> For the complete documentation index, see [llms.txt](https://roostlaunch.gitbook.io/roost-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roostlaunch.gitbook.io/roost-docs/use-roost/trading-and-pricing.md).

# Trading and pricing

Trades execute against the market's Uniswap V4 pool. Each trade moves the pool price, and the final amount can differ from the quote when the market moves before confirmation.

* Price. The current pool price for one token.
* Market cap. Pool price multiplied by circulating supply.
* Volume. The value traded during the selected period.
* Liquidity. Assets available in the pool around the current price.
* Price impact. The pool movement caused by the size of a trade.
* Slippage. The maximum execution movement the transaction accepts.

***

#### Stock-paired markets

The pool price and the Stock Token's reference price are separate values. They can diverge when liquidity is thin, the underlying market is closed, an oracle updates, trading pauses, or a corporate action changes the asset. Roost shows both values where reference data is available. Divergence is a property of the market, not an error.


---

# 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://roostlaunch.gitbook.io/roost-docs/use-roost/trading-and-pricing.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.
