Public testnet · Live

Build post-quantum apps without leaving the EVM

Pluto is EternaX's public EVM-compatible testnet. Native transactions use post-quantum authentication, while familiar Solidity contracts can verify post-quantum signatures on-chain.

What changes on Pluto

Post-quantum security is in the transaction path

Most EVM chains still depend on ECDSA at the account or application layer. Pluto replaces that dependency where authority is established.

01

PQ-native accounts

Every native extrinsic uses SLH-DSA-SHAKE-128s (FIPS 205, SPHINCS+ family) with SILMARILS.

02

PQ verification for Solidity

EVM contracts can verify SLH-DSA and ML-DSA signatures through on-chain precompiles.

03

PQ compliance claims

PQ-ONCHAINID replaces the ECDSA-based ClaimIssuer while keeping Token, Identity Registry, and Trusted Issuers ERC-3643-shaped.

Test surface

One network, from keys to regulated assets

Start in the browser or use the CLI to exercise the full path: create a post-quantum account, fund it, transact, deploy contracts, and validate claims.

Explore PQ-ONCHAINID

Native ETX

Send dual-signature transfer_keep_alive balance transfers.

EVM transactions

Deploy and call contracts through DualSigEthereum::transact and Ethereum JSON-RPC.

PQ precompiles

Verify SLH-DSA at 0x0404 and ML-DSA-65 at 0x0405.

Compliance claims

Issue and validate SLH-DSA claims with PQClaimIssuer scheme 100.

Sample tokens

Test ExampleToken or ERC-3643-style verification, freezing, pausing, and recovery.

Browser wallet and faucet

Generate SLH-DSA keys in-browser and request test ETX from the faucet.