# Market Order

A **Market Order** lets you buy or sell a token instantly at the current market price. This is the fastest way to enter or exit a position.

**To Buy a Token Instantly:**

{% stepper %}
{% step %}
In the **“Order Type”** section, select Buy → Market.
{% endstep %}

{% step %}
Enter the amount you want to spend in USD or the network’s native token (e.g., SOL, TON).
{% endstep %}

{% step %}
Use the quick-select buttons for faster input.&#x20;

You can customize these in **Profile → Personalization.**
{% endstep %}

{% step %}
Optionally, set Take Profit and Stop Loss targets in advance.
{% endstep %}

{% step %}
Tap **“Swap”** to complete the trade.
{% endstep %}
{% endstepper %}

**To Sell at Market Price:**

{% stepper %}
{% step %}
Select Sell → Market in the **“Order Type”** section.
{% endstep %}

{% step %}
Enter the amount to sell (in USD or token quantity).
{% endstep %}

{% step %}
Tap **“Swap”** to sell instantly at the current price.
{% endstep %}
{% endstepper %}


---

# 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.lab.pro/market-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.
