> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/getting-started/quickstart.md).

# Quickstart

{% stepper %}
{% step %}

### Get Started

<mark style="color:$info;">Visit</mark> [<mark style="color:$info;">https://xtrade.xyz</mark>](https://xtrade.xyz/) <mark style="color:$info;">and click</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Get Started**</mark>

<figure><img src="/files/PTFuCzVipvc9Gq8mlGoF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter Referral Code

<mark style="color:$info;">Don’t have one? Check XTrade’s official socials:</mark> [<mark style="color:$info;">Twitter</mark>](https://x.com/xtrade_xyz) <mark style="color:$info;">|</mark> [<mark style="color:$info;">Discord</mark>](https://discord.gg/xtrade)

<div align="left"><figure><img src="/files/QNLk6jGr5xCp0t2pzOkw" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Choose How to Connect

{% tabs %}
{% tab title="Telegram Bot" %} <mark style="color:$info;">Click</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Start with Telegram**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">to open the</mark> [<mark style="color:$info;">**XTrade bot**</mark>](https://t.me/XTradexyzBot)<mark style="color:$info;">, then tap</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Start**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">in Telegram to link your account</mark>

<div align="left"><figure><img src="/files/xH5WmnS4TfKHZZ6chweM" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Web3 Wallet" %} <mark style="color:$info;">Click</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Sign Up with Wallet**</mark><mark style="color:$info;">, choose your Web3 wallet, then sign the connection request to continue</mark>

<div align="left"><figure><img src="/files/oY8fw0hWCSyLuOgKo8kO" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Google" %} <mark style="color:$info;">Click</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Sign Up with Google**</mark><mark style="color:$info;">, and connect your account</mark>

<div align="left"><figure><img src="/files/49dpvBryGyFtcphIHecE" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Generate an XTrade Wallet

[Generate a New Wallet](/docs/getting-started/generate-a-new-wallet.md)
{% endstep %}

{% step %}

### You're In :tada:

<mark style="color:$info;">Tadah! You’ve successfully connected. Welcome to</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**XTrade.xyz**</mark><mark style="color:$info;">! First thing you'll see is the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Explore**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">page, where new pairs, top active tokens, and xStocks are listed</mark>

<figure><img src="/files/Z0cwxak94QETKth2ZwG9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### <a href="https://xtrade.xyz/explore" class="button primary" data-icon="fire">Show Me the Tokens</a>

{% endstep %}
{% endstepper %}

***

### :bulb: <mark style="color:orange;">**Useful Telegram Bot Commands:**</mark> <a href="#qa1a50f738w" id="qa1a50f738w"></a>

* `/start` — Start the bot
* `/login` — Generate a login link
* `/referral` — Get your unique referral link to share
* `/help` — Create a support ticket


---

# 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://xtrade.gitbook.io/docs/getting-started/quickstart.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.
