> ## Documentation Index
> Fetch the complete documentation index at: https://uncoded.ch/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Initial configuration

> Run the Setup Wizard to choose your bot type, risk profile, and trading pair, then activate your license to start trading.

Once deployment is complete, you must run the Setup Wizard to configure your trading strategy and link your unCoded account before the bot can trade.

***

## Access the bot dashboard

<Steps>
  <Step title="Open the dashboard in your browser">
    Navigate to your bot dashboard using your server's IP address and the frontend port you set during deployment (default: `4000`):

    ```text theme={null}
    http://YOUR-SERVER-IP:4000
    ```
  </Step>

  <Step title="Log in with your App Password">
    Enter the **App Password** you created during the deployment step.
  </Step>
</Steps>

***

## Run the Setup Wizard

The Setup Wizard guides you through four steps to configure your bot.

<Steps>
  <Step title="Step 1 — Select bot type">
    Choose the trading mode that matches your strategy:

    * **High Frequency Trading** — executes rapid trades on a single trading pair with automated risk management. Best for users who want a hands-off, single-pair setup.
    * **Multiple Token Trading** — trades multiple pairs simultaneously, each with its own individual risk settings. Best for users who want to diversify across pairs.
  </Step>

  <Step title="Step 2 — Select risk profile">
    Choose a risk level:

    * **Low Risk** — smaller trade sizes and conservative margins.
    * **Medium Risk** — balanced trade sizes and moderate margins.
    * **High Risk** — larger trade sizes and aggressive margins.

    These presets automatically adjust your trade sizes and margin thresholds. You can fine-tune individual parameters later from [Parameters Overview](/configuration/parameters-overview).
  </Step>

  <Step title="Step 3 — Select trading pair">
    Pick the trading pair you want the bot to trade (e.g., **ETHUSDC**). Use the filter to narrow the list by quote currency:

    * **USDT (Only non EU-Members)**
    * **USDC**
    * **FDUSD (Only non EU-Members)**
  </Step>

  <Step title="Step 4 — Review and confirm">
    The Summary screen shows your selected bot type, risk profile, and trading pair. Review the configuration, then click **Get Started** to proceed to activation.
  </Step>
</Steps>

***

## Licensing and activation

<Steps>
  <Step title="Link your Google account">
    The dashboard will display a unique code and a Google device link. Open the link in your browser and enter the code shown on your dashboard.

    <Note>
      You must use the **same Google account** you used to register at [uncoded.ch/account](https://www.uncoded.ch/account) — the account where your Binance UID is stored. Using a different Google account will prevent activation.
    </Note>

    The system will display a confirmation once your account is linked.
  </Step>

  <Step title="Accept the Terms of Service">
    Review the Terms of Service. Check the box confirming you have read and agree to the terms and conditions.
  </Step>

  <Step title="Start trading">
    Click **Start Trading**. Your bot is now <u>live</u>.
  </Step>
</Steps>

***

## Live dashboard

After activation, the dashboard shows real-time information about your bot:

* **License Balance** — your remaining trading credits.
* **Total Profit** — your accumulated earnings in USD.
* **Trading Bot Logs** — a live feed of every action the bot takes.

***

<Info>
  Your bot is now running. To get the most out of unCoded, explore the advanced parameters to fine-tune trade volumes, profit targets, stop-loss thresholds, and trading modes. See [Parameters Overview](https://uncoded.ch/docs/configuration/parameters-overview) for the full list of configurable options.
</Info>
