# Overview

Catheon Gaming's software development kit (referred to henceforth as CGC SDK) enables publishers to interface with CGC’s Core API, in order to integrate blockchain features into their apps. Through CGC integration, publishers will be able to get access to all on-chain data without having to directly integrate with the blockchain, allowing easy conversion to a web3 gaming model.

In order to integrate with CGC, Catheon can also assist with NFT Minting, Token Minting, creating token exchange dashboards, NFT linking dashboards and a game testing simulator.

## Supported Blockchains

CGC SDK currently supports the following blockchain networks:

* Polygon
* Binance Smart Chain
* Ethereum
* Solana

If you would like to launch your game on a blockchain network that is not listed above, then [please get in touch](mailto:dev@catheongaming.com).

## Supported Languages

The SDKs will be available in the following languages and should allow for seamless integration into any app:&#x20;

* C#
* TypeScript
* Java

If you would like an implementation of the SDK in a language that is not listed above, then [please get in touch](mailto:dev@catheongaming.com).


---

# 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.catheongaming.com/overview.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.
