# Introduction to Speed Markets

### Speed Markets Application :point\_down:

{% embed url="<https://www.speedmarkets.xyz/>" %}

Digital Options get kicked into overdrive with the **fast-paced excitement of Speed Markets!**  Speed Markets allow users to purchase UP or DOWN positions in **digital options built on short time frames** and **strike prices based on a snapshot of the current price**.  This new product under the Overtime umbrella is the result of [TIP-149](https://github.com/thales-markets/thales-improvement-proposals/blob/main/TIPs/TIP-149.md) and the communities' need for speed!

{% hint style="info" %}
Speed Markets are currently available on:

**Optimism, Arbitrum, and Base**
{% endhint %}

### How Speed Markets work

Typical Positional and Ranged Markets close for positioning when the maturity date/time is less than 24 hours away due to protocol risk management, but some traders couldn't wait on the sidelines for that long.  To satisfy the community Thales developed Speed Markets to **work with nearly instantaneous pricing data**, made possible with the use of [Pyth Benchmarks](https://pyth.network/blog/introducing-the-pyth-benchmarks).&#x20;

Traders choose an asset, direction (UP or DOWN) and strike time for that asset based on the trader's predicted price movement from the asset's current price.  Once a trader submits a transaction to purchase a position, a snapshot of the asset's current price is taken to define the strike price. Because the strike price is always taken from the current price of an asset at the time of a buy, **all positions will have 50:50 implied probabilities**. This means that **a winning trader will see a 2x payout** (minus the quoted LP fee and a fixed 2% Safebox fee) on a single winning position.&#x20;

***

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

Pyth Benchmark on-demand oracles provide historically queryable prices that can be used to validate trades in near real-time, an important factor for risk management of intraday markets such as Speed Markets.  **Every second, Pyth Benchmark price feeds are updated** using source data from reputable third-party data publishers that can be easily verified from the Pythnet blockchain. &#x20;

### Parameters for Speed Markets&#x20;

The parameters for Speed Markets will be maintained via the Overtime Governance process. Configuration TIPs for considerations like opening the SpeedMarketAMM up for LPing will need to be submitted by the community and voted in by the Thales Council.  Initial funding will be provided by the TreasuryDAO, but future LPing could take it's place to provide liquidity for Speed Markets. &#x20;

* Speed Markets offer a **minimum epoch of 1 minute.**
* The maximum time to maturity will be 24 hours. &#x20;
* ETH and BTC will be the supported assets.
* Speed Markets will include an LP fee that changes depending of a Strike Time and a protocol fee of 2%.

| Strike Time             | LP fee |
| ----------------------- | ------ |
| 1 min - 4 min 59s       | X      |
| 5 min - 9 min 59s       | X      |
| 10 min - 14 min 59s     | 15%    |
| 15 min - 59 min 59 sec  | 13%    |
| 60 min - 119 min 59 sec | 12%    |
| 120 min - 24 h          | 10%    |

* The minimum buy-in will be 3 USD, with a maximum of 200 USD
* The AMM Risk Cap per Asset per Day will begin at 5000 USD.

Positions can be purchased using the several forms of collateral, with the minimum amount of each adjusted to equal 5 USDC.  The following forms of collateral are accepted:

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKSZyDhrhMxBqaXew1MHD%2Fuploads%2FBumbqmPN4BNJ9rxleI2T%2Fimage.png?alt=media&token=ad4ff1f7-c68b-46d1-8836-32f8d035318c>" %}

{% hint style="info" %}
Speed Markets on Optimism, Arbitrum and Base also support Multicollateral offramping, meaning you can choose the form of collateral you'd like to receive when claiming a winning position.
{% endhint %}


---

# 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.overtime.io/introduction-to-speed-markets.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.
