> For the complete documentation index, see [llms.txt](https://birdytradebot.gitbook.io/birdyai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://birdytradebot.gitbook.io/birdyai/getting-started/settings.md).

# Settings

The **Settings Menu** allows you to configure global preferences for your trading strategy in **BirdyTradeBot**

<figure><img src="/files/qRCUp1VoND6MmyhM1Flh" alt="" width="375"><figcaption><p>⚙️ Settings menu</p></figcaption></figure>

#### Global Settings Overview

✅ **Turn ON | ❌  Turn OFF**

* Enable or disable automated trading with a single click.
* Status: **✅ ON** means trading is active; click **❌ Turn OFF** to pause it.

♻️ **Toggle Mode**

* Switch between the four trading modes:
  * 🥇 **First Trending**
  * 📡 **Signal**
  * 📈 **ATH**
  * 🤫 **Insider**

**✍️ Mode-specific Settings**

* Some modes have special settings related, which can include:
  * ATH value that has to be reached to buy (ATH)
  * Win-rate of the signal provider (Signal, Insider)
  * Minimum marketcap (Signal, Insider)
  * Minimum security/confidence of the signal provider (Insider)
  * Minimum amount of calls (Insider)

✅ **Enable MoonBag | ❌  Disable MoonBag**

{% hint style="info" %}
What is MoonBag?

Have you had a situation where you sold too early and the token mooned x100? MoonBag is a method aimed to prevent that from happening.&#x20;

You can sell only 90% (or any other amount) of your holdings when it hits first TP and leave the remainder to be sold at a second, much higher TP.
{% endhint %}

* Enable or disable holding MoonBag
* If you see : **✅ ON** means trading is active; click **❌ OFF** to pause it.

🔴 **Set Stop Loss (SL)**

* Define your risk tolerance by setting a percentage for automatic sell when the price drops below this level.

🟢 **Set Take Profit (TP)**

* Maximize gains by setting a percentage for automatic sell when the price reaches this level.

⏰ **Deploy Time**

* This setting allows you to choose how recently a token was deployed. For example:
  * **Short timeframes** (e.g., 24–72 hours): Focus only on brand-new tokens with high early adoption potential.
  * **Longer timeframes** (e.g., 3000 hours or \~4 months): Include older tokens that have had time to stabilize or build traction.

&#x20;👛 **Top 10% hold**

* This setting ensures no single group (top 10 holders) controls too much of the token supply, reducing risks from large sell-offs or manipulation.

💰 **Set Buy Size**

* Specify the size of each automated buy (e.g., 0.1 SOL).

***

Once you’ve adjusted these global settings to your liking, proceed to select a trading mode. Each mode has its own specific configurations, explained in the following pages.


---

# 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:

```
GET https://birdytradebot.gitbook.io/birdyai/getting-started/settings.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.
