> For the complete documentation index, see [llms.txt](https://unicornx-ai.gitbook.io/unicornx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/quick-start-guide.md).

# Quick Start Guide

{% hint style="success" %}
🎯 **Get Started in 5 Minutes:**

* Scan to download → Register account → Join community → Fund BNB → Wait for Unicall copy trading opportunities
* Complete visual guidance, easy to master even with zero experience
  {% endhint %}

## 🚀 Step 1: Download and Install APP

### Scan QR Code to Download Official APP

Use your phone to scan the QR code below, or visit <https://unicornx.ai/app/download>

<div align="left"><figure><img src="/files/sTCxX3ihkfsrvCNf0fpu" alt="" width="200"><figcaption><p>Official Download QR Code</p></figcaption></figure></div>

### Choose the Right Download Method for You

{% tabs %}
{% tab title="🍎 iOS Users" %}
**Recommended: App Store Download**

1. Click the "App Store" button
2. Confirm the app name is "UnicornX"
3. Click "Get" to complete download and installation
   {% endtab %}

{% tab title="🤖 Android Users" %}
**Recommended: Google Play Download**

1. Click the "Google Play" button
2. Confirm the app name is "UnicornX"
3. Click "Install" to complete download

**Alternative: Direct APK Download**

* If Google Play is not available, choose "APK Direct" download
* Need to enable "Unknown Sources" installation permission first
  {% endtab %}
  {% endtabs %}

{% hint style="warning" %}
⚠️ **Security Reminder:** Android systems may display "risk warnings" - this is a standard prompt for all cryptocurrency apps (including Binance, etc.), please install with confidence.
{% endhint %}

***

## 👤 Step 2: Register Account

### Fill in Registration Information

1. **Enter Email**: Fill in your valid email address (Check to agree to the service terms and privacy policy)
2. **Fill Invitation Code**: `new` (Default invitation code is "new", if from other channels, please use the invitation code provided by them)
3. **Email Verification**: Check your email for the 6-digit verification code

After successful registration, the system will automatically generate a secure MPC wallet address for you.

***

## 💬 Step 3: Join Community

1. Please join the group according to the group link and joining method provided by the inviter
2. After joining the group, you can view trading signals and discussions within the group

***

## 💰 Step 4: Purchase and Fund BNB

### Through Exchange Purchase (Recommended)

**1. Choose Mainstream Exchanges**

* Binance, OKX, Bybit, etc.
* Register and complete identity verification

**2. Purchase BNB**

* Use fiat currency to purchase BNB
* Recommended purchase amount: Starting from $50-100

**3. Withdraw to UnicornX**

Enter UnicornX's "Homepage" or "Assets" page:

1. Click "Deposit"
2. Select "BNB"
3. Copy your BNB wallet address
4. Choose withdrawal on the exchange
5. Paste the UnicornX address
6. **Important: Select BSC network (BEP20)**
7. Confirm transfer

***

## 🎯 Step 5: Choose Copy Trading Method

### Recommended Method: Join Community Copy Trading (Faster Signal Reception)

{% hint style="success" %}
🚀 **Community Copy Trading Advantages:**

* Generally, according to system weight rules, quality communities receive Unicall signals faster than the scratch cards on the APP homepage
  {% endhint %}

### Alternative Method: APP Homepage Scratch Cards

* Wait for scratch cards to appear on the APP homepage
* Scratch to view trading signals
* May be relatively slower than community copy trading

### Important Risk Warning

{% hint style="danger" %}
⚠️ **Investment Risk Reminder:**

* Getting signals early doesn't necessarily guarantee optimal prices
* Please make decisions based on market conditions and your own investment preferences
* Avoid FOMO mentality, analyze rationally before investing
* All signals are for reference only and do not constitute investment advice
* Recommend starting with small amounts for testing, then increase investment after familiarizing with the process
  {% endhint %}


---

# 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://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/quick-start-guide.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.
