> For the complete documentation index, see [llms.txt](https://polyquant-1.gitbook.io/wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyquant-1.gitbook.io/wallet/trading/buying-and-selling.md).

# Buying & Selling

## Buying & Selling

The **Buying & Selling** screen is where you place trades on a selected market outcome.

polyquant supports both **market** and **limit** orders for buying and selling.

***

### Opening the trade screen

From **Market View**, tap one of the following buttons:

* **Buy Yes**
* **Buy No**
* **Sell Yes**
* **Sell No**

This opens the trade screen for the selected action.

***

### Trade screen overview

Example:

```
🟢 Buy Yes

💹 Ask (market): 77.0¢   Bid: 76.0¢

📊 Market price for BUY: 0.7700

💰 Available balance: $747.88
```

This screen shows:

* current bid and ask prices
* the price used for market execution
* your available balance

***

### Order size

You enter the **order size in USD**.

polyquant automatically converts USD to shares.

```
shares = usd / price
```

Minimum order size:

* **5 shares**

***

### Market orders

To place a **market order**, enter only the USD amount.

Example:

```
• 10 — market order for $10
```

Market orders:

* execute immediately
* use the best available price
* may experience slippage depending on liquidity

Use market orders when speed matters.

***

### Limit orders

To place a **limit order**, enter both a **price** and a **USD amount**.

Example:

```
• 0.46 10 — limit order (price 0.46) for $10
```

Limit orders:

* execute only at your chosen price or better
* may fill partially or fully
* remain open until filled or cancelled

Use limit orders when price control is more important than speed.

***

### Buying outcomes

When you **buy Yes or No**:

* you open a position in that outcome
* funds are locked until you sell or claim
* your position value changes with price

***

### Selling outcomes

When you **sell Yes or No**:

* you reduce or close an existing position
* proceeds are returned to your balance
* you can use market or limit sell orders

Selling allows you to exit before market resolution.

***

### Execution notes

* Always check prices before confirming
* Refresh prices if the market is moving
* Ensure sufficient liquidity for larger orders

***

### Next steps

After placing trades, you can:

* Manage **open orders**
* Monitor **positions and PnL**
* Sell positions or **claim finished markets**

\
\
[https://x.com/polyquant\_labs\
https://t.me/polyquant\_labs <br>](<https://x.com/polyquant_labs&#xD;&#xA;https://t.me/polyquant_labs&#xD;&#xA;>)


---

# 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:

```
GET https://polyquant-1.gitbook.io/wallet/trading/buying-and-selling.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.
