# Useful information

## Chiliz Chain

* As a fork of BSC Chain, Chiliz Chain is EVM-compatible.
* Our Testnet is called Spicy Testnet 🌶️
* Our documentation portal, with everything you need to get started ->[ https://docs.chiliz.com](https://docs.chiliz.com/)
* Our block explorers ->[ https://chiliscan.com](https://chiliscan.com/) and[ https://scan.chiliz.com](https://scan.chiliz.com/)
* Minimum gas price -> 2501 Gwei
* Gas limit -> Some transactions use a bit more gas since our governance contracts are a bit more complex, so if your transactions/deployments fail, always check if they are out of gas.
* ~~The chain is not EIP1559 compliant yet.~~ Chiliz Chain is EIP 1559 compliant since [the Dragon8 hard fork](/chiliz-chain-changelog/governance-proposals-and-decisions/2024-dragon8-hard-fork-announcement.md)!
* Please use compiler version 0.8.0+commit.c7dfd78e

## How to get some CHZ?

### On Spicy Testnet

* Faucet ->[ https://tatum.io/faucets/chiliz](https://tatum.io/faucets/chiliz)
* Wrapped Chiliz (wCHZ) ->[ https://spicy-bridge.chiliz.com/wrap](https://spicy-bridge.chiliz.com/wrap)

### On Chiliz Chain Mainnet:

* Bridge from Ethereum ->[ https://bridge.chiliz.com/transfer](https://bridge.chiliz.com/transfer)
* Use an exchange which is connected to Chiliz Chain
  * E.g. Binance, ChilizX
* Wrapped Chiliz (wCHZ) ->[ https://bridge.chiliz.com/wrap](https://bridge.chiliz.com/wrap)

## Available Dev Tools 🧰

### Tools to get connected: RPCs

* Ankr
  * Mainnet:[ https://rpc.ankr.com/chiliz](https://rpc.ankr.com/chiliz)
* AllNodes
  * Mainnet:[ https://chiliz.publicnode.com/](https://chiliz.publicnode.com/)
  * Testnet:[ https://chiliz-spicy.publicnode.com](https://chiliz-spicy.publicnode.com/)
* Chiliz
  * Testnet:[ https://spicy-rpc.chiliz.com](https://spicy-rpc.chiliz.com/)

### Tools to BUIDL:

[Moralis](https://moralis.io/)

[Tatum](https://tatum.io/) (only available on mainnet)

[Thirdweb](https://thirdweb.com/)

[WalletConnect](https://walletconnect.com/) (only available on mainnet)

[Magic](https://magic.link/) (only available on mainnet)

[Pyth Orcale / RNG](https://docs.pyth.network/home)

## Resources:

* [Developer Guide](https://docs.chiliz.com/)
* [Faucet](https://spicy-faucet.chiliz.com/)
* [RPCs](https://docs.chiliz.com/develop/basics/connect-to-chiliz-chain/connect-using-rpc)
* [Bridge](https://bridge.chiliz.com/transfer)
* [Tools](https://docs.chiliz.com/community/chiliz-chain-ecosystem)

## Support Group:

* [Discord](https://discord.gg/chiliz)
* [Telegram](https://t.me/BuildOnChiliz)

<br>


---

# 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.chiliz.com/community/developers-events/chiliz-sports-hackathon-july-2024/useful-information.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.
