> For the complete documentation index, see [llms.txt](https://docs.kaanch.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaanch.network/presale.md).

# Presale

- [Pre-Sale Stage](https://docs.kaanch.network/presale/pre-sale-stage.md)
- [How To Buy](https://docs.kaanch.network/presale/how-to-buy.md): Note : Kaanch Tokens (KNCH) are currently available exclusively during the Kaanch  Network Presale . They are not yet listed on decentralized exchanges (DEX) like Uniswap.
- [Create A Wallet](https://docs.kaanch.network/presale/how-to-buy/create-a-wallet.md): Creating a cryptocurrency wallet is the first step to managing your assets and accessing blockchain networks like Kaanch Network.
- [Get Ethereum](https://docs.kaanch.network/presale/how-to-buy/get-ethereum.md): Ethereum (ETH) is essential for interacting with many blockchain networks, including bridging assets to Kaanch Network.
- [Import Token](https://docs.kaanch.network/presale/import-token.md): Import your Kaanch Network Tokens to your MetaMask and TrustWallet
- [MetaMask](https://docs.kaanch.network/presale/import-token/metamask.md): Import Kaanch Network Token into your MetaMask wallet.
- [TrustWallet](https://docs.kaanch.network/presale/import-token/trustwallet.md): Import Kaanch Network Token into your TrustWallet.
- [Others Wallets](https://docs.kaanch.network/presale/import-token/others-wallets.md): How to import Kaanch Network Token to your Defi wallet. Follow the guides below to import Kaanch Network Token to your wallet, if you do not see your wallet below reach out to support@kaanch.com


---

# 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.kaanch.network/presale.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.
