Web3QR is a free, browser-based tool that generates fixed-amount cryptocurrency payment QR codes. It encodes the recipient wallet address, blockchain network, token, and exact payment amount into a single scannable QR image using the EIP-681 standard for EVM chains. When a compatible wallet scans the QR, the transaction is pre-filled and the sender cannot change the amount or destination. Funds move peer-to-peer on-chain directly to the recipient's wallet. Web3QR never custodies, routes, or takes a fee on the payment. Web3QR supports five EVM networks (Ethereum, Base, Arbitrum, Optimism, Polygon) and the most-used assets on those chains: USDC, ETH, and MATIC.
USDC (USD Coin) is supported on Ethereum, Base, Arbitrum, Optimism, and Polygon. Select the network where your recipient holds USDC, paste the recipient address, enter the exact USDC amount (for example, 50 USDC), and Web3QR encodes an EIP-681 ERC-20 transfer request into the QR. The payer scans, signs, and USDC moves on-chain from their wallet to yours. Gas is paid in the network's native token (ETH or MATIC). Web3QR never holds the USDC.
ETH payments are supported on Ethereum mainnet and every L2 Web3QR supports: Base, Arbitrum, Optimism. For native ETH transfers, the EIP-681 URI encodes the recipient, chain ID, and value in wei. Enter the amount in ETH (for example, 0.05 ETH); Web3QR handles the decimal conversion. The payer sees the exact amount pre-filled in their wallet; they cannot silently modify it without generating a different QR.
MATIC payments are supported on Polygon. The EIP-681 URI encodes the recipient, chain ID 137, and value in wei (18 decimals).
Web3QR is not a payment processor. It does not custody funds, does not route transactions through a merchant account, does not take a percentage fee, and does not convert crypto to fiat. It generates a payment request QR. The payer's wallet signs and broadcasts the transaction directly to the blockchain, and funds land in the recipient's wallet on-chain. Web3QR Trace (the optional receipt-watching feature) observes the recipient address via Alchemy webhooks to confirm incoming payments, but the funds themselves never pass through Web3QR infrastructure. This is the fundamental difference between Web3QR and services like BitPay, CoinGate, NOWPayments, or Coinbase Commerce.
transfer(address,uint256), handling token decimals, and producing a scannable QR without Web3QR requires manual work.The Web3QR generator runs entirely in the browser; recipient addresses and amounts never leave the page during generation. The optional Web3QR Trace feature observes the recipient address via Alchemy webhooks to detect incoming transactions matching the expected amount, so the recipient can see a confirmation when the payment lands. Web3QR Trace reads public chain data; it has no access to the payer's wallet, no custody of funds, and no ability to move money. The payment itself is a direct on-chain transfer from the payer's wallet to the recipient's.
Web3QR uses public, open payment URI standards. EIP-681 has been the EVM payment request standard since 2017 and is supported across every EVM chain Web3QR targets. Layer-2 chains like Base, Arbitrum, and Optimism reduce gas costs by 95-99% compared to Ethereum mainnet, making stablecoin payments under $10 practical. Major wallets honor these URIs natively, including MetaMask, Trust Wallet, Coinbase Wallet, and Rainbow.
Web3QR supports Ethereum (chain ID 1), Base (chain ID 8453), Arbitrum (chain ID 42161), Optimism (chain ID 10), and Polygon (chain ID 137).
Native tokens: ETH on Ethereum, Base, Arbitrum, and Optimism; MATIC on Polygon. Stablecoin: USDC on all five supported chains.
By Web3QR Team, independent crypto engineers focused on self-custodial payment tooling.
Web3QR Team, [email protected]. Web3QR is built and maintained by a small team of engineers shipping open, self-custodial crypto payment tools. The team has been working on EVM-chain payment tooling since 2024, focusing on EIP-681 payment URIs, multi-chain stablecoin support, and on-chain receipt confirmation.A fixed-amount crypto payment QR code is a QR image that encodes a complete payment request (recipient address, blockchain network, token, and exact amount) in a single scan. It uses the EIP-681 standard on EVM chains. When scanned by a wallet, the transaction is pre-filled and the sender cannot accidentally change the amount or recipient.
Most major EVM wallets honor EIP-681 payment URIs, including MetaMask, Trust Wallet, Coinbase Wallet, and Rainbow. Web3QR can also generate wallet-specific universal links for MetaMask, Trust Wallet, and Coinbase Wallet for better mobile deep-linking.
Yes. The QR generator is completely free. There are no signup requirements, no hidden fees, no required wallet connection, and no transaction fees charged by the tool. You only pay standard network gas fees when the payment is actually sent.
No. Web3QR is a payment request QR generator, not a payment processor. It does not custody funds, does not route transactions through a merchant account, does not charge a percentage fee, and does not convert crypto to fiat. The payer's wallet sends funds directly on-chain to the recipient's wallet. Web3QR only produces the QR code encoding the payment request. This is the fundamental difference from services like BitPay, CoinGate, NOWPayments, or Coinbase Commerce.
No wallet connection is required to generate a payment request QR. The generator runs entirely in the browser with manual address entry. Connecting a wallet is optional; it is only offered as a convenience if you want Web3QR to auto-fill your own address as the recipient. You can skip it entirely and the tool works the same way.
Web3QR does not custody, route, or touch the funds. The payment is a direct on-chain transfer from the payer's wallet to the recipient's wallet. The optional Web3QR Trace feature observes the recipient address via Alchemy webhooks to confirm incoming payments, so the recipient can see when the transaction lands. Trace reads public chain data only; it has no access to wallets and cannot move funds.
EIP-681 is the Ethereum standard for payment request URIs used across EVM chains including Base, Arbitrum, Optimism, and Polygon. It can encode native transfers and ERC-20 token transfers with a specific amount and recipient.
Yes. Web3QR encodes the form values into the page URL, so you can copy a pre-filled link and share it over email, chat, or social media. When someone opens the link, the form is pre-filled and the QR regenerates instantly.