> 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/account-registration-and-wallet-creation.md).

# Account Registration and Wallet Creation

## Creating Your UnicornX Account

1. **Visit the UnicornX website or App**

   * Open [Unicornx.ai](https://unicornx.ai) or download the mobile app.

2. **Sign-up with Email**

* Enter your email address.
* Read and agree to the **Terms of Service** and **Privacy Policy**.
* Click **Next** to proceed.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfb2Vqrc_TjFS7WyDBDXNA1xAqKBe6haWGPt8cugpGuxtnOWXzjInaKGH8bb_QUVCioghMjTAceWBFb-L3_Ho9i-c1hHhj9Hhq5TyqveqeLE7d2Zuaabhc82LsTT2FKe03taGVz4g?key=PProvqAdOHMmcER2XlULNdpw)

3. **Enter Referral Code (Optional)**

* If you have a referral code, enter it during this step.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfo7seL12FnEZGxtR894HXcrqQUy-_d9PWEhQWzF9P02A8tTfXeF8Aa9kcC5X2Ekk_yWTpiJ8wLh5J-2plcPIDTOZJGgjkaL9mVAWZWyM9q-3gsBShT8s9egApcjX2Jp1mdI7K-bQ?key=PProvqAdOHMmcER2XlULNdpw)

4. **Email Verification**

* Check your inbox for the verification code.
* Enter the received code to verify your email and log in.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeY9zlVCd-fwv5AUOmEXKU6amfYjHg399lriUIVD76wewKBeJdTu0GSuj_TMiNxzovWQ8f_HvDaqRJX6kECCjFsovLkV6KHFD2cRJkVzZu28OGc0A-kAOJhRi9GdaHC4erjmwIp?key=PProvqAdOHMmcER2XlULNdpw)

5. **Set Your Password**

   * Create a secure, unique password.
   * Complete the verification process.

6. **Automatic MPC Wallet Creation**
   * Once registration is complete, an MPC wallet address will be automatically generated for you.

## Understanding Your MPC Wallet

UnicornX uses advanced **Multi-Party Computation (MPC)** wallet technology in partnership with **Turnkey**, ensuring enhanced security for your digital assets.

#### Key Features of Your MPC Wallet:

* **Distributed Security**:\
  Your private keys are never stored in a single location.
* **Decentralized Signing**:\
  Cryptographic signing is distributed across multiple secure servers.
* **Complete Ownership**:\
  UnicornX NEVER has access to your private keys. You maintain full control of your digital assets.

This advanced security model significantly reduces risks associated with unauthorized access, combining the security benefits of decentralized storage with the convenience of custodial solutions.


---

# 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/account-registration-and-wallet-creation.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.
