> For the complete documentation index, see [llms.txt](https://docs.kcc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kcc.io/individuals/kcs-token/get-kcs.md).

# Get KCS

There are many ways to get KCS, including buying KCS on CEX ([KuCoin](https://www.kucoin.com/)) or DEX ([MojitoSwap](https://www.mojitoswap.finance/)),  and borrowing KCS from lending protocols like [Torches](https://www.torches.finance/en).

Also, If you are new to the KCC network and have [set up your KCC Wallet ](/individuals/wallet/tutorial-on-how-to-set-up-wallet.md)successfully, you have the chance to claim free KCS as a gas fee.

### Here is the tutorial on how to use KCC Faucet to get  FREE KCS Gas

1\. Visit <https://faucet.kcc.io/>

2\. Login with Twitter first before claiming free KCS.

<figure><img src="/files/eJUmvrUuOPDhUTQKXcDK" alt=""><figcaption></figcaption></figure>

3\. Enter your KCC wallet address and finish the ‘reCAPTCHA’.

<figure><img src="/files/i9DewDvX5H12C0x4sybT" alt=""><figcaption></figcaption></figure>

4\. Click the ‘REQUEST 0.0005KCS’ button to claim your KCS token.

5\. You will see this pop-up when you successfully claim KCS.


---

# 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://docs.kcc.io/individuals/kcs-token/get-kcs.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.
