> 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/support/license-system.md).

# License System

### 1. Overview

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

* **Standard fee:** 30% of net profits
* **Referral fee:** 20% of net profits (when registering via our Binance referral link)

To view and manage your license, use the Telegram function **`license`** in your unCoded chat.

***

### 2. Checking Your License Status

In Telegram, use the function **`license` .**

You will receive a summary like this:

```
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:**

* **Status:** `true` if your license is active
* **Balance:** Remaining credit for future fees
* **Profit Share:** Your current fee percentage
* **Earnable Profit:** Profit you can still earn before depleting your credit
* **Total Profit:** Cumulative profit generated by the bot
* **Profit Paid:** Total fees collected by the system
* **Free Tokens:** Initial $100 credit granted to all users

***

### 3. Topping Up Your License Balance

To add credit, use our payment bot:

1. In the `license` summary, click the **@unCodedPayment\_bot** link.
2. If it doesn’t start automatically, send `/start` to initiate the bot.
3. Follow the prompts:
   1. **Enter your Binance UID** (the same account your bot uses).
   2. Select **`Deposit`** from the payment bot menu.
   3. Enter the **amount** you wish to deposit.
   4. You will receive a **Binance Pay link**—complete the payment there.
4. Your balance will be updated within **12 hours**.

***

### 4. Fee Structure

* **Standard Users:** 30% of each profit
* **Referral Users (**[**with our Binance link**](https://bit.ly/B-20Fee)**):** 20% of each profit

Fees are automatically deducted from your license balance. If your balance reaches zero, further trading profits will be paused until you top up again.

***

For questions or assistance, join our community:

[unCoded Telegram Group](https://t.me/Official_unCoded)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.uncoded.ch/support/license-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
