> For the complete documentation index, see [llms.txt](https://docs.pixudi.com/pixudi-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixudi.com/pixudi-manual/tieng-viet/tinh-nang-chuoi-khoi/cuon-xuc-xac.md).

# Cuộn xúc xắc

Việc tung xúc xắc trong Pixudi được triển khai trên chuỗi để đảm bảo rằng nó diễn ra ngẫu nhiên và không ai có thể sửa đổi. Quá trình này gồm nhiều bước:

1. Sau khi nhấp vào nút Tung xúc xắc, một yêu cầu sẽ được gửi đến máy chủ, nơi hàm GET của hợp đồng thông minh được gọi, tạo ra một giá trị ngẫu nhiên
2. Nhận kết quả trên máy chủ
3. Gửi kết quả cho người chơi

<br>


---

# 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:

```
GET https://docs.pixudi.com/pixudi-manual/tieng-viet/tinh-nang-chuoi-khoi/cuon-xuc-xac.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
