> For the complete documentation index, see [llms.txt](https://archive-vn.docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-vn.docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/design.md).

# Thiết kế két Klaytn

Hiện tại, Klaytn Safe là tập hợp các công cụ để tạo và quản lý ví đa chữ ký, cụ thể là:

* **Safe React:** Đây là ứng dụng web phản ứng để tạo và tương tác với ví đa chữ ký.
* **Dịch vụ giao dịch Safe:** Dịch vụ này theo dõi các giao dịch được gửi qua các hợp đồng an toàn và lắng nghe các sự kiện từ các khối gần đây trong Cypress và Baobab. Các giao dịch cũng có thể được gửi đến dịch vụ để cho phép thu thập chữ ký ngoài chuỗi hoặc để thông báo cho chủ sở hữu về một giao dịch đang chờ gửi đến chuỗi khối.
* **Dịch vụ cấu hình Safe:** Dịch vụ này cung cấp thông tin cấu hình của môi trường máy khách Klaytn Safe, ví dụ như cấu hình tất cả chi tiết chuỗi và API.
* **Cổng máy khách Safe:** Đây là cổng kết nối giữa máy khách Klaytn Safe và các dịch vụ phụ trợ (dịch vụ giao dịch và Nút Klaytn)
* **Cơ sở hạ tầng Safe:** Đây là thiết lập cụm để triển khai các dịch vụ phụ trợ (Giao dịch Safe, Cấu hình Safe, Cổng máy khách Safe).

Vui lòng tham khảo [liên kết](https://github.com/klaytn/klaytn-safe-react) này để biết thêm thông tin.


---

# 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://archive-vn.docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/design.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.
