> For the complete documentation index, see [llms.txt](https://clonex.gitbook.io/clonex-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clonex.gitbook.io/clonex-documentation/products/mini-app.md).

# Mini App

### Start Building For Free : <https://dapp.clone-x.com/>

## What is it ?

Users can create their own voice assistants with the following customizable options:

Name Selection: Choose a unique name for your assistant. This name will be used to identify the assistant during interactions.

System Prompt: The system prompt defines the behavior and personality of your assistant. It provides guidelines for how the assistant responds to user inputs. Examples:

&#x20; • Professional Advisor: “You are a highly skilled advisor providing detailed and accurate solutions to problems.”

&#x20; • Friendly Assistant: “You are a cheerful assistant eager to engage in casual, positive, and helpful conversations.”

&#x20; • Tech Expert: “You are a knowledgeable tech expert who explains complex concepts in simple terms for beginners.”

&#x20; • Motivational Coach: “You are a motivational coach offering encouragement, positive reinforcement, and goal-oriented advice.”

&#x20; • Comedic Companion: “You are a witty assistant who responds with humor while remaining helpful and approachable.”

Feel free to craft a prompt that aligns with the unique personality you want for your assistant!

Initial Speech Text: The first message or greeting that your assistant delivers upon activation. Example: “Hello, I am here to assist you. How can I help today?”

Voice Selection: Users can choose between a Female Voice or a Male Voice.

Once customized, users can deploy their assistants by connecting their wallets through supported decentralized wallet platforms such as MetaMask and TrustWallet.

Features Coming Soon: The app will soon include a voice cloning feature, allowing users to replicate their own voice or other voices to create a more personalized assistant experience using advanced AI voice synthesis.

## Voice Cloning

* This feature will be available exclusively to holders of $CLX.

## Stages of Access&#x20;

1. All users can create and deploy a voice assistant for free. This stage is designed to let users experience the platform and its capabilities.&#x20;
2. Introduces access for holders of the CLX token. Only users holding a minimum of 100 dollars worth of the token will be able to access and deploy assistants, with the system verifying wallet balances.&#x20;
3. Transitions to a pay-per-minute model where users can purchase usage minutes using CLX tokens.<br>

## How does it work ?

Users start by connecting their wallets using MetaMask, TrustWallet, or other compatible wallets. They can then customize their assistant by setting a name, defining the system prompt, selecting the initial speech text, and choosing the voice. Once customization is complete, the assistant is deployed and ready for use. The app also tracks user activity, allowing cross-device access to assistants by syncing data with the user’s wallet address.&#x20;

\
The CloneX Mini-App is designed to offer a unique experience for users exploring voice AI technology. While our primary focus is on cybersecurity, we wanted to provide something valuable and enjoyable for our holders as we continue developing our larger products. This app allows users to create personalized voice assistants and enjoy features like token-gated access and voice customization. With the upcoming voice cloning feature, users will also be able to replicate voices for a more tailored and personal experience. The CloneX Mini-App is a way for us to give back to our community while they await the launch of our main projects.


---

# 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://clonex.gitbook.io/clonex-documentation/products/mini-app.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.
