> For the complete documentation index, see [llms.txt](https://xspacegroup.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xspacegroup.gitbook.io/untitled/overview/ai-trading-bot-system/presale-buy-bot/user-manual.md).

# User manual

**Step 1:** Accessing Xspace Trading Bot

Users can access PRESALE BUY BOT through the Telegram service.

Visit the following link: [**https://t.me/xspace\_trading\_bot**](https://t.me/xspace_trading_bot)

<figure><img src="/files/3r6GpUIXWOyVN3yDBOml" alt=""><figcaption></figcaption></figure>

Press: **Start**&#x20;

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

**Step 2:** Add wallet address

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

<mark style="color:blue;">**Method 1**</mark>**&#x20;-** For those of you who already have an ERC20 wallet

Select "Import Wallet"

<figure><img src="/files/ddA94JrLTgj7xXzKqRyo" alt=""><figcaption><p>Select "Import Wallet"</p></figcaption></figure>

Enter the **private key** phrase

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

You have successfully added your wallet address

<figure><img src="/files/9Y37uKzNtZMOeAAYYP0N" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">**Method 2**</mark>**&#x20;-** Create a new ERC20 wallet

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

Your new wallet address has been generated successfully. Please make sure to keep your **private key** secure and never share it with anyone.

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

**Step 3:** Join the project that is open for Presale

Select "Buy Presale"

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

Enter in the chat box on telegram "Presale Address" on Pinksale

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

Select Blockchain

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

Select the quantity you want to buy or enter it manually

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

Notification that you have successfully participated in Presale

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

📌 <mark style="color:blue;">**How to get "Presale Address" on Pinksale**</mark>

**Access:** <https://app.xspace.fi/>

Scroll down to "**List Coin Presale**"

Select the project you want to participate in Presale

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

Select "**Presale**"

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

Copy "**Presale Address**"

<figure><img src="/files/pN9ByD9q8SffIRQVPZV1" alt=""><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://xspacegroup.gitbook.io/untitled/overview/ai-trading-bot-system/presale-buy-bot/user-manual.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.
