# Ecosystem

## Candy Chain Ecosystem Overview

Welcome to the Candy Chain Ecosystem documentation! This page aims to give you a comprehensive understanding of the entire ecosystem. From the core features to how various components interact with each other, this guide serves as your one-stop resource for everything Candy Chain.

***

### Table of Contents

1. [Introduction](https://docs.candychain.com/candy-chain-intro/what-is-candy-chain)
2. [Core Components](https://docs.candychain.com/products)
   * [Smart Contracts](https://docs.candychain.com/developers/smart-contracts)
   * [Bridge](https://docs.candychain.com/products/sugar-bridge)
   * [Swap](https://docs.candychain.com/products/candy-swap)
3. [Supported Blockchains](https://docs.candychain.com/mutlichain)
4. [Team & Support](https://docs.candychain.com/team)
5. [Community & Social Links](https://docs.candychain.com/contact-us/social-accounts)

***

### Introduction

Candy Chain is a multi-faceted blockchain ecosystem designed to facilitate decentralized transactions, swaps, and much more. By integrating multiple blockchains and providing a range of features, we aim to create an inclusive and efficient environment for all crypto enthusiasts.

***

### Core Components

#### Smart Contracts

* **Ethereum Smart Contract:** [Etherscan Link](https://etherscan.io/address/0x70a8546f70d404afa13912cd4f35584f56fe03cc)
* **Binance Smart Chain Contract:** [BSCScan Link](https://bscscan.com/address/0x3ba5cabd330ed172991b645df91bb8b29a9214f0#code)
* **Polygon Smart Contract:** [PolygonScan Link](https://polygonscan.com/address/0x3ba5cabd330ed172991b645df91bb8b29a9214f0#code)

Smart contracts form the foundation of the Candy Chain ecosystem. They handle the tokenomics, swaps, liquidity provision, and more. All our contracts have been audited to ensure maximum security.

#### Bridge

* **Bridge URL:** [https://bridge.candychain.com](https://bridge.candychain.com/)

Candy Chain's bridge enables seamless cross-chain transactions. Transfer your Candy Chain Tokens between Ethereum, Binance Smart Chain, and Polygon effortlessly.

#### Swap

* **Swap URL:** [https://swap.candychain.com](https://swap.candychain.com/)

Our swap feature allows users to exchange tokens in a decentralized manner. It supports multiple pairs, enabling you to trade your Candy Chain Tokens for other cryptocurrencies and vice versa.

***

### Supported Blockchains

* Ethereum
* Binance Smart Chain
* Polygon

We are always looking to expand our reach. Stay tuned for more supported blockchains in the future!

***

### Team & Support

* **Press Inquiries:** <press@candychain.com>
* **Support:** <support@candychain.com>
* **Media:** <media@candychain.com>
* **Exchange Relations:** <exchanges@candychain.com>
* **Report Abuse:** <abuse@candychain.com>
* **Partnership:** <partner@candychain.com>
* **Career Opportunities:** <jobs@candychain.com>

***

### Community & Social Links

* **Twitter:** <https://twitter.com/CandyChainCoin>
* **Link Tree:** <https://linktr.ee/candychain>
* **GitHub:** <https://github.com/candychaincoin>
* **Telegram:** <https://t.me/CandyChainCoin>
* **Discord:** <https://discord.com/invite/candychain>
* **Reddit:** <https://www.reddit.com/r/CandyChain/>

***

For more detailed information on each component, feel free to explore our extensive documentation. Your journey in the Candy Chain ecosystem is about to get sweeter!


---

# 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.candychain.com/ecosystem.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.
