# Solidity ( EVM )

### Overview <a href="#overview" id="overview"></a>

VEX EVM is a fully compatible Ethereum Virtual Machine (EVM) that runs on the Vexanium Network. This opens up the Vexanium Network to the entire Ethereum developer community and tooling.

VEX  EVM bridges the Vexanium ecosystem to the Ethereum ecosystem by allowing developers to deploy a wide array of Solidity-based smart contracts and innovative dApps on the Vexanium Network to make use of its world class performance and low gas fees. Developers can utilize Ethereum’s battle-tested open source code, tooling, libraries and SDKs while leveraging the superior performance of Vexanium to create a multichain Web3 experience.

### Features of Vexanium EVM <a href="#features" id="features"></a>

* Fully compatible with the Ethereum Virtual Machine (EVM)
* Supports all Ethereum smart contracts and tooling
* High throughput and low latency
* Low transaction fees
* Interoperability with the native layer

**LOW GAS FEE on VEX EVM**&#x20;

#### \~.01 VEX per transaction\*\*

What do the fees cover?

* CPU/NET costs of transactions
* RAM costs for EVM Contract
* RPC Node operation costs
* Remainder can be allocated for future Burns

\*\* Note VEXEVM is using ethereum virtual machine so its different with Native public blockchain and you need GAS fee for do transaction  , if you want free GAS fee you can use Vexanium native blockchain&#x20;


---

# 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.vexanium.com/reference/smart-contract/solidity-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.
