# Features

<figure><img src="/files/8aLn970caDe6doV4Qtf7" alt=""><figcaption></figcaption></figure>

KCC 1.0 is built on the Ethereum source code and is compatible with EVM smart contracts. It seeks to solve the dual problem of low performance and high cost on Ethereum. Currently, millions of blocks have been produced while the number of active addresses on the chain has exceeded hundreds of thousands.&#x20;

**EVM Compatible**

KCC is EVM compatible. Deploy and run your dApps on KCC with your favorite tooling for Ethereum.

**Fast Finality**

The average block time of KCC is 3 seconds. A typical transaction can be included in a block in less than 6 seconds. And this block is finalized if more than half of all validators add their blocks after it.

**Low Cost**

Gas fee is paid with KCS. Transfer your tokens around the world with a fraction of a cent.

**Safe and Secure**

Each block is validated by trusted validators with their identities and KCS as stakes.


---

# 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.kcc.io/overview/features.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.
