A blockchain built for verifiable AI

An independent blockchain. Mainnet has been running since October 2025. Every AI result is backed by a cryptographic proof.

12 s
block
1.5 AET
emission
33M
total

What's inside

An independent blockchain with an EVM layer inside the same network. DeFi and AIfi run on one chain

01

Frontier - EVM inside the same network

Any Ethereum smart contract runs without a rewrite. DEXes, lending, stablecoins and NFTs work on AETRON out of the box

02

One chain for DeFi and AIfi

AET staked on a neuronet can be used at the same time in DeFi protocols. No bridges, no oracles between separate networks

03

A mature stack

The base protocol is built on technologies proven in production. Nothing experimental at the core

Technical parameters

What it's built on

01

Consensus

  • Proof of Intelligence: emission goes to confirmed AI work
  • Every computation can be re-checked cryptographically
  • A technology stack proven over time
  • Governance: currently Proof of Authority, with a planned transition to voting by validators
02

Network parameters

  • Block time: 12 seconds
  • Emission: 1.5 AET per block, halving every four years
  • Hard cap: 33 million AET
  • Miner work artefacts are bundled into a Merkle tree. A single on-chain transaction covers up to a million requests - the load on the chain stays low
03

EVM layer

  • Frontier has been deployed in mainnet from day one
  • Full compatibility with Solidity and the Ethereum tooling
  • ERC-20, ERC-721, ERC-1155 supported natively
  • MetaMask and any EVM wallet work with no extra setup
04

Smart contracts

  • WebAssembly (WASM) runtime
  • Solidity through the EVM layer
  • Standard Ethereum libraries work as-is
  • One tooling for DeFi and AIfi developers

Connecting to a node

Read the chain through a public entry point, or run your own node and depend on nobody.

mainnet
RPC over WebSocket
wss://entrypoint-mainnet.aetron.ai
RPC over HTTPS
https://entrypoint-mainnet.aetron.ai
EVM chain id
3355
testnet
RPC over WebSocket
wss://entrypoint-test.aetron.ai
RPC over HTTPS
https://entrypoint-test.aetron.ai
EVM chain id
3356

Run your own node

A public endpoint is convenient and it is still someone else’s machine. Your own node reads the chain independently, and it is the only way to verify state without trusting a third party. The binary is published as a release; the source is not open yet.

Build on AETRON

If you've worked with Ethereum, moving to AETRON doesn't require rewriting contracts. Docs and SDK are ready.