> 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/publish-your-docs.md).

# FAQ

### Q: What is UnicornX?

UnicornX is the fastest AI-driven on-chain trading ecosystem, designed to provide a seamless and user-friendly cryptocurrency trading experience. Catering to both beginners and experienced traders, our platform offers an instant token discovery dashboard, secure wallet management, real-time market data, and effortless trading. With a focus on Solana-based assets, UnicornX enables users to buy, sell, distribute, collect, and monitor various cryptocurrencies efficiently. Additionally, our platform includes social trading features, allowing users to follow successful traders and earn rewards through referral programs.

### Q: What are the key features of the Wallet Module?

The Wallet Module provides comprehensive wallet management tools, including:

* Creating new wallets and importing/exporting private keys.
* Grouping wallets with notes for better organization.
* Wallet distribution for quick fund transfers to multiple addresses.
* Wallet aggregation for centralized fund management.
* Many-to-Many Transfers for efficient multi-wallet transactions.

### Q: How does the Swap Trading Module enhance trading?

The Swap Trading Module improves the trading experience through:

* Quick Buy/Sell shortcuts for faster transactions.
* Anti-Sandwich protection to reduce frontrunning risks.
* Transaction Acceleration for faster confirmation times.
* Managing trading pairs for simplified operations.
* Profit Statistics for automated report generation.

### Q: What functionalities does the Alert Reminder Module offer?

The Alert Reminder Module ensures proactive monitoring by providing:

* Wallet address monitoring alerts with batch additions.
* Exportable lists of monitored wallet addresses.
* Anomaly Monitoring to track unusual market activity.
* Developer Anomaly Notifications for detecting suspicious token behaviors.

### **Q: Where is my wallet data stored, and how can I prevent data loss?**

All wallet data is stored locally on your device and is not uploaded to any servers. To prevent data loss, it is essential to back up your wallets by exporting and saving them securely. Please note that clearing your browser cache will result in the permanent loss of all wallet data.

### Q: How does the UnicornX referral program work?

UnicornX offers a two-tier referral program that allows you to earn passive income by referring new users. You receive **40% of the trading fees** generated by users you directly refer (First-Level Referrals) and an **additional 10%** from the trading fees of users they refer (Second-Level Referrals).

### **Q: Can I customize my referral link?**

Yes, you can customize your referral link to your desired format. However, please note that the referral link can only be changed once.


---

# 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/publish-your-docs.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.
