# Getting KLAY

### Baobab 테스트넷과 Faucet <a href="#baobab-testnet-and-faucet" id="baobab-testnet-and-faucet"></a>

**테스트넷 KLAY** Faucet은 Baobab 네트워크에서 실행됩니다. The faucet can be accessed from the [Baobab Klaytn Wallet](https://baobab.wallet.klaytn.foundation). 테스트넷 KLAY를 받으려면, 유효한 Klaytn 계정이 있어야 합니다.

* 개인키 또는 키스토어 파일을 사용하여 계정을 지갑에 로드(load)하세요. 테스트넷 KLAY는 로드된 계정으로 전송됩니다.
* `Run Faucet` 버튼을 누르면 5 테스트넷 KLAY가 전송되고 잔액이 업데이트될 것입니다. 24시간마다 한 번씩 각 계정에 대해 Faucet을 실행할 수 있습니다.

### KLAY 거래소 목록 <a href="#klay-exchange-list" id="klay-exchange-list"></a>

KLAY는 다양한 거래소에 등재되어 있습니다. 아래 링크에서 KLAY 거래소를 검색해보세요.

* [CoinGecko에 등재된 KLAY 거래소](https://www.coingecko.com/en/coins/klay#markets)
* [CoinMarketCap에 등재된 KLAY 거래소](https://coinmarketcap.com/currencies/klaytn/markets/)


---

# Agent Instructions: 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://archive-ko.docs.klaytn.foundation/content/getting-started/getting-klay.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.
