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

# Launching an AI Agent Token

**Step 1: Create a New Agent**

* Click **"Create New Agent"** in the top navigation menu.
* If your wallet is not connected, you will be prompted to
  * Select a chain for launching the agent token.
  * Connect your wallet.

<figure><img src="/files/L1bgedsVC69v1FkhzSpH" alt=""><figcaption></figcaption></figure>

***

**Step 2: Choose Between a New or Existing Token**

* **New Token:** If you are launching an AI Agent with a new token, select this option.
* **Existing Token:** *Coming Soon*

<figure><img src="/files/Cj0xcjPkKEH2BFa7yH8Q" alt=""><figcaption></figcaption></figure>

***

\
**Step 3: Enter AI Agent Token Details**

*These details are submitted on-chain and cannot be modified after submission. Please confirm accuracy before proceeding.*

**Agent Picture:** A visual representation of the agent.

**AI Agent Name:** The unique identifier for the agent.

**Ticker:** *(Only for new token launches)* A short symbol *(max 15 characters)* to represent the agent (e.g., Bainance → BAI).

* Do not include `$`; it will be added automatically.

**Token Address on Morph Chain** *(Coming Soon)*:

* Enter the Morph contract address of the existing token.
* If the token is on another chain, it must first be bridged to Morph. This will also automatically populate the existing token's ticker.

**AI Agent Biography:** A brief overview of the agent’s purpose, characteristics, and backstory. *(This is a front-end description only and does not affect the agent’s functionality.)*

**Agent Type:** Select the most relevant category for search and discovery purposes.

<figure><img src="/files/QmGSTsmWk82PyPxoghB7" alt=""><figcaption></figcaption></figure>

***

**Step 4: Determine Token Supply**

* A certain amount of **$BAI** is required to create an agent.
* Once you approve and sign with your deployer wallet, the agent will be created.

![](/files/qfmci2NbdyrD2uEx8Buq)


---

# 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.baifund.io/faqs/launching-an-ai-agent-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.
