5-Minute Quick Start
Get your first PQC key pair generated, registered, and verified in under 5 minutes.Supported Chains
QuantumSafe supports 19 chains across EVM and non-EVM ecosystems:| Category | Chains |
|---|---|
| Major | Ethereum, Bitcoin, Solana |
| EVM L1 | BSC, Avalanche, Gnosis, Celo |
| EVM L2 | Base, Arbitrum, Optimism, Mantle, Blast, Sonic, Linea, Scroll |
| EVM L2 ZK | Polygon, zkSync |
| Non-EVM | Solana, Bitcoin, Cosmos, Tron |
Non-EVM chains use different address formats: Solana (base58), Bitcoin (
1/3/bc1 prefixes), Cosmos (cosmos1 prefix), Tron (T prefix). The SDK handles format validation automatically.Step 1: Install the SDK
Step 2: Initialize the Client
Step 3: Generate a PQC Key Pair
Key generation happens entirely on the client. The private key never leaves your device. Only the public key is registered with QuantumSafe.
Step 4: Scan a Wallet (Any Chain)
Step 5: Sign a Message (Hybrid)
Step 6: Verify the Attestation
Next Steps
Authentication
Learn about API key types and environments.
Wallet Scanning
Scan wallet addresses for quantum vulnerability across 19 chains.
Key Management
Understand the BYOK custody model.
API Reference
Explore the full API.