Neon EVM is an Ethereum Virtual Machine implemented as a native Solana program, enabling Ethereum developers to deploy existing Solidity and Vyper smart contracts on Solana’s high-throughput, low-fee infrastructure — using MetaMask and standard Ethereum tooling — without rewriting code for Solana’s native Rust/Anchor environment. NEON is used to pay gas fees and participate in Neon DAO governance.
| Stat | Value |
|---|---|
| Ticker | NEON |
| Price | $0.03 |
| Market Cap | $7.16M |
| 24h Change | -0.3% |
| Circulating Supply | 239.47M NEON |
| Max Supply | 1.00B NEON |
| All-Time High | $3.91 |
| Contract (Solana) | NeonTj...ut44 |
Why Neon Exists
Ethereum developers face a fundamental trade-off: Ethereum mainnet offers security and ecosystem depth but suffers from high gas fees and slow finality. Solana offers high speed (~400ms block times) and low cost (fractions of a cent per transaction) but requires a completely different programming model (Rust, Anchor). Neon EVM bridges this gap by translating EVM bytecode execution into Solana instructions.
How It Works
When a user submits an Ethereum-signed transaction to Neon EVM:
- A “Neon Proxy” operator receives the transaction and wraps it into a Solana instruction
- The Neon EVM program (deployed on Solana) executes the EVM bytecode within Solana’s runtime
- Results are posted back to Solana state; receipts are returned in Ethereum format
This allows users to use MetaMask and any standard Ethereum tooling while transactions actually settle on Solana.
NEON Token
- Gas fees: NEON is used to pay for transaction execution within the Neon EVM environment
- Governance: NEON holders vote on Neon DAO proposals covering protocol parameters and treasury use
- Proxy staking: Neon Proxy operators stake NEON to participate in transaction processing and earn fees
Developer Experience
Neon EVM supports the full Ethereum developer toolchain: Hardhat, Truffle, Remix, Foundry, ethers.js, and web3.js all work with Neon with minimal configuration changes. This makes it one of the most EVM-compatible alternative environments available without requiring a Layer 2 or sidechain.
History
- 2021 — Neon Labs founded to build an EVM implementation on Solana
- July 2023 — Neon EVM mainnet launches; NEON token launches
- 2023–2024 — Growing EVM-on-Solana use case alongside other EVM-compatible environments; Neon focuses on developer onboarding from Ethereum ecosystem
Common Misconceptions
- “Neon EVM is a Layer 2 for Solana.” — Neon EVM is implemented as a Solana program (smart contract), not a separate network layer; it runs within Solana’s native execution environment.
- “Solana projects need to use Neon.” — Neon targets Ethereum developers migrating to Solana, not native Solana developers who use Rust/Anchor natively.
Social Media Sentiment
- r/solana / r/ethereum: Neon is discussed primarily in developer-focused threads about cross-chain compatibility and EVM portability.
- X/Twitter: Coverage focuses on developer tooling and the EVM-on-Solana technical approach; niche but technically engaged audience.
- Discord (Neon EVM): Developer-focused community; discussion of contract deployment, proxy operator setup, and toolchain compatibility.
Last updated: 2026-04
Related Terms
See Also
- Solana — the base chain on which Neon EVM operates
- EVM Compatibility — the broader concept of running EVM on non-Ethereum chains
- Polygon — another EVM-compatible environment for Ethereum developers seeking lower fees
Sources
- Neon EVM Docs — official documentation on architecture, proxy operators, and developer tooling.
- CoinGecko — NEON — market data and token information.
- Neon Labs — Architecture Overview — technical explanation of how EVM transactions are translated into Solana instructions.