# Speed Markets Trading Guide

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

The brand new Speed Markets application offers seamless user experience paired with a lot of fun speculating short term crypto prices!\
\
This guide will help you navigate the dapp.

## Getting Started

To start using the Speed Markets dapp, the first step is to log in.

When visiting the dapp on the link [www.speedmarkets.xyz/speed-markets](https://docs.overtime.io/www.speedmarkets.xyz/speed-markets) you will be greeted with the **`Get Started`** menu.&#x20;

<figure><img src="/files/OKzcT7LJs0xECSapShby" alt=""><figcaption><p>Get Started menu</p></figcaption></figure>

The Get Started menu will guide you to onboard the dapp in three steps.

The first step is the `Sign up` step.&#x20;

Click on the `LOGIN` button, tick the Terms of Use checkbox and then click on the login method you want to use.

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

{% hint style="danger" %}
***Social Login*****&#x20;methods (Google, Twitter, Discord, Guthub, Apple etc.) generates a wallet for you via Particle Network, creates you a Smart Accounts and enables for a full Account Abstraction experience.** \
\
C*onnect with Wallet* method onboards you **without** a smart account with regular wallet connection.
{% endhint %}

If you logged in successfully with Social Login, you will unlock step 2 of the Get Started process: the **`Deposit funds`** step.

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

Deposit funds in your Speed Markets smart account by sending USDT and/or USDC to the address generated for you. If you don't have USDT or USDC, you can also directly deposit them via Credit Card using the FUND WITH CARD button. [Click here for Deposit Tutorials.](broken://pages/mlMz6apCMXeTkiWhPMjF)

## Start Trading

After your Smart Account has funds deposited, you can start using the dapp!\
\
With Paymaster integrated in the backend, you don't have to worry about having an ETH balance for gas fees, so you can immediately start trading with a stablecoin deposit.

On the main dapp trading page, you'll see the price chart with a constantly-updating asset price, based on a data feed from Pyth Oracles. In the other corner of the chart you'll see the liquidity available for the chosen asset. Below the chart are different time frames and a summary of your position once the variables are selected.

<figure><img src="/files/9hQUaUIeDNdW5lMbhdBp" alt=""><figcaption></figcaption></figure>

**To create a position, first choose an asset (BTC or ETH) and a direction.**

This is the direction you think the price will have moved at the end of your selected time frame based on the current price **(at the time the purchase transaction is submitted).**

Next, **choose the position duration**, and then enter the dollar **amount** you'd like to purchase. You can either click on one of the prefilled dollar amount buttons, or enter your own amount in the custom input field.

<figure><img src="/files/8HK3GQVZvgHSwBSe780v" alt=""><figcaption></figcaption></figure>

After building your position with all the parameters above, click on the BUY button to confirm your trade!<br>

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

{% hint style="warning" %}
After confirming your first BUY with a Particle Wallet pop up signature, you also start a **Account Abstraction Session**.

\
After this, all subsequent transactions will require no signature or pop up confirmation. **You just click buttons and its confirmed!**
{% endhint %}

Your open positions will be visible on the bottom of the trading page. If your position is a winning one, you'll see the blue "Claim Win $XX.XX" button next to a winning position. Click on the button to complete the transaction and claim your payout!&#x20;

{% hint style="info" %}
You can also use the **`CLAIM ALL WINS`** button to batch all winning positions at once!
{% endhint %}

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


---

# 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/speed-markets-trading-guide.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.
