# Entry Strategy

**Buy Dip %:** The percentage drop from the market cap at the time the signal is received that must occur before the bot initiates a buy.&#x20;

**Buy Dip Timeout:** Sets a time limit (in seconds) for the dip to occur. Helps avoid buying tokens that are continuously dumping.

**Dip Recovery:** After the dip is triggered, this is the percentage rebound required before confirming the buy.&#x20;

**Dip Recovery Timeout:** Maximum time allowed (in seconds) for the recovery to happen. If the price doesn't rebound within this window, the bot will skip the trade.

<figure><img src="/files/uUgBtxx4aBtKZ7bh0zl8" alt=""><figcaption></figcaption></figure>


---

# 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.leap-blockchain.com/leap-telegram-bot/leap-telegram-setup/entry-strategy.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.
