# Getting KLAY

### Baobab Testnet and Faucet <a href="#baobab-testnet-and-faucet" id="baobab-testnet-and-faucet"></a>

The **testnet KLAY** faucet runs on the Baobab network. The faucet can be accessed from the [Baobab Klaytn Wallet](https://baobab.wallet.klaytn.foundation). To receive testnet KLAY, you should have a valid Klaytn account.

* Load your account into the wallet using your private key or keystore file. Testnet KLAY will be sent to the loaded account.
* Clicking `Run Faucet` button will send you 5 testnet KLAY and update your balance. Note that you can run the faucet for each account once every 24 hours.

### KLAY Exchange List <a href="#klay-exchange-list" id="klay-exchange-list"></a>

KLAY is listed on various exchanges. Please find the list of KLAY exchanges through the following links.

* [KLAY exchanges listed at CoinGecko](https://www.coingecko.com/en/coins/klay#markets)
* [KLAY exchanges listed at CoinMarketCap](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-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.
