# Buy/Sell Limit Orders

With MemeBot, you can set limit orders to buy or sell a token at a certain price/marketcap. This will help you get into tokens at a price that you want while you're away from your screens.

#### How To Place A Buy Order

1. Enter the token address and send it to the bot.
2. The bot will reply with NOW BUYING: and all the token info you need.
3. Click on the ↪️ Switch to Buy Limit Order
4. Now, you'll see Buy Trigger Price $0.000X (-25%) and Expiry
5. To change your trigger price, click on the Buy Trigger Price button and you'll have 3 ways to choose a trigger price:
   1. Enter price of token (in USD)
   2. Enter target market cap
   3. Enter decrease in percentage of the current price

<figure><img src="/files/RiCoc0wq8avfkSWCRSS5" alt="" width="295"><figcaption></figcaption></figure>

For example, a token that I want to buy is currently at $1M market cap. I want to get in at $800K market cap but I am going to be away from screens so I'm scared I won't get my order in.

Hence, I place an order for a trigger price of  `-20%` since the drop from $1M marketcap to $800K is 20%.

I set the expiry for 12 hours, and I place an order for 1 SOL.&#x20;

This will mean that for the next 12 hours, the bot will trigger a 1 SOL buy on the token the moment it hits $800K marketcap.<br>

#### How To Place A Sell Order

1. Go to the Homepage and hit `Sell`
2. Enter the token address and send it to the bot.
3. The bot will reply with NOW SELLING: and all the token info you need.
4. Click on the ↪️ Switch to Sell Limit Order
5. Now, you'll see Buy Trigger Price $0.000X (+50%) and Expiry
6. To change your trigger price, click on the Sell Trigger Price button and you'll have 3 ways to choose a trigger price:
   1. Enter price of token (in USD)
   2. Enter target market cap
   3. Enter decrease in percentage of the current price

For example, a token that I want to sell is currently at $1M market cap. I want to sell my tokens at $2M market cap but I will probably be asleep when this happens.&#x20;

Hence, I place a sell order for a trigger price of  `+100%` since the increase from $1M marketcap to $2M is 100%.

I set the expiry for 12 hours, and I place an order for 100%.&#x20;

This will mean that for the next 12 hours, the bot will sell 100% of that token the moment the marketcap hits $2M.

<figure><img src="/files/85klqAddeVM5S8BUz3cc" alt="" width="295"><figcaption></figcaption></figure>

#### <br>


---

# 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://solmemebot.gitbook.io/mebo/memebot-guide/buy-sell-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.
