> ## 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.

> 了解 Injective 上的 EVM 等效性

# EVM 等效性

## Injective EVM vs. Ethereum Mainnet

Injective 的原生 EVM 是一个完全嵌入的执行环境，已集成到链的核心架构中。它被设计为在开发体验方面与 Ethereum 1:1 等效。

Injective 上的原生 EVM 支持最新版本的 `geth`，确保开发者可以访问最新的功能、工具、安全补丁和改进。此外，Injective 的 EVM 增强了性能并扩展了功能，授予访问 Injective 复杂金融基础设施的权限，这超出了 Ethereum 上可用的功能。

## 交易的 Gas 费用估算

| 链                | Gas Price 范围     | Token 价格 | 创建 ERC-4337 账户    | 简单转账              | ERC-20 转账         |
| ---------------- | ---------------- | -------- | ----------------- | ----------------- | ----------------- |
| 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          |

### 注意：每个操作的 Gas <a href="#note-gas-per-action" id="note-gas-per-action" />

* 创建 ERC-4337 账户: `385266`
* 简单转账: `21000`
* ERC-20 Token 转账: `65000`

### Gas Price 来源

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

## EIP-1559 配置

即将推出。
