# CLV EVM

## New Gas Estimation Feature

CLV EVM is based on Frontier, we find that the gas fee estimation under some cases may fail, such as nested smart contract call.  CLV provides a binary search based solution to solve the problem. Please find the details here:

{% embed url="<https://github.com/paritytech/frontier/pull/252>" %}

## New EVM Economic Incentives

In order to make developer easily do the development on CLV.  CLV EVM support a new economic incentives. The smart contract owner will receive partial of the transaction fee once their contracts are called. Details are:

* Up to 40% of the transaction fee will be sent to the smart contract owner.
* Up to 60% of the transaction fee will be sent to the miner.

## Other EVM Configurations

CLV change the create\_contract\_limit from 0x6000 to 0xc000,  try to reduce the chances that smart contract deployer has to split their big contract for deployment.


---

# 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.clv.org/clv-chain-developer-guide/technical-documentations/clover-evm.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.
