> For the complete documentation index, see [llms.txt](https://doc.ave.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ave.ai/vn/huong-dan/telegram-bot-huong-dan/tao-vi-bot.md).

# Tạo Ví Bot

**Truy cập bot qua liên kết Telegram:** [https://t.me/AveSniperBot](https://t.me/AveSniperBot?start=ref_6400010117). Sau khi vào, nhấn nút **START** ở phía dưới để bắt đầu.

Đối với người dùng lần đầu, bạn phải tạo hoặc nhập ít nhất một ví (tối đa năm ví) để tiếp tục.

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

Chọn **Create Wallet**. Hệ thống sẽ tự động tạo một ví cho bạn, được quản lý bởi bot, và hiển thị thông báo xác nhận.

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

Bạn có thể nhấ vào biểu tượng bông tuyết để xem cụm từ ghi nhớ (mnemonic phrase). (***Quan trọng***: *Hãy lưu trữ mnemonic một cách an toàn—khuyến nghị ghi lại thủ công. Cụm từ mnemonic chỉ hiển thị một lần trong bot và không thể xuất ra.)*

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

Ngoài ra, bạn có thể chọn **Import Wallet** và nhập cụm từ ghi nhớ 12 từ của một ví hiện có để thiết .

Sau khi ví được tạo thành công, bảng điều khiển chính của bot sẽ xuất hiện. Bạn cũng có thể nhấp vào nút **Menu** để mở menu **/start** hoặc chỉ cần gửi lệnh **/start** để truy cập.

Bây giờ bạn đã sẵn sàng để sử dụng ví bot. Trước khi giao dịch hoặc sniping, đừng quên chuyển tiền và đảm bảo bạn có đủ phí gas trong ví.


---

# 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://doc.ave.ai/vn/huong-dan/telegram-bot-huong-dan/tao-vi-bot.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.
