> For the complete documentation index, see [llms.txt](https://docs.xnomad.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xnomad.ai/xnomad.fun/agent-launchpad/create-an-ai-nft.md).

# Create an AI-NFT

### Create AI-NFTs for Everyone <a href="#anyone-can-create-their-own-agents" id="anyone-can-create-their-own-agents"></a>

Our platform makes AI-NFT creation accessible to all, empowering users of any skill level to effortlessly build, deploy, and manage autonomous agents. We’re dedicated to democratizing AI—removing barriers, offering open tools, and enabling more people to innovate and benefit from AI, regardless of their technical expertise or resources.

### How to Create an AI-NFT

We offer two creation modes to suit your needs: **Simple Mode** and **Advanced Mode**.

* #### Simple Mode

<figure><img src="/files/lEshSM7Zh4dMBJeCtksv" alt="" width="563"><figcaption></figcaption></figure>

Perfect for beginners! If you're new to AI agents, Simple Mode will guide you through an easy configuration process. Follow these simple steps to create your AI-NFT:

1. **Name**

   Give your AI-NFT a name, which will also serve as the agent’s name.
2. **Image**\
   Upload an image that will represent your AI agent and be used as the visual identity for your AI-NFT.
3. **Description**

   Describe the purpose and function of your AI agent. This description will be displayed alongside your AI-NFT.

   Provide biographical information or key traits about your agent. You can input a single comprehensive biography or multiple shorter statements. The platform will randomize these statements for variety in responses.
4. **Knowledge**

   This is for *Retrieval-Augmented Generation (RAG)*, which helps ground the character’s responses with factual information. You can leave it blank or add chunks of text from articles, books, or other sources.

* #### Advanced Mode

<figure><img src="/files/R1uHvDIXvgFBylWLEy63" alt="" width="563"><figcaption></figcaption></figure>

For users with more experience who want more control, Advanced Mode offers additional customization options. Complete these steps to configure your AI-NFT:

1. **Name**

   Give your AI-NFT a name, which will also serve as the agent’s name.
2. **Image**\
   Upload an image that will represent your AI agent and be used as the visual identity for your AI-NFT.
3. **Description**

   Describe the purpose and function of your AI agent. This description will be displayed alongside your AI-NFT.

   Provide biographical information or key traits about your agent. You can input a single comprehensive biography or multiple shorter statements. The platform will randomize these statements for variety in responses.
4. **Personality**

   Define your agent’s personality (e.g., Cynical, Cheerful, Melancholic).
5. **Greeting**

   Set the first message your agent will send in a new chat. If left blank, the user starts the conversation.
6. **Lore**

   Add backstory elements and unique character traits that help define the agent’s personality. These traits can be randomly sampled during conversations. Examples include:

   * "Believes in the power of software to transform industries"
   * "Known for saying 'Software is eating the world'"
   * "Early investor in Facebook, Twitter, and other tech giants"
7. **Style**

   Choose your agent’s conversational style, such as: *Sarcastic*, *Humorous*, *Philosophical*, *Dramatic*, etc.
8. **Adjectives**

   Select words that describe your character’s traits and personality. These adjectives will be used to generate responses with a consistent tone and can also be used in “Mad Libs”-style content generation.
9. **Knowledge**

   This is for *Retrieval-Augmented Generation (RAG)*, which helps ground the character’s responses with factual information. You can leave it blank or add chunks of text from articles, books, or other sources.

Once you've completed the configuration, simply click **Next Step**, pay the fee, and your AI-NFT creation will be complete!

### Fees

Creating an AI-NFT contains two types of fees: **Gas Fee** and **Creation Fee**.

* **Gas fee**

  Gas fees are paid to blockchain validators for processing transactions. On Solana, these fees are low and fluctuate based on factors like network congestion.
* **Creating fee**

  In addition to the blockchain-related gas fees, our platform charges a **0.1 SOL** creation fee. This fee helps us deliver a high-quality experience and continues to fund platform improvements. Genesis NFT holders enjoys a **70% discount** on the creation fee.


---

# 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://docs.xnomad.ai/xnomad.fun/agent-launchpad/create-an-ai-nft.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.
