# Settings

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

⚙️ Leap BNB Bot — Settings

This page explains all configuration options within the **Leap BNB Bot**.\
These settings let you manage performance, gas behavior, and trading limits for optimal results on Binance Smart Chain.

***

### 🌐 Node Setup

All BNB users must bring their own **RPC node**.\
Leap does **not** include in-house RPCs for BNB.

Paste your node URL into the RPC field.\
Keep your node in the same **region** as your VPS or system for the lowest latency.

> ⚠️ A slow or unreliable RPC will cause transaction delays or failures.\
> Always test your node before trading.

***

### ⚙️ General Settings

#### **Discord Webhook**

Add your Discord webhook here to receive instant trade notifications (buys, sells, PnL, and errors).\
Click **Test Webhook** to confirm the connection is working.

***

#### **RPC URL**

Enter your **BNB RPC node** here.\
If this field is left empty, the bot will not function — a valid RPC connection is required.

***

#### **Router & WBNB Addresses**

These are mandatory for proper transaction routing on BNB.

* **Router Address:** `0x10ED43C718714eb63d5aA57B78B54704E256024E`\
  (Official PancakeSwap Router)
* **WBNB Address:** `0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c`\
  (Wrapped BNB Contract)

> ⚠️ Make sure these are entered exactly as shown above.\
> Using incorrect addresses will cause trades to fail.

***

#### **Gas Settings**

Leap includes a built-in **automatic gas estimator** to simplify configuration.

You can choose from three modes:

* **Auto:** Uses the current network gas estimation (standard speed).
* **Fast:** Sets gas automatically at **+5 Gwei** above the estimated normal value for faster confirmations.
* **Custom:** Manually define your own Gwei value for complete control.

This ensures your transactions land efficiently, even under heavy network load.

> 🧠 Tip: “Fast” mode is the best balance between cost and confirmation speed for most traders.

***

#### **Gas Limit**

Defines the maximum gas that can be used per trade.\
This ensures your transaction always has enough capacity to execute successfully, even during volatile market conditions.

***

#### **Max Open Positions**

Set the maximum number of active tokens you can hold across all tasks.\
When this limit is reached, new entries will pause automatically until a position is closed.

***

#### **Disable Tour**

Disables the setup walkthrough that appears on first launch.

***

#### **Forget “Buy Once” on Restart**

When enabled, this resets the “Buy Once” filter after a restart — allowing tokens to be repurchased again.

***

#### **Import / Export Tasks**

Allows you to export all active task configurations or import them to another system.\
Ideal for migrating setups or running multiple devices.

***

#### **Import / Export Settings**

Export or import your bot-wide settings (RPCs, gas preferences, limits, etc.) for quick restoration.

***

#### **Save Settings**

Once all configuration fields are complete, click **Save** to apply changes.

> ⚠️ Always double-check your RPC, router, and WBNB addresses before trading.\
> Incorrect values will result in failed or stuck transactions.

***

### 🔒 Security Reminder

* Wallets and private keys are stored **locally** and **encrypted**.
* Leap never has access to your wallets or private data.
* Always back up your private keys securely outside of the bot.

***

### ✅ Summary

Before trading on BNB:

1. Make sure you have an **active BNB License** (request via our [Discord](https://discord.gg/leaptrading)).
2. Add your **RPC**, **Router**, and **WBNB** addresses.
3. Select your **gas mode** — Auto, Fast, or Custom.
4. Configure trading limits and save settings.

Leap BNB is built for **speed, precision, and reliability** on the Binance Smart Chain.\ <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://docs.leap-blockchain.com/leap-trading-bnb-bot/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.
