Skip to main content

Key Features

TeQoin combines cutting-edge blockchain technology with user-friendly design to deliver a superior Layer-2 experience.

🎯 Core Features


Low Zero Transaction Fees

The most revolutionary feature: users never pay gas fees.

Truly Free Transactions

  • low gas fees for every transaction
  • No hidden costs or surprise charges
  • Unlimited transactions without worrying about costs
  • Microtransactions enabled - send Microtransactions if you want
Send ETH
Trade tokens
Mint NFTs
Interact with smart contracts
All for low fee

⚑ 5-Second Blocks

Near-instant transaction confirmation for responsive applications.

User Experience Impact

// User clicks "Send"
await tx.wait(); // ⏳ 12-15 seconds...
Faster confirmation means users don’t have to wait and wonder if their transaction went through. This dramatically improves UX and reduces bounce rates.

Perfect For

Real-Time Games

Instant player actions

Live Trading

Execute trades quickly

Interactive Apps

Responsive user experience

πŸ”§ Full EVM Compatibility

100% compatible with Ethereum - zero learning curve for developers.

What Works

  • βœ… Solidity - Full support
  • βœ… Vyper - Full support
  • βœ… Yul - Full support
Deploy existing contracts without any modifications.
  • βœ… Hardhat - Complete support
  • βœ… Foundry - Complete support
  • βœ… Truffle - Complete support
  • βœ… Remix - Works out of the box
  • βœ… Brownie - Full compatibility
Use your existing development workflow.
  • βœ… Web3.js - Full support
  • βœ… Ethers.js - Full support
  • βœ… Viem - Full support
  • βœ… Wagmi - Full support
Same code, same APIs, same experience.
  • βœ… TeQoinWallet - Full support
  • βœ… MetaMask - Full support
  • βœ… WalletConnect - Full support
  • βœ… Coinbase Wallet - Full support
  • βœ… Rainbow - Full support
  • βœ… Rabby - Full support
Users can use their favorite wallets.
  • βœ… All standard opcodes supported
  • βœ… All precompiles available
  • βœ… Same gas costs as Ethereum
  • βœ… Same execution semantics
Bytecode-level compatibility.

Migration Process

1

Zero Code Changes

Your existing Solidity contracts work as-is on TeQoin.
2

Update Network Config

Change RPC URL
3

Deploy

Run your normal deployment command. Done!
# That's literally it
npx hardhat run scripts/deploy.js --network teqoin

πŸ”’ Ethereum-Grade Security

Security is not compromised for speed or low costs.

Security Model

All Data on Ethereum

  • Transaction data posted to Ethereum L1
  • State roots committed to L1
  • Anyone can reconstruct the L2 state from L1 data
  • Censorship resistant - can’t hide invalid transactions
Full transparency
Public verifiability
Data always available

Security Guarantees

No Fund Loss

Your funds are secured by Ethereum L1 smart contracts

No Censorship

No Transaction censor.

No Invalid State

Fraud proofs prevent invalid state transitions

No Trust Required

Security is cryptographically enforced, not trust-based

πŸ“¦ Optimistic Rollup

Advanced Layer-2 scaling using optimistic assumptions.

How It Works

Key Concepts

Allows better execution without waiting for proof verification.can challenges a transaction does it need to be proven valid.
Multiple transactions are batched together and posted to Ethereum L1 as a single transaction.This dramatically reduces costs compared to posting each transaction individually.
After each batch, the sequencer posts a state root (cryptographic hash of the current state) to L1.This allows anyone to verify the state is correct.
Withdrawals have a 7-day waiting period during which anyone can challenge invalid transactions.This is the security tradeoff for L2 confirmation.

Benefits

BenefitDescription
ExecutionOptimistic assumption allows better transaction processing
Low CostBatching reduces L1 costs by ~100x
SecurityFraud proofs ensure correctness without trusting sequencer
ScalabilityCan process 100+ TPS vs. 15-30 on L1

πŸŒ‰ Seamless Bridge

Move assets between Ethereum L1 and TeQoin L2 easily.

Bridge Features

Instant Deposits

L1 β†’ L2 transfers complete in ~15 minutes

Secure Withdrawals

L2 β†’ L1 transfers with 7-day fraud proof protection

ETH Support

Native ETH bridging (1:1 backing)

ERC20 Support

Bridge ERC20 tokens (coming soon)

How Bridging Works

1

Lock on L1

Send ETH to the L1 bridge contract. Your ETH is locked.
2

Mint on L2

TeQoin mints equivalent ETH on L2 (1:1 ratio).
3

Use on L2

Your ETH appears in your L2 wallet. Start using TeQoin!
Time: ~15 minutes (L1 confirmation + L2 processing)
Important: Withdrawals require a 7-day challenge period. Plan accordingly if you need L1 liquidity quickly.
Learn more about bridging β†’

πŸš€ Additional Features

Developer Experience

Block Explorer

View all transactions, blocks, and contracts at explorer.teqoin.io

Testnet Faucet

Get free testnet ETH to start building immediately

Contract Verification

Verify your contracts on the block explorer

JSON-RPC API

Standard Ethereum JSON-RPC for easy integration

Network Specifications

ParameterValue
Network NameTeQoin L2
Chain ID(Testnet)420377 (0x66B69)
CurrencyETH
Block Time5 seconds
Block Gas Limit30,000,000
RPC Endpointhttps://rpc.teqoin.io
WebSocketwss://ws.teqoin.io
Explorerhttps://explorer.teqoin.io

πŸ“š Learn More


Ready to experience these features? Head to the Quick Start Guide to begin! β•°β”ˆβž€