# The Blokista Blockchain

## Network Overview and Key Metrics

Blokista is the decentralized EVM-compatible public blockchain that powers the Blokista platform and ecosystem. It is fully compatible with Ethereum meaning that any smart contract that can be deployed on the latter can also run on top of Blokista.

The Blokista blockchain uses a variant of delegated Proof of Stake (dPoS) for achieving [consensus](https://docs.bccscan.com/general/fuse-network-blockchain/fuse-consensus). The consensus is secured by a significant number of independent validators, only one of which is run by the Blokista core team.

Validators are also responsible for the most important type of governance on Blokista, namely, adopting the network protocol changes via [Blokista Improvement Proposals](https://docs.bccscan.com/general/fips) (FIPs).

The native token of the network is called BCC. New BCC tokens are issued with every added block and are also use to pay for gas, just like ETH on Ethereum.

The Blokista blockchain is designed to ensure fast block confirmation times and a low cost of transactions. The average block interval on Blokista is around 5 seconds, and it currently costs much less than $0.01 to get a transaction confirmed.

In its present capacity, the Blokista blockchain is capable of processing around 120 native token transfers and 60 BCC20 token transfers per second. The faster processing of native token transfers is due to the fact that they do not involve computations run on the network's virtual machine.


---

# 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.bccscan.com/general/learn-about-the-fuse-platform/fuse-network-blockchain.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.
