# Submitting a Polymarket Order

1. Navigate to **Predict** on the top nav bar and main Terminal Homepage.
2. You can click into the market card see a price history chart showing how probablities have trended over time and a list of submarkets with the event.
3. Select your market and outcome.
4. If this is your first order and you have never created a Polymarket account before then click "**Add Polymarket Account",** or for further information (please see: [Depositing Funds](/prediction-markets/polymarket/depositing-funds-polymarket.md))
5. There are three order types to execute your polymarket order.
   1. **Market -** Executes immediately at the best available price
   2. **Limit -** Sets a specific price you're willing to pay (in cents). The order waints until that price is avaialble.
   3. **VWAP -** Executes over a set duration at a volume-weighted average price. For more information please see: [VWAP](/creating-and-submitting-orders/advanced-settings/trajectories/vwap.md)
6. There are two input tpes, you can specify your trade size in:
   1. USDC - Dollar amount to spend for your bet
   2. Shares - Number of shares you would like to buy or sell
7. Before submitting, the form shows:

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

* For buy orders: "Total" (USDC cost) and "To profit" (potential return if the outcome wins)
* For sell orders: "Est. return" (expected USDC you'll receive).

Your available balance is displayed next to the amount field. If you enter more than your balance, the field turns red and the submit button is disabled.

Markets that are pending review for resolution finalization are restricted from trading.


---

# 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.tread.fi/prediction-markets/polymarket/submitting-a-polymarket-order.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.
