> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-docs-ai-sdk.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Understanding EVM equivalence on Injective

# EVM Equivalence

## Injective EVM vs. Ethereum Mainnet

Injective's native EVM us a fully embedded execution environment that has been integrated into the core architecture of the chain. It is designed to be a 1:1 equivalent to Ethereum in terms of development experience.

Native EVM on Injective supports the latest version of `geth`, ensuring that developers have access to the latest features, tooling, security patches, and improvements. In addition, Injective’s EVM enhances performance and expands capabilities, granting access to Injective's sophisticated financial infrastructure that extends beyond what’s available on Ethereum.

## Gas Fee Estimates for Transactions

| Chain            | Gas Price Range  | Token Price | Create ERC-4337 Account | Simple Transfer   | ERC-20 Transfer   |
| ---------------- | ---------------- | ----------- | ----------------------- | ----------------- | ----------------- |
| Ethereum¹        | 30.5 ± 10.6 gwei | \$3000      | $35.25 ± $12.25         | $1.9215 ± $0.6678 | $5.9475 ± $2.067  |
| Polygon²         | 224 ± 108 gwei   | \$0.4       | $0.0345 ± $0.0166       | $0.0018 ± $0.0009 | $0.0058 ± $0.0028 |
| Optimism³        | 0.30 ± 0.15 gwei | \$3000      | $0.3467 ± $0.1733       | $0.0189 ± $0.0094 | $0.0585 ± $0.0292 |
| Avalanche⁴       | 36.4 ± 4.5 nAVAX | \$28        | $0.3926 ± $0.0485       | $0.0214 ± $0.0026 | $0.0662 ± $0.0081 |
| BnB Smart Chain⁵ | 7.05 ± 0.53 gwei | \$600       | $1.6296 ± $0.1225       | $0.0888 ± $0.0066 | $0.2749 ± $0.0206 |
| Sei⁶             | 0.02 usei        | \$0.40      | \$0.0030                | \$0.00017         | \$0.0005          |
| Injective⁷       | 0.16 nINJ        | \$23        | \$0.0014                | \$0.00008         | \$0.0002          |

### Note: Gas per Action <a href="#note-gas-per-action" id="note-gas-per-action" />

* Create Account ERC-4337: `385266`
* Simple Transfer: `21000`
* ERC-20 Token Transfer: `65000`

### Gas Price Sources

1. [Ethereum Gas Price Source](https://etherscan.io/chart/gasprice) ↩︎
2. [Polygon Gas Price Source](https://polygonscan.com/chart/gasprice) ↩︎
3. [Optimism Gas Price Source](https://optimistic.etherscan.io/chart/gasprice) ↩︎
4. [Avalanche Gas Price Source](https://snowtrace.io/insight/leaderboard/gas-tracker) ↩︎
5. [BnB Smart Chain Gas Price Source](https://bscscan.com/chart/gasprice) ↩︎
6. [Sei Gas Prices Config](https://github.com/sei-protocol/chain-registry/blob/main/gas.json) ↩︎
7. [Injective Launches Gas Compression](https://injective.com/blog/injective-unveils-fee-reductions-with-gas-compression/) ↩︎

## EIP-1559 Configuration

Coming soon.
