# Getting a License

To work with the MoonTrader terminal, you need to create a license in your personal account.

The license determines which exchange you will work with and what limitations apply to your account.

### License Types

Depending on your trading needs, different license types are available:

| License Type | Simultaneous orders | Order Size | Total order amount | Cost       |
| ------------ | ------------------- | ---------- | ------------------ | ---------- |
| Free         | 2                   | $100       | $300               | Free       |
| Basic        | 10                  | $200       | $10,000            | $20/month  |
| Regular      | 100                 | $1,000     | $200,000           | $50/month  |
| Pro          | Unlimited           | Unlimited  | Unlimited          | $100/month |

### How to Get an Unlimited(Deluxe, Grand) License for Free?

If you registered on an exchange via our referral link, you can get the Deluxe license for free, it has no limitations and is an equivalent to the PRO license type.

#### For Binance (main and subaccounts)

1. **Create a Free BINANCE license** in your [personal account](https://account.moontrader.com/licenses)
2. **Launch the core** with API keys from the account being verified
3. **Wait 10-30 minutes**, then restart the core and client
4. **Refresh the licenses page** — check the type change:
   * **Deluxe** — you are our referral on the exchange, eligible for an Unlimited license
   * **Grand** — used account is without referrer link, also eligible for an Unlimited license
   * **Free** — used exchange account of another referrer, license purchase required

#### For Bybit (main and subaccounts)

1. **Check your referrer** using [this guide](https://www.moontrader.com/blog/how-to-check-which-referral-link-your-bybit-account-is-registered-under)
   * If you see "MT-Team" — proceed to step 2
   * If not — [change your referrer](https://www.moontrader.com/en/blog/how-to-change-your-referrer-on-bybit) and check again
2. **Create a Free BYBIT license** in your [personal account](https://account.moontrader.com/licenses)
3. **Launch the core** with API keys from the account being verified
4. **Wait 10-30 minutes**, restart the core and client
5. **Check the license change**:
   * **BYBIT-Deluxe** — done, unlimited license is active
   * **Free** — no change occurred, purchase required or [change the referrer](https://www.moontrader.com/en/blog/how-to-change-your-referrer-on-bybit)

<details>

<summary><strong>Special case:</strong> if you see <strong>BYBIT-PRO-Legacy</strong> - follow the steps below</summary>

1. Click on the license → "Change type" → "Free"
2. Restart the core and wait 30 minutes
3. After changing to BYBIT-Deluxe, restart the core again

</details>

### Creating a Regular License

1. In your personal account, click the "Get a License" button
2. Select the Exchange
3. Select the appropriate license type
4. Verify all fields are filled correctly
5. Click "Get a Free License" or choose a paid license

### Getting Activation Data

1. Go to the "Licenses" section
2. Click on the created license row — it will expand
3. Copy and save:
   * **Activation code** — license activation code
   * **Core token** — token for connecting the core

You will need this data when installing and configuring the terminal.

**If you have any questions — contact our** [**support**](https://t.me/moontrader_support_en)**!**


---

# Agent Instructions: 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:

```
GET https://guide.moontrader.com/en-moontrader-docs/getting-started/working-with-moontrader.com/getting-a-license.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
