# About Chiliz Chain

## **Prime objective of Chiliz Chain**

Chiliz Chain aims to build a secure online community focused on sports and entertainment.

Our prime objective is to create a web3 ecosystem focused on the Sports and Entertainment industry where stakeholders are able to build web3 experiences within a secure network-effect-driven community.

With Chiliz Chain, you can access global brands and leverage a huge existing partner of sports and entertainment properties to create something special.

## Key features

### EVM compatibility

Chiliz Chain is a fork of BNB Smart Chain (BSC), which is itself a go-Ethereum fork.

Hence, most of the EVM mechanisms, concepts, and binaries, including this documentation, are derived or inspired from the BSC and Ethereum ones.

As an EVM-compatible chain, Chiliz Chain will stay compatible with the Ethereum tooling, making it simple and easy for knowledgeable developers to build in the Chiliz Chain environment.

### Proof of Staked Authority consensus

As a fork of BSC, Chiliz Chain relies on Proof of Staked Authority consensus (PoSA), which combines Proof-of-Authority (PoA) with Proof of Stake (PoS). This hybrid algorithm facilitates faster block times and reduced transaction costs but at the expense of decentralization.

This also means that Chiliz Chain inherits the following from the [BSC consensus mechanism](https://github.com/bnb-chain/bsc/blob/master/README.md#proof-of-staked-authority), Parlia:

1. Blocks are produced by a limited set of validators.
2. Validators take turns to produce blocks in a PoA manner, similar to Ethereum's Clique consensus engine.
3. Validator sets are elected in and out based on the staking governance on the Chiliz Chain.
4. Parlia consensus engine interacts with a set of system contracts to achieve a liveness slash, revenue distribution, and the validator set renewal function.

PoSA encourages decentralisation and favours community governance. It also supports shorter block time and lower fees.

### Limited number of validators

From that baseline of the EVM compatibility, Chiliz Chain introduces a system of Main Validators. The most bonded validator candidates of staking become the validators and start producing blocks.

### Native token: CHZ

CHZ is the native token, which runs on Chiliz Chain, exactly the same way ETH runs on Ethereum.

This means that CHZ can be used to:

1. pay gas to deploy or invoke smart contract,
2. perform cross-chain operations, such as transfer token assets across Chiliz Chain and Ethereum,
3. secure the network by staking or delegating it.


---

# 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/learn/about-chiliz-chain.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.
