> 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/getting-started/getting-klay.md).

# Nhận KLAY

### Mạng thử nghiệm và Vòi Baobab <a href="#baobab-testnet-and-faucet" id="baobab-testnet-and-faucet"></a>

Vòi **KLAY dùng cho mạng thử nghiệm** chạy trên mạng Baobab. Vòi này có thể được truy cập từ [Ví Klaytn trên Baobab](https://baobab.wallet.klaytn.foundation). Để nhận được KLAY dùng cho mạng thử nghiệm, bạn cần phải có tài khoản Klaytn hợp lệ.

* Tải tài khoản của bạn vào ví bằng mã khóa riêng tư hoặc tập tin lưu trữ khóa. Đồng Đồng KLAY dùng cho mạng thử nghiệm sẽ được gửi đến tài khoản được tải.
* Nhấp vào nút `Run Faucet`, bạn sẽ nhận được 5 KLAY dùng cho mạng thử nghiệm và cập nhật số dư của mình. Xin lưu ý rằng bạn có thể mở vòi cho mỗi tài khoản 24 giờ một lần.

### Danh sách sàn giao dịch KLAY <a href="#klay-exchange-list" id="klay-exchange-list"></a>

KLAY được niêm yết trên nhiều sàn giao dịch. Vui lòng xem danh sách các sàn giao dịch KLAY qua các liên kết sau.

* [Các sàn giao dịch KLAY được niêm yết tại CoinGecko](https://www.coingecko.com/en/coins/klay#markets)
* [Các sàn giao dịch KLAY được niêm yết tại CoinMarketCap](https://coinmarketcap.com/currencies/klaytn/markets/)


---

# 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/getting-started/getting-klay.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.
