# Limit orders

🚀 **You can now place limit orders or "buy the dip" using a few different methods!** Choose to set your limit order based on **Market Cap, Price, or % drop from the current price** – it's all up to you!

1️⃣ **Go to** `/start` and select **"Limit Orders"**

&#x20;**Choose "Place New Limit Order"**

* Enter the **token address** and adjust the settings to match your preferences 🎯

&#x20;2️⃣ **If "Auto Buy" is disabled** and you don’t have any tokens yet:

* Simply **paste the contract** and click **Limit Buy Mode.**

3️⃣✨ Want more control? You can also add different types of **limit orders** using **quick commands**. For more details, click [**HERE** 🔗](/solana/quick-bot-guide/quick-commands/limit-orders-buy-the-dip.md)!

<figure><img src="/files/0EpFL5ZsTlXy0WZsVYP6" alt=""><figcaption></figcaption></figure>

**How to Add a Limit Order** 🚀

1️⃣ **Choose Your Limit Order Type**

* **Market Cap (MC):** Buy when the token's **market cap** reaches your target.
* **Price ($):** Buy when the token hits a specific **price**.
* **% Drop:** Buy after the token **drops by a set percentage** from its current price.

2️⃣ **Set the Expiry Time**

* Use the format **"30s"** for **30 seconds** / **"5m"** for **5 minutes /** **"1h"** for **1 hour** / **"1d"** for **1 day**.
* The **minimum expiry is 30s and the maximum expiry** is **72 hours (3 days)**.

3️⃣ **Enter the Amount of SOL**

* Specify how much **SOL** you want to spend on this order.

4️⃣ **Set Your Trigger Condition**

* **Market Cap (MC):** Enter the market cap at which you want to buy (e.g., **20500**, **20.5k**, or **1.1m**).
* **Price ($):** Set an exact price you want to buy at (e.g., **"0.199"**, meaning when the token reaches $0.199, the order will execute).
* **Percentage Drop (%):** Specify how much the price should drop to trigger the order (e.g., **"10%"**—if the current price is **$0.2388**, a 10% drop would trigger at **$0.2149**).

Once all settings are adjusted, **preview your order**, review the details, and confirm! ✅

💡 **Your order will execute automatically once the conditions are met!** 🚀

You can **edit or cancel** your order anytime:&#x20;

By typing **/limitorders** in the bot .

Clicking **/start** and selecting **Limit Orders.**

Pasting contract then clicking on Limit Order value:\
![](/files/YCBrdYdEmvLB6zLWBckL)


---

# 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://rektbot.gitbook.io/solana/quick-bot-guide/limit-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.
