# Quickstart

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

The purpose of this document is to give a general overview of KuCoin Community Chain and to serve as a starting point for new users to the KCC ecosystem.&#x20;

| For Developers                                                                                                      | For Individuals                                                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [How about the KCC consensus](/overview/consensus-engine.md) - Introduction to the KCC consensus model              | [What is KCC](/overview/introduction.md) - An overview of KCC                                                                                                             |
| [How to deploy smart contract on KCC](/developers/deploy-smart-contract.md) - A guide on smart contract deployment  | [Wallet setup](/individuals/wallet/tutorial-on-how-to-set-up-wallet.md) - A guide on how to setup wallet for using KCC                                                    |
| [How to deploy tokens](/developers/issue-erc20-token.md) - A guide on token deployment                              | [Connect wallet to KCC](/individuals/network-configuration/tutorial-on-how-to-config-kcc-network-in-metamask.md) - A guide on how to configure KCC network in your wallet |
| [How to deploy NFTs](/developers/deploy-nfts.md) - A guide on NFTs deployment                                       | [Transfer assets to KCC](/individuals/bridge-assets.md) - A brief intro on token transfer                                                                                 |
| [How to run a full node](/developers/run-a-node/run-a-full-node.md) - Steps to run a full node                      | [Get KCS token](/individuals/kcs-token/get-kcs.md) - A guide of the several ways to get KCS token                                                                         |
| <p><a href="/pages/qxclXIaQKNMamGLNFkMU">How to run a validator node</a> - Steps to r</p><p>un a validator node</p> | [Find a dApp on KCC](/individuals/find-a-dapp.md) - Explore KCC ecosystem                                                                                                 |
| [How to find out the development tools](/developers/dev-toolkit.md) - A collection of development tools             | [Submit your dApp on KCC](/individuals/find-a-dapp.md) - Learn how to submit your dApp                                                                                    |
| [What is KCC Oracle](/developers/oracles/kcc-oracle.md) - Learn more about KCC Oracle                               | [Stake KCS to earn rewards](/individuals/kcs-token/stake-kcs.md) - Tutorial on participating in node staking                                                              |
| [What is KCC roadmap](/future-developments/milestone.md) - Discover the future of KCC                               | [How to join KCC communities](/contact-us/contact-us.md) - Get updates on things we are currently working on                                                              |


---

# 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://docs.kcc.io/quickstart.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.
