> For the complete documentation index, see [llms.txt](https://docs.creek.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creek.finance/mainnet-user-guide/how-to-trade.md).

# How to trade

**Available Markets**

* **GY/USDC** — speculate on gold's price volatility with built-in leverage
* **GR/USDC** — gain stable gold-baseline exposure

**Getting Started**

1. Before you can start trading, you need to create a BalanceManager.

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

1. Deposited funds appear in the Available column and can be used for trading immediately.

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

3. Enter the amount you want to deposit. The system will indicate if your Balance Manager already meets the minimum requirement.

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

3. Click Confirm to approve the transaction.

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

**Placing an Order**

1. On the right panel, select the **Buy** or **Sell** tab.&#x20;
2. Choose your order type:
   * **Market**: Execute immediately at the best available price
   * **Limit**: Set a specific price; order executes only when the market reaches your price&#x20;

**Limit Order**

1. Enter the **Amount** of GY (or GR) you want to buy or sell, or drag the **Size slider**.&#x20;

<figure><img src="/files/7T7KsTExwr8Z9CRQtsWU" alt=""><figcaption></figcaption></figure>

1. Click **Buy** or **Sell**. Your limit order will appear in the **Order Book** and in your **Open Orders** tab at the bottom.

**Market Order**

3. With **Market** selected, enter the amount of GY (or GR) you want to buy or sell in the **Amount** field. You can:
   * Type the amount manually
   * Drag the **Size slider** below to choose a percentage of your available balance (0% to 100%)&#x20;

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


---

# 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.creek.finance/mainnet-user-guide/how-to-trade.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.
