Skip to main content

General questions

unCoded is a self-hosted cryptocurrency trading bot that automates trading strategies. It leverages high-frequency trading techniques to capitalize on small market movements, giving you flexibility and independence.
unCoded connects to your Binance account via API keys and executes trades based on your configuration. It monitors price movements, places buy and sell orders, and operates continuously to maximize trading opportunities.
The self-hosted model ensures you have full control over your trading activities. Unlike centralized platforms, self-hosting eliminates dependency on third-party services and enhances security by keeping your data under your control.
  • Flexibility: Configure the bot to match your trading strategy.
  • High frequency: Execute thousands of trades daily to optimize returns.
  • Control: Run the bot on your own server with no reliance on centralized systems.
  • Cost efficiency: Reduce fees through Binance VIP1 status when trading with USDC.
Yes. The default configuration provides a reliable starting point for new users. Documentation and community support are available to help you set up and optimize the bot.
unCoded is optimized for PEPE/USDC. You can adjust the baseAsset and quoteAsset parameters in your configuration to trade other pairs available on Binance.
To get started, you need:
  1. A Binance account created through the official referral link.
  2. A compatible server with a static IP address.
  3. Basic trading capital in USDC and BNB to cover trading fees.
  4. Correctly configured API keys with the required permissions.
Yes. Open the Settings tab in your bot dashboard to adjust most parameters while the bot is running. Monitor performance closely after making significant changes to avoid unexpected outcomes.

Configuration questions

The default configuration provides a balanced setup to get you started quickly:
ParameterDefault value
baseAssetPEPE
quoteAssetUSDC
mode4
buyPercentage0.1
buySplits7
sellPercentages0.25, 0.35, 0.5, 0.75, 1, 2.5, 5
buyVolumes25, 15, 15, 15, 10, 10, 10
investmentPerBuy$20
sellActivateDistancePercentage0.1
sellCancelDistancePercentage1
Open your bot dashboard at http://YOUR-SERVER-IP:4000, navigate to the Settings tab, and click Edit to change any parameter. Some significant changes — such as buySplits or sellPercentages — require a bot restart to take effect.
  • baseAsset / quoteAsset: The trading pair (e.g., PEPE/USDC).
  • mode: The trading strategy preset for different market conditions.
  • buyPercentage: The percentage price drop required to trigger a buy.
  • buySplits: How many splits divide the investment per buy.
  • sellPercentages: The profit percentages at which sell orders execute.
  • buyVolumes: Allocation of total investment across each split.
  • 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.
Each mode is designed for specific market conditions. Mode 4 is a reliable starting point for most users. Experiment with different modes to find what fits your trading goals and risk tolerance.
Yes. Update baseAsset and quoteAsset to your preferred pair. Make sure the pair is available on Binance and aligns with your strategy.
Misconfigurations may lead to suboptimal trades or errors. Always double-check your settings before applying them. If something goes wrong, refer to the troubleshooting guide.
Some parameters can be changed without restarting the bot. For significant changes — such as buySplits or sellPercentages — a restart is required. Note your current settings before making edits so you can revert if needed.