> ## 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 Equivalenceの理解

# EVM Equivalence

## Injective EVM vs. Ethereum Mainnet

InjectiveのネイティブEVMは、チェーンのコアアーキテクチャに統合された完全な組み込み実行環境です。開発体験においてEthereumと1:1の同等性を持つように設計されています。

InjectiveのネイティブEVMは最新バージョンの `geth` をサポートしており、開発者は最新の機能、ツール、セキュリティパッチ、改善点にアクセスできます。さらに、InjectiveのEVMはパフォーマンスを向上させ、機能を拡張し、Ethereumで利用可能なものを超えるInjectiveの高度な金融インフラストラクチャへのアクセスを提供します。

## トランザクションのgas fee見積もり

| チェーン             | Gas Price範囲      | トークン価格 | 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トークン転送: `65000`

### Gas Priceのソース

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設定

近日公開予定。
