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

# Chain Settings

{% hint style="info" %}
We recommend disabling unwanted chains. You can do that by clicking the corresponding button, which toggles the selected chain on and off.
{% endhint %}

DEVbot operates on multiple EVM-based chains, which makes it possible to have multiple balances on the same wallet, but on individual chains. When starting the bot, all supported chains are enabled by default: Ethereum, Base and Binance Smart Chain.

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

Since most users are likely not interested in launching on all of these chains, we recommend disabling unwanted chains under `Menu > Chains`. This will decrease waiting time significantly when fetching balances. You can still deploy and interact with your tokens on disabled chains and always enable them later, it will just not fetch and show the balance of its native currency in the [menu](/docs/bot-overview/getting-started.md#main-menu) and when [managing your wallet and withdrawing from it](/docs/bot-overview/manage-wallets.md).


---

# 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://devbot.gitbook.io/docs/bot-overview/chain-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.
