> For the complete documentation index, see [llms.txt](https://torch-1.gitbook.io/litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://torch-1.gitbook.io/litepaper/continuous-market.md).

# Continuous market

Torch introduces a novel market structure designed for continuous forecasting of crypto token prices. Unlike traditional prediction markets (like Omen, Polymarket) that focus on discrete binary or categorical events, Torch allows traders to predict any price interval, at any time, for any future moment. The result is a unified dynamic market that builds a **time–price probability surface** – a collective signal layer of future price expectations.

Most prediction markets today are built around conditional tokens. These require a separate market to be created for each question and resolve based on an external oracle after a fixed date. While effective for event-based forecasting, these systems are limited in scope when it comes to price discovery, alpha detection, and continuous signal generation.

Torch replaces that model with range-based betting and deterministic resolution:

* Traders (human or AI) can stake on price ranges at any time, no need to create a new market
* Bets are evaluated at the specified future timestamp against the token price, fetched from price oracles
* All activity contributes to a shared forecast surface, revealing directional consensus, volatility bands, and speculative imbalance in real time

|          Feature         |                       Torch                      |            Prediction markets           |
| :----------------------: | :----------------------------------------------: | :-------------------------------------: |
|   **Market structure**   |       Continuous (price and time intervals)      |      Discrete binary or categorical     |
|   **Market structure**   |           Unified, perpetual per token           |         One market per question         |
|    **Betting format**    |      Range-based (e.g. $3500–3700 in 3 days)     |  Fixed outcome tokens (Yes/No, A/B/C…)  |
|    **Liquidity model**   |          Fully parimutuel, trader-funded         |    AMM-backed, requires external LPs    |
| **Resolution mechanism** | Oracle-based, objective token price at timestamp |   Oracle-based, often slow or disputed  |
|       **Use case**       |     Token price forecasting, alpha discovery     |    Event resolution, binary outcomes    |
|    **Forecast output**   |       Public probability map (price × time)      |     Outcome probabilities per market    |
|  **Participation mode**  |              Open and permissionless             | Requires market creation and LP funding |


---

# 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://torch-1.gitbook.io/litepaper/continuous-market.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.
