> ## 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.

# License system

> How unCoded licensing works — checking your status, topping up your balance, and understanding fee structure.

Every unCoded user starts with **\$100** of free license credit. License fees are deducted as a percentage of each profit the bot generates:

* **Standard fee:** 30% of net profits
* **Referral fee:** 20% of net profits — when you register via the [Binance referral link](https://bit.ly/B-20Fee)

Manage your license from Telegram using the `license` command.

## Checking your license status

In Telegram, run the `license` function. You will receive a summary like this:

```text theme={null}
License
Status:            true
Balance:           70.06$
Profit Share:      20%
Earnable Profit:   350.30$

Info
Total Profit:      2244.71$
Profit Paid:       448.94$
Free Tokens:       100$
```

**Field definitions:**

| Field               | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| **Status**          | `true` if your license is active                               |
| **Balance**         | Remaining credit available to cover future fees                |
| **Profit Share**    | Your current fee percentage                                    |
| **Earnable Profit** | How much profit you can still earn before your credit runs out |
| **Total Profit**    | Cumulative profit generated by your bot                        |
| **Profit Paid**     | Total fees collected by the system                             |
| **Free Tokens**     | The initial \$100 credit granted to all users                  |

## Topping up your license balance

<Steps>
  <Step title="Open the payment bot">
    In your `license` summary in Telegram, click the **@unCodedPayment\_bot** link.
  </Step>

  <Step title="Start the bot">
    If the payment bot does not start automatically, send `/start` to initiate it.
  </Step>

  <Step title="Enter your Binance UID">
    Provide your Binance UID — the same account your bot uses for trading.
  </Step>

  <Step title="Select Deposit">
    Choose `Deposit` from the payment bot menu.
  </Step>

  <Step title="Enter an amount">
    Enter the amount you want to deposit.
  </Step>

  <Step title="Complete payment via Binance Pay">
    You will receive a Binance Pay link. Complete the payment there.
  </Step>

  <Step title="Wait for balance update">
    Your license balance will be updated within **12 hours**.
  </Step>
</Steps>

<Warning>
  Only use official payment methods shown in this documentation. No member of the unCoded team will ever contact you proactively asking you to top up your license or send funds directly. If someone does, it is a scam.
</Warning>

## Fee structure

| User type                                                                       | Fee                |
| ------------------------------------------------------------------------------- | ------------------ |
| Standard users                                                                  | 30% of each profit |
| Referral users (registered via [Binance referral link](https://bit.ly/B-20Fee)) | 20% of each profit |

Fees are automatically deducted from your license balance. If your balance reaches zero, new buy orders are paused after a 24-hour grace period. Existing sell orders continue to execute. Top up via **@unCodedPayment\_bot** in Telegram to resume normal operation.

<Tip>
  Register using the [official Binance referral link](https://bit.ly/B-20Fee) to permanently reduce your profit share from 30% to 20%.
</Tip>
