> For the complete documentation index, see [llms.txt](https://nexabot-ai.gitbook.io/nexabot-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexabot-ai.gitbook.io/nexabot-ai/introduction/quick-start-guide/wallet-setup.md).

# Wallet Setup

Open <https://t.me/thenexabot> or id: @thenexabot on telegram and click start

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

2. Before you start using the bot, make sure you read and understand the following:
   * You need to generate a wallet authenticated by Apple or Google.
   * The wallet will only be accessible from this Telegram account and your authentication method.&#x20;
   * Without these, the wallet will not be accessible.

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

3. Next, click *Generate Wallet.* \
   You will be prompted to open a window in your browser, logging in with your Telegram account.

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

4. Then, authenticate your account via either an Apple or Google account.

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

5. After authentication, you will be prompted to choose your transaction approval mode. \
   \
   Auto approval mode: No requirement to manually approve and sign transactions. A faster and smoother trading experience.\
   \
   Manual approval signing mode: Manually sign every transaction by opening a webapp every time you conduct a buy, sell, or withdrawal. A safe and secure trading experience.\ <br>

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

6. After waiting a short moment, your wallet should have been created. You don’t need to copy and save your address, as you can access it easily within Nexabot. <br>

You can now click Back to Nexabot to return to the Telegram interface.

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

<br>


---

# 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://nexabot-ai.gitbook.io/nexabot-ai/introduction/quick-start-guide/wallet-setup.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.
