> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/vn/san-giao-dich/tai-khoan-san-giao-dich/xac-minh-danh-tinh/tai-sao-can-thuc-hien-kyc.md).

# Tại sao cần thực hiện KYC?

**KYC (Know Your Customer)** là một quy trình tiêu chuẩn được yêu cầu theo các quy định tài chính toàn cầu. Quy trình này phục vụ một số mục đích quan trọng:

* **Tuân thủ quy định**\
  KYC đảm bảo rằng sàn giao dịch tuân thủ các yêu cầu quốc tế về Chống rửa tiền (AML) và Chống tài trợ khủng bố (CTF). Điều này giúp ngăn chặn các hoạt động bất hợp pháp như rửa tiền, tài trợ khủng bố và gian lận.
* **Xác minh danh tính người dùng**\
  Bằng cách xác minh danh tính của từng người dùng, sàn giao dịch có thể xác nhận rằng các tài khoản là hợp lệ và không được tạo bằng thông tin bị đánh cắp hoặc giả mạo.
* **Bảo mật tài khoản và tài sản**\
  Tài khoản đã được xác minh giúp giảm đáng kể nguy cơ truy cập trái phép, đánh cắp danh tính và các giao dịch gian lận. Điều này giúp bảo vệ cả người dùng và nền tảng.
* **Cải thiện quyền truy cập dịch vụ**\
  Hoàn tất KYC thường giúp người dùng được tăng hạn mức giao dịch và rút tiền, cũng như quyền truy cập vào các tính năng và dịch vụ nâng cao hơn.


---

# 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://support.backpack.exchange/support-docs/vn/san-giao-dich/tai-khoan-san-giao-dich/xac-minh-danh-tinh/tai-sao-can-thuc-hien-kyc.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.
