Public testnet for Tezos X — the execution layer where the EVM and Michelson interfaces share a single chain, secured by Tezos L1. Deploy on Tezos X with the toolstack you already know — Solidity or Michelson — and have your contracts compose atomically with anything on the chain — EVM or Michelson — in a single transaction.
Get connected
MetaMask for the EVM interface, Temple or octez-client for the Michelson interface. Each account holds two addresses — 0x… for EVM and tz1… for Michelson — on the same chain, with separate balances.
wallet_addEthereumChain. No MetaMask?
Install it ↗
Or add manually
Get started
Get testnet XTZ before anything else — works for both interfaces.
Fund any address — MetaMask (0x…) or Temple (tz1…) — with testnet XTZ in seconds. No registration, no rate limit.
Move funds
Deposit from Tezos L1 to the Previewnet, or withdraw back — same UI for both directions.
Move XTZ between Tezos L1 and the Tezos X Previewnet. Supports both deposit and withdraw flows through a single interface.
Explore the chain
A dedicated explorer per interface — plus a unified view that follows atomic cross-interface calls across both.
Inspect EVM transactions, deployed contracts, token transfers, and contract verification on the Previewnet.
MichelsonQuery Michelson contracts, operations, and on-chain storage via the TzKT indexer and REST API.
ExperimentalFollow an atomic call end-to-end — across the EVM and Michelson interfaces — in a single timeline. Bridges Blockscout and TzKT data.
What you can build
A live demo showcasing what native atomic composability unlocks.
Composability · DemoA game where every button press is a single transaction that atomically touches both the EVM and Michelson interfaces in the same block.
Tools
Libraries, services, and integrations to write, deploy, and use Tezos X.
Formally verified Solidity library for encoding Michelson values from EVM contracts.
Lean-4 spec, 414 differential tests against octez-codec, 40 Halmos symbolic proofs.
Drop-in companion for any contract calling Michelson atomically.
Drive any EVM dApp with a Tezos wallet — no EVM account needed.
Implements window.ethereum and EIP-6963 (RainbowKit, wagmi) by routing through
the cross-interface gateway. Ships as a script tag, userscript, or Chrome extension.
One-click DEX deployment on the Previewnet — UI-driven, no Solidity required. Useful as a starting point for liquidity and integration tests.
Background reading: Tezos X — From Roadmap to Reality ↗
Network
Raw RPC and infrastructure endpoints for direct integration.