EVM Chain Support

Deploy and operate across all major EVM-compatible blockchains

Multi-Chain Ready

NodeMatrix supports all major EVM chains including Ethereum, Base, BSC, Arbitrum, Polygon, and more. Deploy once and operate across multiple networks with unified tooling.

Supported Networks

NodeMatrix is pre-configured to work with major EVM networks. Simply connect a compatible wallet with native tokens for gas.

NetworkChain IDNative Token
Ethereum1ETH
Base8453ETH
BSC56BNB
Arbitrum42161ETH
Polygon137MATIC
Optimism10ETH
Avalanche43114AVAX

Key Features

Multi-Chain Execution

Run workflows across multiple chains simultaneously with unified management.

Fast Confirmations

Optimized RPC connections for quick transaction confirmations on all networks.

Gas Optimization

Smart gas estimation and batching to minimize transaction costs.

MEV Protection

Built-in MEV protection for fair transaction ordering on supported chains.

Supported Protocols

NodeMatrix integrates with major DeFi protocols across all supported chains.

  • Uniswap (DEX)
  • Aave (Lending)
  • Compound (Lending)
  • LayerZero (Cross-chain)
  • Pyth Network (Oracle)
  • Chainlink (Oracle)

Example: DEX Swap Node

// DEX Swap Node Configuration
{
  "node": "dex_swap",
  "config": {
    "chain": "base",
    "dex": "uniswap",
    "tokenIn": "0x...", // USDC
    "tokenOut": "0x...", // ETH
    "amountIn": "1000000000", // 1000 USDC
    "slippage": 0.5,
    "deadline": 300, // 5 minutes
    "recipient": "{{wallet.address}}"
  }
}