01
PQ-native accounts
Every native extrinsic uses SLH-DSA-SHAKE-128s (FIPS 205, SPHINCS+ family) with SILMARILS.
Public testnet · Live
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
Most EVM chains still depend on ECDSA at the account or application layer. Pluto replaces that dependency where authority is established.
01
Every native extrinsic uses SLH-DSA-SHAKE-128s (FIPS 205, SPHINCS+ family) with SILMARILS.
02
EVM contracts can verify SLH-DSA and ML-DSA signatures through on-chain precompiles.
03
PQ-ONCHAINID replaces the ECDSA-based ClaimIssuer while keeping Token, Identity Registry, and Trusted Issuers ERC-3643-shaped.
Test surface
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-ONCHAINIDSend dual-signature transfer_keep_alive balance transfers.
Deploy and call contracts through DualSigEthereum::transact and Ethereum JSON-RPC.
Verify SLH-DSA at 0x0404 and ML-DSA-65 at 0x0405.
Issue and validate SLH-DSA claims with PQClaimIssuer scheme 100.
Test ExampleToken or ERC-3643-style verification, freezing, pausing, and recovery.
Generate SLH-DSA keys in-browser and request test ETX from the faucet.
Quick start
In the browser
Generate an SLH-DSA key, request test ETX, and send your first native transaction.
From the terminal
Clone the testnet tools and follow the README to transfer ETX, deploy contracts, and test PQ claims.
Pluto is a test network. Test ETX has no monetary value.