> For the complete documentation index, see [llms.txt](https://docs.candychain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candychain.com/candy-chain-intro/get-started.md).

# Get Started

## Getting Started with Candy Chain

<figure><img src="/files/8HTvceD1hDiSvXN3GDbN" alt=""><figcaption></figcaption></figure>

Welcome to Candy Chain, a revolutionary blockchain platform designed to reshape the crypto landscape. Joining the presale is an exciting step, and this guide will help you get started. Below, you'll find everything you need to set up your wallets and buy crypto for the presale on different chains.

### Setting Up Your Wallet

#### Ethereum (ETH)

1. **Choose a Wallet**: Select a wallet that supports Ethereum like [MetaMask](/candy-chain-intro/create-a-wallet/metamask.md), [Trust Wallet](/candy-chain-intro/create-a-wallet/trust-wallet.md), or Coinbase Wallet.
2. **Install the Wallet**: Follow the instructions to [install the wallet on your device](/candy-chain-intro/create-a-wallet.md).
3. **Create or Import a Wallet**: Either create a new wallet or import an existing one using the mnemonic phrase.
4. **Buy Ethereum**: Purchase Ethereum from an exchange and send it to your wallet. [Link to buying guide](https://docs.candychain.com/buy-ethereum).

#### Binance Smart Chain (BSC)

1. **Choose a Wallet**: Select a wallet like [MetaMask](/candy-chain-intro/create-a-wallet/metamask.md) that supports Binance Smart Chain.
2. **Configure the Network**: Add BSC network to your wallet. [Link to BSC configuration guide](https://docs.candychain.com/bsc-configuration).
3. **Buy BNB**: Purchase Binance Coin (BNB) and send it to your wallet. [Link to buying guide](https://docs.candychain.com/buy-bnb).

#### Polygon (MATIC)

1. **Choose a Wallet**: Select a wallet that supports Polygon like [MetaMask](/candy-chain-intro/create-a-wallet/metamask.md).
2. **Configure the Network**: Add Polygon network to your wallet. [Link to Polygon configuration guide](https://docs.candychain.com/polygon-configuration).
3. **Buy MATIC**: Purchase MATIC and send it to your wallet. [Link to buying guide](https://docs.candychain.com/buy-matic).

### Joining the Presale

1. **Visit the Presale Page**: Navigate to [Candy Chain Presale](https://presale.candychain.com/).
2. **Connect Your Wallet**: Select the wallet and chain you wish to participate with.
3. **Choose the Amount**: Select the amount you want to contribute.
4. **Confirm the Transaction**: Review and confirm the transaction in your wallet.
5. **Congratulations**: You are now part of the Candy Chain community!

### Additional Resources

* [Frequently Asked Questions](https://docs.candychain.com/faq)
* [Contact Support](mailto:support@candychain.com)
* [Bridge to Other Networks](https://bridge.candychain.com/)
* [Swap Tokens](https://swap.candychain.com/)

For media inquiries, partnership opportunities, and more, please visit our [Contact Page](https://candychain.com/contact).

Welcome to the Candy Chain community! We're thrilled to have you on board.

<br>


---

# 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.candychain.com/candy-chain-intro/get-started.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.
