Skip to main content
Connect your wallet to TeQoin L2 and start making low-fee transactions.
Time Required: Less than 2 minutes
Prerequisites: A compatible wallet (MetaMask, TeQoin Telegram Wallet, or other Web3 wallet)

🎯 Choose Your Wallet

TeQoin Telegram Wallet

Easiest & FastestBuilt-in TeQoin support - No configuration needed!Get Started →

MetaMask

Most Popular 🦊Works on desktop, mobile, and browser extensionConfigure →

The easiest way to use TeQoin - our official Telegram mini app with built-in TeQoin L2 support.
1

Open Telegram

Open the Telegram app on your phone or desktop
2

Search for TeQoin Wallet

Search for @TeQoinWalletBot in TelegramOr click this link: t.me/TeQoinWalletBot
3

Start the Bot

Click “Start” or send /start to launch the wallet
4

Create or Import Wallet

Choose one:
  • Create New Wallet - Get a new wallet instantly
  • Import Existing Wallet - Use your existing seed phrase or private key
5

Start Using TeQoin

✅ That’s it! TeQoin L2 is already configured and ready to use.No network setup needed - everything works out of the box!

✨ TeQoin Telegram Wallet Features

Pre-configured TeQoin L2

TeQoin network is already set up - no manual configuration

Low-Fee Transactions

Send ETH and interact with dApps

Built-in Faucet

Get testnet ETH directly in the wallet

Easy to Use

Simple interface designed for everyone

Secure

Your keys, your crypto - non-custodial wallet

Cross-Device

Access from phone, tablet, or desktop
Perfect for beginners! The TeQoin Telegram Wallet is the fastest way to start using TeQoin L2 without any technical setup.

🦊 Method 2: MetaMask Wallet

Already have MetaMask? Configure it to connect to TeQoin L2.

Option A: One-Click Add (Fastest)

1

Click the Button Below

Click the “Add to MetaMask” button to automatically configure the network.

Add TeQoin Network

One-Click SetupAutomatically adds TeQoin L2 to MetaMaskAdd to MetaMask →
This will open a popup in MetaMask asking you to approve the network addition.
2

Approve in MetaMask

When the MetaMask popup appears:
  1. Review the network details
  2. Click “Approve”
  3. Click “Switch Network” to start using TeQoin
✅ That’s it! You’re now connected to TeQoin L2.

Option B: Manual Configuration

1

Open MetaMask Settings

  1. Click the MetaMask extension in your browser
  2. Click the network dropdown (top of MetaMask)
  3. Click “Add Network” or “Add a network manually”
2

Enter Network Details

Copy and paste these exact values:
    Network Name: TeQoin L2
    RPC URL: https://rpc.teqoin.io
    Chain ID: 420377
    Currency Symbol: ETH
    Block Explorer URL: https://explorer.teqoin.io
Important: The Chain ID must be exactly 420377. Double-check this value!
3

Save and Switch

  1. Click “Save”
  2. MetaMask will automatically switch to TeQoin L2
  3. You’ll see “TeQoin L2” in the network dropdown
✅ Network added successfully!

📱 Method 3: MetaMask Mobile

Add TeQoin L2 on the MetaMask mobile app.
1

Open MetaMask App

Launch the MetaMask app on your iPhone
2

Access Settings

  1. Tap the hamburger menu (☰) in top-left
  2. Tap “Settings”
  3. Tap “Networks”
  4. Tap “Add Network”
3

Enter Details

Fill in the network information:
4

Save

Tap “Add” to save the network

🔗 Method 4: Programmatic (For Developers)

Add TeQoin network programmatically from your dApp.
async function addTeQoinNetwork() {
  try {
    await window.ethereum.request({
      method: 'wallet_addEthereumChain',
      params: [{
        chainId: '0x66B69', // 420377 in hex
        chainName: 'TeQoin L2',
        rpcUrls: ['https://rpc.teqoin.io'],
        nativeCurrency: {
          name: 'Ether',
          symbol: 'ETH',
          decimals: 18
        },
        blockExplorerUrls: ['https://explorer.teqoin.io']
      }]
    });
    
    console.log('TeQoin network added successfully!');
  } catch (error) {
    console.error('Failed to add network:', error);
  }
}

// Usage
addTeQoinNetwork();

📋 Network Information Reference

Quick reference for all TeQoin L2 network parameters.
ParameterValueNotes
Network NameTeQoin L2Display name in wallet
RPC URLhttps://rpc.teqoin.ioPrimary endpoint
RPC URL (Backup)https://rpc-backup.teqoin.ioFallback if primary fails
WebSocket URLwss://ws.teqoin.ioFor real-time data
Chain ID420377Decimal format
Chain ID (Hex)0x66B69Hexadecimal format
Currency SymbolETHNative currency
Currency Decimals18Standard for ETH
Block Explorerhttps://explorer.teqoin.ioView transactions
Block Time5 secondsAverage time between blocks

✅ Verify Connection

Make sure you’re connected correctly.
1

Open Wallet

Open @TeQoinWalletBot in Telegram
2

Check Network

You should see “TeQoin L2” displayed at the top of the wallet
3

View Your Address

Your wallet address is shown and ready to receive funds
✅ TeQoin Telegram Wallet is already configured correctly!

🔧 Troubleshooting

Make sure you’re searching in the global Telegram search (not just in chats).Solution:
  1. Open Telegram
  2. Use the search bar at the top
  3. Type: @TeQoinWalletBot
  4. Or visit: https://t.me/TeQoinWalletBot
This means TeQoin L2 is already added to your MetaMask.Solution:
  1. Click the network dropdown
  2. Look for “TeQoin L2” in the list
  3. Select it to switch
If you don’t see it, try searching for Chain ID 420377 in your network settings.
If the primary RPC isn’t working:Solution:
  1. Try the backup RPC: https://rpc-backup.teqoin.io
  2. Check your internet connection
  3. Try again in a few minutes
  4. Join our Discord for live support
Make sure you entered 420377 (not 42069 or other values).Solution:
  1. Edit the network in MetaMask
  2. Change Chain ID to exactly: 420377
  3. Save changes

🎯 Next Steps

Get Testnet ETH

Request free testnet ETH to start making transactions

Make Your First Transaction

Send your first low-fee transaction on TeQoin L2

Bridge Assets

Move ETH from Ethereum L1 to TeQoin L2

Deploy a Contract

Deploy your first smart contract on TeQoin

💡 Comparison: Which Wallet Should I Use?

FeatureTeQoin Telegram WalletMetaMask
Setup Time30 seconds2 minutes
TeQoin Pre-configured✅ Yes❌ No (manual setup)
Built-in Faucet✅ Yes❌ No
Browser Extension❌ No✅ Yes
Best ForNew users, Telegram usersExperienced crypto users
Cross-Chain SupportTeQoin L2 onlyAll EVM chains
Our Recommendation:
  • New to crypto? Use TeQoin Telegram Wallet for the easiest experience
  • Experienced user? Use MetaMask if you already have it configured
  • Why not both? You can use the same wallet address in both!

Wallet configured? Head to Get Testnet ETH to start using TeQoin! 🚀