> For the complete documentation index, see [llms.txt](https://docs.bitbot.tg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbot.tg/how-to-claim.md).

# How to claim

### 1.Connect your wallet

* Ensure you are on the official Bitbot site ([bitbot.tg](https://bitbot.tg)), as it is the only authorized platform for claiming tokens.
* Connect the wallet you used to purchase BITBOT tokens.

<figure><img src="/files/2dHQhp0ZCORMSNXpopfZ" alt=""><figcaption></figcaption></figure>

### &#x20;2. Claim Your Tokens

* Once your wallet is connected, click the "CLAIM TOKEN IN BITBOT" button.

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

### 3.Verify Your Telegram Account

* Enter your Telegram Username that you intend to use for the claim.

{% hint style="danger" %}
Do not include "@" when entering your Telegram handle.
{% endhint %}

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

* After entering and confirming your Telegram Username, click the "GENERATE CODE" button.

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

* After generating the code, click the "COPY CODE" button.
* If you would like to edit the Telegram Username, click on the pencil icon.

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

* When COPIED is displayed, your code has been copied.
* Make sure the Telegram account you intend to use for the claim is logged into the device you are operating on, then click "OPEN BOT" button.
* Be sure to interact only with the official bot handle, <mark style="color:blue;">**@Hello\_Bitbot**</mark>. Don’t fall for scams—double-check the account name!

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

### 4. Complete the Claim Process

* After clicking "OPEN BOT" , you will be automatically redirected to Bitbot.
* Click the "Start" button, directly paste your code and send it to Bitbot.
* Bitbot will display the quantity of BITBOT tokens and the address containing your claim.
* Verify this information and then click the "Claim" button.

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

### 5. Confirmation

* Bitbot will immediately transfer your BITBOT tokens to your account.
* When you see the confirmation interface, your claim process has been successful.

<figure><img src="/files/gtgVAowqJqiJFArPE5jo" 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://docs.bitbot.tg/how-to-claim.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.
