> For the complete documentation index, see [llms.txt](https://docs.trover.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trover.tech/using-trover/launch-a-token.md).

# launch a token

## launch a token

trover can prepare a pons token launch from an explicitly summoned **@meowairh** x mention or dm.

start the request with **launch token**, **create token**, or **deploy token**, then provide the required fields on separate lines:

```
@meowairh launch token
name: orbit cat
ticker: ORBIT
description: a community token for orbit cat
image: https://…
x profile: https://x.com/…
website: https://…
telegram: https://t.me/…
developer buy: 0
i confirm public ipfs upload
```

### required details

* name: letters, numbers, and spaces; up to 32 characters
* ticker: letters and numbers; up to 10 characters
* description: up to 256 characters
* token image
* x profile

the x profile can default to the author’s linked profile. for a public mention, the source post can become the website when no other website is provided.

### image consent

the token image is uploaded to public ipfs. your request must clearly consent to that public upload unless the deployment has explicitly enabled automatic confirmation.

### submission checks

before an enabled delegated wallet submits the launch, trover checks pons availability, verifies the configured first-party factory and launch configuration, and simulates the transaction.

{% hint style="danger" %}
token deployment creates a public onchain asset and public metadata. contract creation and image publication may be permanent. verify every field before confirming.
{% endhint %}


---

# 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.trover.tech/using-trover/launch-a-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.
