# Trade

## Trade

PolyBoomBot trades Polymarket from Telegram with sub-second execution.

{% embed url="<https://www.youtube.com/watch?v=AVEttLdCZBo>" %}

### 1. Find a market

<div><figure><img src="/files/2EK5axVqEgHoJCKmEQJW" alt="" width="299"><figcaption></figcaption></figure> <figure><img src="/files/iKZ6sVEWBawNyTpIjStO" alt="" width="299"><figcaption></figcaption></figure> <figure><img src="/files/ijXTNeSH1L2bMnwC6mn5" alt="" width="299"><figcaption></figcaption></figure></div>

Open **Markets** (or type `/markets`).

Pick a market from the list.

Need help browsing? See [Browse Markets](/doc/about-polyboombot/browse-markets.md).

### 2. Choose YES or NO

Tap **YES** or **NO** to pick the outcome you want.

The bot shows live pricing and market details in-line.

### 3. Enter your stake

<figure><img src="/files/eDUzx3dM9MloDPWj7YFE" alt="" width="299"><figcaption></figcaption></figure>

Type the **USDC** amount and hit **Send**.

PolyBoomBot charges just **1% per trade** (buy & sell).

{% hint style="info" %}
For example, a $100 buy order will result in a $99 position, with $1 collected as a fee. There are no other hidden fees.
{% endhint %}

### 4. Confirm and manage the position

<figure><img src="/files/v39LjATKYnxJVHlCB0qZ" alt="" width="299"><figcaption></figcaption></figure>

You’ll see a confirmation message when the buy succeeds.

Use `/portfolio` to view positions and live P\&L.

To sell, follow [Closing a position](/doc/about-polyboombot/closing-a-position.md).


---

# 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://polyboom.gitbook.io/doc/about-polyboombot/trade.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.
