> For the complete documentation index, see [llms.txt](https://docs.fyde.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fyde.fi/fyde-trading-game/how-to-play.md).

# How To Play

### Objective

Beat the market by strategically trading cryptocurrency assets within a limited time frame.

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

### Game Setup

1. The game starts with a fixed amount of **10,000 USD** assigned to your portfolio and to the market.
2. You'll be presented with a selection of cards representing tokens
3. The market portfolio will randomly assigned a % allocation to each assets while you need to create your portfolio to beat it.

### Gameplay

#### 1. Start the Game

* Click the "Start Game" button when you're ready to begin.\
  ![](/files/4Z4TAfUxAqEWzHHOmf93)
* The timer will start counting down from 30 seconds.\
  ![](/files/7c5p6PoV99nip39v2bdN)

#### 2. Allocate Your Portfolio

* You'll see a list of asset cards, each representing a different cryptocurrency.\
  ![](/files/4KFoTCN6o03TfkjSYuR8)
* Allocate your virtual currency across these assets:
  * Click the "+" button to increase allocation to an asset.
  * Click the "-" button to decrease allocation.
  * Use the "Max" button to allocate all available funds to a single asset.
  * Click the "x2" to apply a multiplier to the position.

#### 3. Monitor the Market

* Watch the real-time chart showing your portfolio performance (green line) against the market (purple line).\
  ![](/files/Fxks7ufBKVVX3Wd66fZH)
* Keep an eye on individual asset performances and their price changes.

#### 4. Trade and Adjust

* Reallocate your funds between assets as the market changes.
* Use the "Shuffle" button to get a new set of asset cards if you're not satisfied with the current selection. This will also reallocate the portfolio

#### 5. Use Leverage (Advanced)

* Some assets may have a "Leverage" option.
* Activating leverage can multiply your gains, but also your losses.
* Use leverage cautiously as it increases risk.

#### 6. Manage Your Time

* Keep an eye on the timer at the top of the screen.
* Make quick decisions as the market can change rapidly.

#### 7. Game End

* The game ends when the timer reaches zero.
* Your final portfolio value will be compared to the market's performance.

### Winning the Game

* You win if your portfolio value exceeds the market value at the end of the game.
* The bigger the difference between your portfolio and the market, the better your performance.

### Tips for Success

1. Pay attention to trends in the price chart.
2. Don't put all your funds into a single asset unless you're confident in its performance.
3. Use the shuffle feature if you're not happy with the available assets.
4. Be cautious with leverage - it can lead to big gains but also significant losses.

### Controls

* **+/-**: Increase/decrease allocation to an asset
* **Max**: Allocate maximum available funds to an asset
* **Dump**: Remove all allocation from an asset
* **Shuffle**: Get a new set of asset cards
* **Leverage**: Activate leverage on an asset (if available)
* **Pause/Play**: Pause or resume the game

Remember, the key to success is making quick, informed decisions based on market trends. Good luck, and may the market be in your favor!


---

# 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://docs.fyde.fi/fyde-trading-game/how-to-play.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.
