> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/evm/evm-bot/settings/degen-mode.md).

# Degen Mode

{% hint style="info" %}
Degen Mode instantly buys a token as soon as its contract address is entered in Telegram, without asking for additional details. Once typed, it will attempt to purchase based on your settings, regardless of your balance.

***

The guide below refers to BSC. The same logic applies to all supported blockchains, although buttons and available features may vary.
{% endhint %}

{% hint style="danger" %}
**DEGEN MODE:**

* When turned ON, Degen Mode will attempt to **buy immediately as soon as the token address is entered**, even before the token menu appears. It will try to execute the purchase regardless of the wallet balance.
* Once the token is sold, it won’t attempt to rebuy, even if auto-buy is enabled.

**🟢 ON –** Automatically buy a coin when the coin address is pasted.\
🔴 **OFF –** Manually start buy when the coin address is pasted.
{% endhint %}

{% embed url="<https://youtu.be/VSJeb-yKzho>" %}

***

{% stepper %}
{% step %}
Select the desired blockchain

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FmwfCA6if24aBREkrzdt9%2FScreenshot%202026-01-19%20alle%2015.58.49.png?alt=media&#x26;token=a9601de9-3998-4c92-91cb-0a6a86c2d6e6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap <kbd>Degen Mode</kbd>

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FMTEKPIpGyjEXNe3eBm8l%2FDegen%20Mode.png?alt=media&#x26;token=438add6c-a3ab-473c-95e4-96c43a8236fa" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/Mr084scvBOlyJNTPz5jd" alt=""><figcaption></figcaption></figure></div>

| Button           | Action                                                         |
| ---------------- | -------------------------------------------------------------- |
| Degen State      | Turn auto buy On and Off.                                      |
| Degen Amount     | Choose the preset BNB amount to buy.                           |
| Degen Slippage   | Set the slippage percentage.                                   |
| Min MCap         | Set the minimum market cap you are willing to buy at.          |
| Max MCap         | Set the maximum market cap you are willing to buy at.          |
| Min Liq          | Set the minimum BNB liquidity needed to buy.                   |
| Max Liq          | Set the maximum BNB liquidity needed to buy.                   |
| Reset Degen      | Hit Reset Degen to clear the history and allow tokens re-buys. |
| {% endstep %}    |                                                                |
| {% endstepper %} |                                                                |


---

# 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.bloombot.app/evm/evm-bot/settings/degen-mode.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.
