> For the complete documentation index, see [llms.txt](https://katchu-labs.gitbook.io/katch-a-meme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://katchu-labs.gitbook.io/katch-a-meme/get-katched/how-to-onboard.md).

# How to onboard?

## **Start the Bot**

Open Telegram and search for `@katch_a_meme_bot`. Select the bot and start a chat.

{% hint style="info" %}
**Alternatively:**\
Type the command `/addmeme` to begin the onboarding process for your memecoin.
{% endhint %}

<div align="center"><figure><img src="/files/rJaOlkU50xO5uVZwGCQ0" alt="" width="375"><figcaption></figcaption></figure></div>

The bot will ask you to provide your memecoin’s contract address. Copy and paste the correct address to ensure accuracy.

<figure><img src="/files/wUzsAnZXUzU2WNmroWz4" alt="" width="375"><figcaption></figcaption></figure>

After you enter the token address, the bot will retrieve and display information such as links, etc.

<figure><img src="/files/fYbIGqiZq5IPBtZvPhVI" alt="" width="375"><figcaption></figcaption></figure>

Submit an engaging description of your coin that is at least 3 sentences long. This description will help generate fun AI-powered voice riddles for your coin, adding an interactive element to the game and making it more memorable for players.

<figure><img src="/files/K4rIYnmvGZjGzYuejrJs" alt="" width="375"><figcaption></figcaption></figure>

The updated information about your token will now be displayed

<figure><img src="/files/7qGYyYKof44IWpvXQPEo" alt="" width="375"><figcaption></figcaption></figure>

Upload an image that best represents your coin. This image will be used in trivia questions, so choose a clear and recognizable graphic that captures your brand but doesn't reveal the name.

<figure><img src="/files/h2bLNJwunUBkdj4kkFqj" alt="" width="375"><figcaption></figcaption></figure>

Review the information you’ve entered, then confirm and submit your details as prompted by the bot

<figure><img src="/files/7oIPMS1kjVa7IB3cKLyG" alt="" width="375"><figcaption></figcaption></figure>

Your coin is now in the queue to join Katch-A-Meme! Once approved and funded, it will be featured in trivia rounds across Telegram groups, giving it maximum exposure and engagement with the Katch-A-Meme community.

<figure><img src="/files/LhzoqbG7VpaFFJFtmjH3" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://katchu-labs.gitbook.io/katch-a-meme/get-katched/how-to-onboard.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.
