WeAD Quantum Matrix Chain
Quantum Layer 1 blockchain with a dedicated quantum security layer — post-quantum signatures, quantum-backed consensus, staking, and smart contracts.
NETWORKChain Stats
Live Blocks
| Height | Hash | Validator | Txs | Backend | Time |
|---|---|---|---|---|---|
| Loading blocks... | |||||
Search Transaction or Address
Send Transaction
Wallet
Balance
Faucet
Validators
Network
Staking
QWD-20 Token
Bridge (QMC <-> Multi-Chain)
Lock on QMC, mint on BNB/Base/Soneum. For return flow, relayer posts release back to QMC.
How To Use
What is this?
This is the WeAD Quantum Matrix Chain — a real blockchain with a built-in quantum layer that makes new blocks every 30 seconds. The quantum layer uses quantum technology to keep everything super safe. Think of it like a digital notebook protected by quantum physics that nobody can cheat on.
The token on this chain is called QWD (Quantum WeAD). You can send it, receive it, and even create your own tokens on top of it.
Step 1: Create a Wallet
A wallet is like your own personal bank account on the blockchain.
- Look at the Wallet section on the right side.
- Click Create Wallet.
- Your keys are generated entirely in your browser using Dilithium (ML-DSA-44) cryptography. Your secret key never touches the server.
- You will get 3 things:
- Address — this is your account number. You can share it with anyone.
- Public Key — used to verify you are who you say you are.
- Secret Key — this is your password. Never share this with anyone!
Step 2: Get Free QWD (Faucet)
You start with 0 QWD. To get some for free:
- Your address is already filled in after creating a wallet.
- Click Get Free QWD in the Faucet section.
- You will get 1,000 QWD for free! You can do this once per hour.
Step 3: Send QWD to Someone
Want to send some QWD to a friend?
- Go to the Send Transaction section on the left.
- Your address and keys are already filled in.
- Type the Recipient Address (your friend's wallet address).
- Type the Amount you want to send.
- Click Send.
- Your transaction goes into the "waiting room" (mempool) and gets added to the next block!
Step 4: Check Your Balance
- Go to the Balance section.
- Your address should already be there.
- Click Check Balance to see how much QWD you have.
Step 5: Search for Things
You can look up any transaction or address:
- Go to Search Transaction or Address.
- Paste a transaction ID or a wallet address.
- Click Search to see the details.
What are Blocks?
A block is like a page in the notebook. Every 30 seconds, a new page is added. Each page contains all the transactions that happened during that time.
Click on any block in the Live Blocks table to see what's inside it.
What is Staking?
Staking is how you help run the blockchain. If you "stake" (lock up) at least 10,000 QWD, you become a Validator. Validators are the people who create new blocks and get rewarded for it.
- Go to the Staking section.
- Make sure you have at least 10,000 QWD.
- Put your address and stake amount.
- Click Stake.
Want to stop being a validator? Click Unstake. After a waiting period (100 blocks), click Claim Unstake to get your QWD back.
What is QWD-20 Token?
Just like people create their own tokens on Ethereum (called ERC-20), you can create your own token on this blockchain. It's called the QWD-20 standard.
- Go to the QWD-20 Token section.
- First, create a wallet and get some QWD from the faucet.
- Type a Token Name, Symbol, and Total Supply.
- Click Build Deploy TX to create the transaction.
What is the Network Section?
This shows info about the blockchain network:
- Chain ID — the unique ID of this blockchain (7771 for mainnet, 7772 for testnet).
- Block Interval — how often new blocks are made (every 30 seconds).
- P2P — other computers (nodes) are connected and share blocks with each other in real-time.
- Network Badge — the green or yellow badge at the top tells you if you are on mainnet (real) or testnet (practice).
The RPC buttons let you talk directly to the blockchain using a special API that developers use.
What is the Bridge (QMC <-> Multi-Chain)?
The bridge lets you move QWD tokens between this blockchain and other chains like BNB Chain, Base, and Soneum. Think of it like a tunnel between different countries.
- Bridge Lock — you lock your QWD here. The bridge then creates matching tokens on your selected target chain.
- Bridge Release — when you want to come back, the bridge burns tokens on the target chain and releases your QWD back here.
To use it:
- Create a wallet and get some QWD first.
- In the Bridge section, choose your target chain and put your wallet address (starts with 0x).
- Set the amount you want to bridge.
- Click Bridge Lock TX.
QMC Web Wallet
There is a separate Web Wallet page at /qmc-wallet. It lets you:
- Create or import a wallet that stays encrypted in your browser.
- Lock your wallet with a password so nobody else can use it.
- Send QWD, stake, check token balances — all from one place.
- Connect to other apps using
window.qmc(like MetaMask for QMC!).
For Developers: JavaScript SDK
If you are building an app on QMC, there is a JavaScript SDK you can use:
QMCProvider— connects to the chain (reads blocks, balances, etc.)QMCWallet— generates wallets locally and signs transactions in the browser.QWD20Contract— interacts with QWD-20 tokens (transfer, approve, etc.)
POST /rpc for JSON-RPC calls, or the REST API at /api/qchain/*.For Developers: Custom Smart Contracts
Besides QWD-20 tokens, you can deploy custom contracts with simple stack-based bytecode. The VM supports:
- Math: ADD, SUB, MUL, DIV, MOD
- Logic: EQ, LT, GT, AND, OR, NOT, IF/ELSE/ENDIF
- Storage: SLOAD, SSTORE (read/write data on-chain)
- Context: CALLER, TIMESTAMP, BLOCKHASH
- Events: LOG (emit events that show up in
qwd_getLogs)
What Makes This Blockchain Special?
- Quantum-Proof Signatures — your wallet uses Dilithium, a type of math that even future quantum computers can't crack.
- Client-Side Signing — your secret key is generated and used only in your browser. It never leaves your device. Not even the server sees it.
- Quantum Random Numbers — who gets to make the next block is picked using true randomness from quantum physics (not just a regular computer).
- Quantum Circuit Proofs — every block contains proof that a real quantum computer helped create it.
- P2P Network — multiple nodes share blocks and transactions with each other automatically.
- Mainnet + Testnet — practice on testnet (chain ID 7772) before going live on mainnet (chain ID 7771).
- Multi-Chain Bridge — move your QWD between this chain and BNB Chain, Base, or Soneum.
Quick Reference
- Token: QWD (Quantum WeAD)
- Chain ID: 7771 (mainnet) / 7772 (testnet)
- New block every: 30 seconds
- Minimum stake: 10,000 QWD
- Faucet: 1,000 QWD per hour (mainnet) / 10,000 QWD unlimited (testnet)
- Transaction fee: 0.001 QWD
- Signature: Dilithium (post-quantum)
- RPC endpoint:
POST /rpc - Web Wallet: /qmc-wallet
- JS SDK:
@wead/qmc-sdk - Bridge: QMC <-> BNB Chain / Base / Soneum