> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/vi/hoc-tap/ve-vi.md).

# Về Ví

{% hint style="success" %}
Ví Web3 vừa là nơi lưu trữ token CHZ của bạn, vừa là chữ ký số để xác nhận các hành động trên blockchain.
{% endhint %}

Mọi giao dịch trên Chiliz Chain — dù là tạo NFT, chuyển token, hay tham gia vào quản trị cộng đồng — đều yêu cầu một giải pháp ví Web3 bảo mật.

Ví cho phép bạn lưu trữ, quản lý và kiểm soát khóa riêng tư của mình, điều này rất quan trọng để bảo vệ tài sản và xác minh các giao dịch của bạn trên blockchain.

Trong hệ sinh thái Chiliz, bạn có thể sử dụng nhiều loại ví khác nhau tùy theo nhu cầu.

Một vài ví dụ tiêu biểu:

* [MetaMask](https://metamask.io/) là tiện ích mở rộng trình duyệt phổ biến, tích hợp với các ứng dụng phi tập trung
* Ví multisig như [Safe](https://safe.global/) bổ sung thêm lớp bảo mật cho các giao dịch cộng tác
* [Socios.com Wallet](https://www.socios.com/new-socios-wallet-upgrade/) được xây dựng chuyên biệt cho các tương tác hướng đến người hâm mộ.

Các loại ví khác nhau phục vụ những nhu cầu khác nhau, dù bạn là nhà đầu tư cá nhân, nhà phát triển, hay tổ chức quản lý các giao dịch quy mô lớn. Mỗi loại đều mang đến sự kết hợp tính năng độc đáo giúp bạn tận dụng tối đa trải nghiệm Chiliz.

Xem thêm:

Cách sử dụng MetaMask

[Cách sử dụng ví multisig (Safe)](/vi/hoc-tap/ve-vi/cach-su-dung-vi-multisig.md)


---

# 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.chiliz.com/vi/hoc-tap/ve-vi.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.
