← Back

Cryptocurrency Address Generator

Supports BTC, ETH/EVM, TRON/TRC20, Solana wallet address and key pair generation
Security Notice:Generated locally in browser, keys are not uploaded to server. However, browser environments are at risk from malicious extensions or scripts,Do not use for storing large amounts of assets. For real use, please generate in an offline environment using official wallet software.
Generate Ethereum address, compatible with BSC, Polygon, Avalanche and all EVM chains
Disclaimer & Precautions

Disclaimer

  • This tool is for learning, testing, and entertainment purposes only, and does not constitute investment advice or financial services
  • All consequences arising from keys and addresses generated by this tool (including but not limited to asset loss, key leakage) are borne by the user
  • This tool makes no express or implied warranties regarding the security, correctness, or usability of generated results
  • It is strictly prohibited to use this tool for any activities violating laws, including but not limited to money laundering, fraud, or illegal fundraising

Security Reminder

  • Browser environments are at risk from malicious extensions, script injection, clipboard hijacking, etc.,Do not use to generate wallets for storing large amounts of assets
  • For real use, generate keys in an offline, clean OS environment using official wallet software (such as MetaMask, Trust Wallet, Phantom, etc.)
  • Private keys are the sole credentials for controlling assets; once leaked, assets cannot be recovered. Do not screenshot, photograph, transmit online, or store on internet-connected devices
  • After copying private keys, promptly clear clipboard contents to prevent other apps from reading them
  • Recommend using this tool in incognito/private browsing mode and closing the page after use

Precautions

  • This tool uses the Web Crypto API for random number generation; all key generation is done locally in the browser without sending any data to servers
  • ETH addresses are compatible with all EVM chains (BSC, Polygon, Avalanche, Arbitrum, etc.); the same private key corresponds to the same address across all EVM chains
  • TRON addresses work for TRX and all TRC20 tokens (e.g., USDT-TRC20), using the same secp256k1 curve as ETH but with different encoding
  • BTC address generated is P2PKH format (starts with 1), WIF is compressed; for SegWit (bc1) format, use a professional wallet
  • Solana uses the Ed25519 curve, different from BTC/ETH/TRON's secp256k1; private keys cannot be reused across chains

Uses elliptic.js (secp256k1 / ed25519) + Web Crypto API, fully offline browser-side generation