> For the complete documentation index, see [llms.txt](https://docs.swoop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swoop.fun/limit-orders.md).

# Limit Orders

### What is a Limit Order?

A **limit order** is a request to buy or sell a token at a predefined **price** or **market cap**. Unlike **market orders** that are executed instantly at the current market rate, **limit orders** are only executed when the asset reaches your specified price or capitalization level.

Limit orders are a powerful tool for those who want to control **entry points**, **take-profit**, or **stop-loss levels** — without having to monitor the market 24/7.\
You simply set your target as a percentage of the entry price, and the order will trigger automatically when the conditions are met.

{% hint style="info" %}
🔧 You can customize the order with additional parameters to fine-tune it for your strategy.
{% endhint %}

## Limit Order Capabilities

[Swoop](https://t.me/swoop_solana_bot) allows you to place limit orders for both **buy** and **sell** actions.\
Available options depend on whether you hold the token in your wallet.

### If you don’t have the token

You can create a **limit buy** order.

<div align="left"><figure><img src="/files/9nv7ylh71JYyiGlbwyrt" alt="" width="375"><figcaption></figcaption></figure></div>

Or, buy the token instantly and set a **limit sell** afterward.

<div align="left"><figure><img src="/files/3p5T2oAi4BuxwCgQLVVv" alt="" width="375"><figcaption></figcaption></figure></div>

### If you already hold the token

You can create a **limit sell** order.

<div align="left"><figure><img src="/files/MAFl0PFIdY77GTCucxGZ" alt="" width="375"><figcaption></figcaption></figure></div>

Or, sell the token instantly at the current price.

<div align="left"><figure><img src="/files/271ojFxXsSKvqxz328VM" alt="" width="375"><figcaption></figcaption></figure></div>

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><strong>Limit Buy</strong>                      </p><p></p><p><strong>View guide</strong></p></td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/doRB5MenmyhMzODQckYI">/pages/doRB5MenmyhMzODQckYI</a></td></tr><tr><td><p><strong>Limit Sell</strong>                           </p><p></p><p><strong>View guide</strong> </p></td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/TMwk7LomS9vwLbdePUAB">/pages/TMwk7LomS9vwLbdePUAB</a></td></tr><tr><td><p><strong>Active Orders</strong>                   </p><p></p><p><strong>View guide</strong> </p></td><td><a href="/files/df10ReBUF2h9WGBEjj6u">/files/df10ReBUF2h9WGBEjj6u</a></td><td><a href="/pages/wMUAYRjVX5owE0Tw0AzB">/pages/wMUAYRjVX5owE0Tw0AzB</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.swoop.fun/limit-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
