Connect via WalletConnect

Use any mobile or browser wallet — MetaMask, Rainbow, Trust, Ledger Live — to interact with the QuantumWing chain. Scan the QR code from your phone or pick a browser extension.

Ready when you are

Click below to open the wallet picker. Already connected? Your address and live balance show here automatically.

Setup needed

Set NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID in your .env.local to enable this button. See setup.

What can I do once connected?

Send transactions

Sign and broadcast QWING transfers and EVM contract calls from your wallet — no private keys ever leave your device.

Try a demo tx

Sign typed data (EIP-712)

Authenticate to off-chain services or sign permit() approvals for QUSD / QWETH transfers without paying gas.

Deposit to QUSD

Mint QuantumWing's native stable asset directly from a wallet UI you already trust — bridge / vault flows live in /bridge.

Open bridge

Vote on proposals

Once governance ships, your connected wallet is your voice. One Dilithium-anchored stake, one vote.

Operator setup

  1. Sign in at cloud.reown.com and create a project (free tier).
  2. Copy the Project ID into NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID in explorer/.env.local.
  3. Set NEXT_PUBLIC_CHAIN_ID and (optionally) NEXT_PUBLIC_CHAIN_NAME to match the testnet you want wallets to connect to.
  4. Restart the dev server. The button on this page will switch from the yellow "not configured" state to a usable connector.

Full docs: explorer/WALLETCONNECT.md