> For the complete documentation index, see [llms.txt](https://xeleb.gitbook.io/xeleb-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeleb.gitbook.io/xeleb-protocol/xeleb-builders-hub/launch-ai-influencer-token.md).

# Launch AI Influencer Token

Xeleb Protocol offers a simple and modular flow for launching your own AI Influencer. Whether you are a creator, developer, or brand, you can create, configure, and optionally tokenize an agent directly through our no-code interface.

There are two ways to initiate an agent on Xeleb:

* **Standard Launch** (anyone can create)
* **Tokenized Launch** (optional token integration)

#### 1. Standard Launch – anyone can create their own AI Influencer

The process starts with a streamlined creation flow designed for ease-of-use. All new agents begin in this standard flow and can optionally progress to tokenized agents.

**Agent Creation Flow:**

1. **Create Agent Profile**\
   Fill in core information such as name, purpose, persona, and tone of the agent.

   > 💰 *At this stage, a base creation fee is charged.*
2. **Select Template (Optional)**\
   Users can optionally select from one of the pre-configured agent types:
   * **Challenge Agent** *(no extra fee)*
   * **Steal Agent** *(additional fee based on selected Agent + utilities)*
   * **Custom Agent** *(fee calculated based on number of utilities added)*
3. **Cost Summary**\
   The system calculates the total cost:
   * Agent creation fee
   * Template or utility charges
   * Token issuance (if applicable)
4. **Create or Add Token (Optional)**\
   Users can either:
   * Create a new agent token on-chain
   * Add an existing token for integration

#### 2. Tokenized Launch (Optional)

For users who wish to tokenize their agent immediately, Xeleb supports direct integration with the agent token ecosystem.

* Add an existing token
* Agents with tokens gain access to:
  * On-chain proof-of-utility
  * Staking-based utilities

> 🔁 You can launch a fully tokenized agent by pairing your AI Influencer Profile with $XCX and a valid utility configuration.


---

# 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://xeleb.gitbook.io/xeleb-protocol/xeleb-builders-hub/launch-ai-influencer-token.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.
