> For the complete documentation index, see [llms.txt](https://docs.uncoded.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uncoded.ch/frequently-asked-questions-faq/configuration-questions.md).

# Configuration Questions

#### **What is the default configuration of unCoded?**

The default configuration provides a balanced setup to get you started quickly:

* **baseAsset:** PEPE
* **quoteAsset:** USDC
* **mode:** 4
* **buyPercentage:** 0.1
* **buySplits:** 7
* **sellPercentages:** 0.25, 0.35, 0.5, 0.75, 1, 2.5, 5
* **buyVolumes:** 25, 15, 15, 15, 10, 10, 10
* **investmentPerBuy:** $20
* **sellActivateDistancePercentage:** 0.1
* **sellCancelDistancePercentage:** 1

***

#### **How can I customize the configuration?**

You can modify the configuration by editing the `keys.env` or configuration files located in your unCoded directory. Ensure you restart the bot after making changes to apply the new settings.

***

#### **What do the configuration parameters mean?**

* **baseAsset/quoteAsset:** Defines the trading pair (e.g., PEPE/USDC).
* **mode:** Determines the trading strategy with preset values for different market conditions.
* **buyPercentage:** The percentage drop required to trigger a buy.
* **buySplits:** The number of splits for dividing the investment per buy.
* **sellPercentages:** Profit percentages for executing sell orders.
* **buyVolumes:** Allocation of the total investment across the splits.
* **investmentPerBuy:** The total amount invested per buy operation.
* **sellActivateDistancePercentage:** The percentage drop needed to activate sell orders.
* **sellCancelDistancePercentage:** The percentage drop at which sell orders are visually removed but remain active in the background.

***

#### **How do I choose the best mode?**

Each mode is designed for specific market conditions. Experiment with different modes to find the one that aligns with your trading goals and risk tolerance. Mode 4 is a reliable starting point for most users.

***

#### **Can I trade assets other than PEPE/USDC?**

Yes. To trade a different pair, update the `baseAsset` and `quoteAsset` parameters. Ensure the pair is available on Binance and aligns with your strategy.

***

#### **What happens if I misconfigure the bot?**

Misconfigurations may lead to suboptimal trades or errors. Always double-check your settings and refer to the documentation for guidance. In case of issues, consult the [Troubleshooting](/optimization/uncoded-troubleshooting.md) section.

***

#### **Can I adjust the configuration while the bot is running?**

Certain parameters can be adjusted without restarting the bot, but for significant changes (e.g., `buySplits` or `sellPercentages`), a restart is required. Always back up your configuration files before making edits.

***

#### **Where can I find recommended configurations?**

Check the [Example Configurations](/configuration-options/uncoded-configuration-examples.md) and [Advanced Configuration Tips](/configuration-options/advanced-uncoded-configuration-tips.md) sections for ideas and insights from the community.

***

If you need further assistance, contact support or join the unCoded Telegram group for community-driven help.
