# Market Orders

***

{% columns %}
{% column width="50%" %}

## **Market Long**

A market‐order buy that immediately opens a position at the best available price // use when you want instant execution.

* **Market** tab: Executes immediately at the best available price.
* **Buy / Long** (green): Opens a bullish position (you profit if price rises).
* **Price 45.86**: The current mark price of the contract.
* **↻ Last price** button: Refreshes the price field to the latest mark.
* **50 vUSD**: Collateral committed (out of your 100 vUSD balance).
* **Half / All** shortcuts: Fill the input with 50% or 100% of available collateral.
* **Slider (0–100%)** with 25 / 50 / 75% ticks: Adjusts the fraction of collateral deployed.
* **Value 5,000 vUSD**: Notional size (= Price × Quantity).
* **Cost 50 vUSD**: Collateral locked to support the position.
* **Buy / Long** button: Submits the market buy order.
  {% endcolumn %}

{% column %}

<figure><img src="/files/OUavr2tTdg8NmhTU678U" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="50%" %}

## Market Short

A market‐order sell that immediately opens a bearish position at the best available price // use when you want to short the asset right away.

* **Market** + **Sell / Short** (red): Immediate execution of a bearish bet (you profit if price falls).
* **Price 45.86**: Entry price field set to the mark price you’ll sell at.
* **Collateral, slider, Value/Cost** function identically to Market Long.
* **Sell / Short** button submits the market sell order.
  {% endcolumn %}

{% column %}

<div align="right"><figure><img src="/files/ZsqMiX0BDUHHBIbyUpQL" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

***


---

# 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.nunchi.trade/copy-of-nunchi-testnet-user-guide/trading-interface/market-orders.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.
