中文  |  English
🌐

1. Introduction

What is Web3Utils Pro?

Web3Utils Pro is a multi-chain Web3 toolkit designed for both beginners and experienced blockchain users. Whether you are completely new to crypto or a seasoned project developer, Web3Utils Pro lets you perform on-chain operations with ease — no coding required. Simply connect your wallet and start using every feature immediately.

🔧 Core Features

📤
Batch Transfer Send tokens to hundreds of addresses in a single transaction — saving time and Gas fees.
🪙
Token Deploy No programming needed. Deploy your own ERC-20 token on BSC in under 3 minutes.
⚙️
Token Management Mint, burn, transfer ownership, pause trading — all on-chain with a simple UI.
👛
Wallet Tracker Monitor any wallet address in real time — track holdings and transaction activity.
📊
Dashboard View all your token holdings, operation history, and platform usage statistics.
🔗
Multi-chain Support Currently supports BSC. ETH, Polygon, Arbitrum, and more chains coming soon.

🔒 Safety & Privacy

Your private key never leaves your device.
Web3Utils Pro interacts with the blockchain through your wallet extension (e.g. MetaMask). Our servers never touch, store, or request your private key or seed phrase. Every transaction is signed locally inside your own wallet.
⚠️
Important: blockchain transactions are irreversible.
Always double-check the recipient address and amount before sending. Once confirmed on-chain, a transaction cannot be cancelled or refunded.
What We Do What We Never Do
Initiate transaction requests through your wallet extension ❌ Ask for your private key or seed phrase
Record your public wallet address for usage statistics ❌ Store your signature data
Charge transparent, publicly disclosed platform fees ❌ Add hidden fees to transactions
Publish contract source code openly on BSCScan ❌ Use unverified smart contracts
↑ Back to top
🦊

2. Getting Started

Connect Your Wallet
👛 What is a Crypto Wallet?

A crypto wallet is your identity card + bank account in the blockchain world, combined in one. It has two parts:

🔑
Public Address Like a bank account number — safe to share publicly. Others send assets to this address. Example: 0x1234...abcd
🗝️
Private Key Like your bank password — never share it with anyone. Whoever controls the private key controls all assets in the wallet.
ℹ️
MetaMask is the most popular browser wallet extension. It stores your private key securely in your local browser and provides a friendly interface for managing assets and signing transactions.
📥 Install MetaMask
  1. Visit the Official Website Open your browser and go to metamask.io (always check the URL carefully to avoid phishing sites). Click the "Download" button.
  2. Install the Browser Extension Select your browser (Chrome / Firefox / Edge / Brave), click "Add to Chrome" (or the equivalent for your browser), then click "Add Extension" to confirm the installation.
  3. Create a New Wallet Click the MetaMask icon in your browser's toolbar → "Create a new wallet" → Set a password → Write down and safely store your 12-word Secret Recovery Phrase. This is the only way to recover your wallet if you lose access.
🚨
Your Secret Recovery Phrase is your wallet backup.
Write it down by hand and store it in a secure offline location. Never take a screenshot, photograph it, or save it to any internet-connected device. Anyone asking for your seed phrase is attempting a scam!
🔗 Connect to Web3Utils Pro
  1. Click "Connect Wallet" In the top-right corner of the Web3Utils Pro page, click the Connect Wallet button.
  2. Select MetaMask In the wallet selection popup, choose "MetaMask". (WalletConnect QR-code scanning will be supported in a future release.)
  3. Approve in MetaMask MetaMask will show an authorization window displaying the site domain web3util.net — review it and click "Connect". This authorization only allows the site to read your wallet address; it cannot move your assets.
👤 User You Click Connect 🦊 MetaMask Sign & Authorize Authorized 🌐 Web3Utils Pro Build Transaction Broadcast ⛓️ BSC Blockchain Confirmed
Diagram: Complete flow — Connect Wallet → Sign → Web3Utils → Blockchain
🌐 Switch Network — BSC Mainnet / Testnet

Web3Utils Pro currently supports BNB Smart Chain (BSC). Two networks are available:

Network Chain ID Purpose BNB Source
BSC Mainnet 56 Live use with real assets Purchase on an exchange
BSC Testnet 97 Testing and learning — no real value Free Faucet
💡
Beginners: start with Testnet — it's free and safe.
Web3Utils Pro automatically detects your network and will prompt you to switch if needed.

Manually add BSC networks to MetaMask:

ParameterBSC MainnetBSC Testnet
Network Name BNB Smart Chain BSC Testnet
RPC URL https://bsc-dataseed.binance.org https://data-seed-prebsc-1-s1.binance.org:8545
Chain ID 56 97
Symbol BNB tBNB
Explorer https://bscscan.com https://testnet.bscscan.com
↑ Back to top
📤

3. Batch Transfer

Send to Many Addresses at Once
💡 Why Use Batch Transfer?

If you need to airdrop tokens to 100 addresses, the normal approach requires 100 separate transactions — each one paying its own Gas fee and waiting for confirmation.

Batch Transfer bundles all recipient addresses into one or a few transactions, distributing tokens through a smart contract in a single step — dramatically saving time and Gas costs.


❌ Standard Method
100 transactions × Gas = high cost + long wait
✅ Batch Transfer
1–2 transactions, saves 60–80% Gas, done in seconds
📋 Step-by-Step Guide
  1. Step 1: Select Token On the Batch Transfer page, choose the token you want to send from the dropdown. Supports BNB (native coin) and any ERC-20 token (including tokens you have deployed yourself). Your current balance is shown automatically.
  2. Step 2: Enter Recipients and Amounts Three input methods are supported (see details below): manual entry, paste a list, or upload a CSV file.
  3. Step 3: Review Fee Summary The system shows the total send amount, estimated Gas fee, platform service fee, and batching details (addresses over 500 are automatically split into multiple batches). Review everything carefully before proceeding.
  4. Step 4: Approve Token (ERC-20 only) Before sending an ERC-20 token, you must click "Approve" in MetaMask to allow the contract to transfer tokens on your behalf. BNB (native coin) does not require this step. One-time only
  5. Step 5: Execute Transfer Click "Execute Batch Transfer" → MetaMask pops up for confirmation → Review the transaction details → Click "Confirm". The system shows the transaction hash and progress in real time.
🪙 Select Token Step 1 📝 Add Recipients Step 2 🧾 Review Fees Step 3 🚀 Execute Step 4–5 Done Confirmed ⚡ Auto-batching ≤ 500 addresses → completed in 1 transaction > 500 addresses → automatically split into multiple batches, confirmed one by one
Diagram: Complete Batch Transfer workflow
📁 Input Methods & CSV Format
⌨️
Manual Entry Type one address and amount per line — best for small lists.
📋
Paste Text Paste your address list directly into the text box — parsed automatically.
📄
Upload CSV Upload a CSV file — supports up to 5,000 addresses.

CSV File Format Requirements:

# Format: address,amount (one entry per line)
# No header row required

0xABC...111,100
0xDEF...222,250.5
0x789...333,50
⚠️
Important notes: Addresses must be complete 42-character Ethereum-format addresses (starting with 0x). Amounts use the token's display unit (not wei). File encoding should be UTF-8. No header row is needed.
💰 Fee Breakdown

Every batch transfer involves two types of fees:

Gas Fee ~75% (paid to validators, varies with network)
Platform ~25%
Fee Type Paid To How It's Calculated Notes
Gas Fee BSC network validators Based on number of addresses and network congestion Approx. 0.001–0.01 BNB per batch
Platform Service Fee Web3Utils Pro Fixed rate per recipient address Paid in BNB, publicly disclosed
💡
The system shows a precise fee estimate before you execute. You can review the full cost breakdown before confirming. Actual Gas fees may vary slightly based on network conditions.
↑ Back to top
🪙

4. Token Deploy

Launch Your ERC-20 Token
🎓 What is a Token?

A token is a digital asset issued on a blockchain. On BSC, most tokens follow the BEP-20 standard (compatible with Ethereum's ERC-20), which means they are recognized by any wallet and exchange that supports this standard.

Common use cases: community points, in-game items, project fundraising (ICO/IDO), loyalty rewards, DeFi liquidity mining incentives, and more. Web3Utils Pro lets anyone deploy their own token in minutes — no coding knowledge required.

📦 Three Deployment Tiers
🔵 Basic
Basic Tier
0.05 BNB
Ideal for personal learning, community points, and simple airdrops
  • Standard BEP-20 token
  • Custom name / symbol / decimals
  • Set initial supply
  • Auto-verified on BSCScan
🟢 Advanced
Advanced Tier
0.1+ BNB
For DeFi projects, IDOs, and scenarios requiring fine-grained control
  • All Basic features included
  • Mintable
  • Burnable
  • Blacklist / Whitelist
  • Pause trading switch
  • Transfer limits / Tax rates
🟡 Dividend
Dividend Tier
0.5+ BNB
For advanced DeFi projects — holders earn automatic dividend rewards
  • All Advanced features included
  • Auto dividend mechanism
  • Buy / sell tax configuration
  • Auto liquidity injection
  • Marketing wallet allocation
ℹ️
Pricing note: The amounts above are platform service fees. BSC network Gas fees (approx. 0.002–0.005 BNB) are charged separately. "0.1+" means a base price of 0.1 BNB; each additional feature adds 0.05 BNB. Dividend tier base is 0.5 BNB plus 0.05 BNB per extra feature.
🚀 Step-by-Step Deployment
  1. Choose a Tier Select Basic, Advanced, or Dividend based on your project needs. Not sure? Start with Basic — features can be added later by upgrading the contract.
  2. Select Features Advanced and Dividend tiers let you pick specific features as needed. The fee display updates in real time as you toggle each feature.
  3. Fill in Token Information Enter: token name (e.g. My Token), symbol (e.g. MTK, recommended 3–6 letters), decimals (usually 18), and initial supply (e.g. 1000000 for 1 million tokens).
  4. Deploy & Confirm in MetaMask Click "Deploy Token" → MetaMask shows the confirmation screen → Review Gas fees and contract call data → Click "Confirm". Deployment typically completes in 5–15 seconds.
  5. Get Your Contract Address After successful deployment, the system automatically extracts and displays your token contract address. You can immediately view it on BSCScan or add it to your MetaMask wallet.
  6. Auto-Verification on BSCScan The system automatically submits your contract source code to BSCScan for verification, usually completing within 1–2 minutes. Once verified, the contract code is publicly viewable and the Contract Source Code Verified badge appears, building user trust.
📦 Choose Tier Step 1 ⚙️ Select Features Step 2 ✏️ Fill Token Info Step 3 🚀 Deploy On-Chain Step 4 📋 Contract Address Step 5 🔍 BSCScan Auto-Verify Step 6 (~1-2 min) 🦊 Add to MetaMask Optional ✅ Token Deployed Successfully!
Diagram: Full token deploy flow including auto-verification and adding to wallet
📖 All 12 Features Explained
Feature Description Basic Advanced Dividend
Standard BEP-20
Standard Token
Fully compliant with BEP-20; recognized by all wallets and exchanges
BSCScan Verification
Auto-Verify
Automatically submits source code to BSCScan for the green verified badge
Ownership Transfer
Ownable
Transfer contract ownership to another address, or renounce it entirely
Mintable The contract owner can mint additional tokens, increasing total supply
Burnable Token holders can burn (destroy) tokens, reducing total supply (deflationary)
Pausable Owner can pause all token transfers in one click for emergency situations
Blacklist Owner can blacklist specific addresses, blocking them from transferring tokens
Whitelist Only whitelisted addresses can participate in transfers — useful for private sale / IDO phases
Transfer Limit Set a maximum per-transaction or per-wallet holding cap to prevent whale manipulation
Buy/Sell Tax
Tax / Fee
Charge a percentage fee on each buy/sell transaction, distributed to designated addresses
Auto Dividend Holding tokens automatically earns dividends (BNB or a chosen token), proportional to holdings
Auto Liquidity Automatically injects a portion of tax revenue into a DEX (e.g. PancakeSwap) liquidity pool
💡
Note: Enabling more features makes the contract code more complex, which increases the deployment Gas fee slightly. However, the platform service fee is a fixed tier price and does not increase per feature selected.
🔍 Why Auto-Verification on BSCScan Matters

Contract verification means submitting the full Solidity source code to BSCScan so that anyone can inspect the code and confirm the contract behaves as described.

🛡️
Builds Trust BSCScan shows a green ✓ icon; users can view source code and confirm it is safe.
🔎
Full Transparency All function calls and event logs are clearly visible on BSCScan.
🤝
Listing Requirement Most DEXs and token tracking platforms require contracts to be verified.
Fully Automatic Web3Utils Pro submits verification automatically after deployment — no manual steps.
Verification typically completes within 1–2 minutes after deployment. You can click the BSCScan link on the deployment success page to check the status. Once verified, the contract page will display the Contract Source Code Verified badge.
↑ Back to top
⚙️

5. Token Management

Manage Your Deployed Tokens

The Token Management page lets you interact with any ERC-20 contract — whether deployed through Web3Utils Pro or a third-party contract. The platform automatically switches between an optimized UI for factory tokens or a universal ABI mode for external contracts.

🔀 Two Loading Modes — Factory vs Third-Party
🏭
Factory Token Mode For tokens deployed through Web3Utils Pro. The platform auto-detects the contract type and provides a purpose-built UI with the full feature panel (mint, burn, pause, dividends, etc.).
🔌
Third-Party Contract Mode Enter any ERC-20 contract address. The platform automatically fetches the ABI from BSCScan and generates a universal read/write interface based on that ABI.
ℹ️
Loading a third-party contract requires the contract to be open-source and verified on BSCScan. If not verified, only the standard ERC-20 basic methods will be available.
📂 Load a Contract
  1. Enter the Contract Address Paste the ERC-20 contract address into the input field (a 42-character hex string starting with 0x).
  2. Or Click "My Deployed Tokens" Click the My Deployed Tokens button. The platform lists all tokens you have deployed through Web3Utils Pro — click any one to load it instantly.
  3. Click Load Click Load Contract. The platform reads the on-chain data and renders the corresponding management interface.
👁️ Read Methods

Read methods consume no Gas and can be called any time to query the latest on-chain data:

🏷️
name() Full token name
e.g. MyToken
🔤
symbol() Token ticker symbol
e.g. MTK
📊
totalSupply() Current total supply
👑
owner() Contract owner address
💰
balanceOf(addr) Query balance of a given address
allowance(owner, spender) Query approved spending amount
✏️ Write Methods

Write methods modify on-chain state and require a signature and Gas payment:

Method Description Who Can Call
transfer(to, amount) Transfer tokens to a target address Any token holder
approve(spender, amount) Authorize a third-party contract (e.g. DEX) to spend your tokens Any token holder
mint(to, amount) Mint new tokens to a specified address Contract Owner only
burn(amount) Burn tokens held by the caller Any token holder
burnFrom(from, amount) Burn tokens from a pre-approved address Approved address only
⚠️
Mint and burn operations are irreversible. Minting dilutes the holdings of existing token holders; burning permanently reduces the circulating supply. Proceed with caution.
👑 Owner Panel

Advanced features visible and accessible only to the contract owner:

⏸️
Pause Trading Globally pause all token transfers to protect holders in an emergency.
🚫
Blacklist Add a specified address to the blacklist, blocking all inbound and outbound transfers for that address.
💸
Tax Configuration Set buy/sell tax percentages; collected tax is automatically distributed to designated wallets.
🔗
DEX Trading Pair Set the PancakeSwap liquidity pool address used to distinguish buy vs. sell tax scenarios.
🚨
Transferring ownership (transferOwnership) is extremely dangerous! If you transfer to the wrong address, you will permanently lose all control over the contract with no way to reverse it.
💰 Dividend Panel

Dividend-tier tokens support an automatic dividend mechanism — simply holding the token earns you passive BNB or other token rewards:

  1. View Pending Dividends The top of the dividend panel shows your current accumulated dividend amount, read in real time from the blockchain.
  2. Claim Dividends Click Claim Dividends. After signing the transaction, the dividends are transferred directly to your wallet. A small Gas fee is required.
  3. Dividend History View a history of all past claims and amounts. Each transaction can be verified on BSCScan via the provided link.
ℹ️
Dividends come from the dividend pool portion of contract tax revenue. The more tokens you hold and the longer you hold them, the more dividends accumulate. The dividend currency is configured at deployment time (BNB by default).
↑ Back to top
🔄

6. Swap & Liquidity

Trade on PancakeSwap
🔄 What is a DEX Swap?

A DEX (Decentralized Exchange) lets you swap tokens directly with a smart contract — no intermediary, no account registration needed. Web3Utils Pro integrates PancakeSwap, the largest DEX on BSC.

🏦
Centralized Exchange (CEX) e.g. Binance, OKX — requires registration, KYC, and your assets are custodied by the platform, creating counterparty risk.
⛓️
Decentralized Exchange (DEX) No account needed — connect your wallet and trade instantly. Your assets stay in your wallet at all times; contracts are open source.
💱 How to Swap
  1. Select Token Pair Choose the token you want to sell and the token you want to receive. You can search by ticker symbol or paste a contract address directly.
  2. Enter Amount Enter the amount to sell; the system automatically calculates how many tokens you will receive (including a price impact warning if applicable).
  3. Get Quote The system displays the current exchange rate, price impact, minimum received amount, and slippage settings. A High Price Impact warning is shown when impact exceeds 5%.
  4. Approve Token If this is your first time swapping a particular token, click Approve to authorize the PancakeSwap contract to use your tokens. This step is only required once per token.
  5. Execute Swap Click Confirm Swap, confirm the transaction in MetaMask, and wait for on-chain confirmation (typically 3–15 seconds).
⚠️
Slippage Settings: Default is 0.5%. If your transaction fails with "INSUFFICIENT_OUTPUT_AMOUNT", try increasing slippage to 1%–3%. For new tokens or tokens with a tax, set slippage to at least tax rate + 1%.
💧 What is Liquidity?

A Liquidity Pool is the core mechanism behind every DEX. Think of it as a shared pool of two tokens — anyone can deposit assets into it, and anyone can swap tokens against it.

💡
Example: A BNB/USDT liquidity pool holds 100 BNB and 30,000 USDT. When you buy USDT with 1 BNB, you are trading against this pool — not a real seller. The pool's BNB increases and USDT decreases, which shifts the price accordingly. This is the AMM (Automated Market Maker) model.
🪙 Token A You sell this Deposit 🥞 PancakeSwap Liquidity Pool AMM Receive 💎 Token B You receive this 0.25% Fee Earned by LP providers
Diagram: DEX swap — Token A is deposited into the pool, Token B is received; 0.25% fee goes to liquidity providers
➕ Add Liquidity
  1. Select Token Pair Choose the two tokens you want to provide liquidity for — for example, BNB + your project token.
  2. Enter Amounts Enter the amount for one token; the other is calculated automatically based on the current pool ratio, ensuring you don't shift the price.
  3. Approve Both Tokens Approve each token separately for the liquidity contract to use. If a token is already approved, this step is skipped automatically.
  4. Confirm Add Click Add Liquidity. After signing, you will receive LP Tokens (liquidity receipt tokens) representing your share of the pool.
💡
Once you provide liquidity, every swap that occurs in that pool generates a 0.25% fee for you, automatically compounding inside the pool. Fees are withdrawn when you remove your liquidity.
➖ Remove Liquidity
  1. Find Your Position In the "My Liquidity" panel, find the token pair you provided, and view your current share and estimated withdrawal amounts.
  2. Choose Removal Percentage Use the slider to select how much to remove (25% / 50% / 75% / 100%). The system shows the estimated amounts of each token you will receive in real time.
  3. Approve LP Token Approve the liquidity contract to burn your LP Tokens.
  4. Confirm Remove Sign the transaction to confirm. Your LP Tokens are burned and both tokens (including accumulated fee earnings) are returned to your wallet.
⚠️
Impermanent Loss Warning: When the price ratio between the two tokens changes significantly, the total value you receive upon withdrawal may be lower than what you originally deposited. This is an inherent risk of providing DEX liquidity — evaluate carefully before committing funds.
📊 Pool Info
Metric Description
Reserves Current amount of each token in the pool — determines the current price
Price Calculated from the reserve ratio: Price = Reserve B / Reserve A
Your Share Your LP Tokens as a percentage of the total LP supply
24h Volume Total swap volume in this pool over the last 24 hours
TVL (Total Value Locked) Total USD value of all assets currently in the pool
↑ Back to top
🔒

7. Staking

Lock Tokens, Earn Rewards
❓ What is Staking?

Staking means locking your tokens inside a smart contract in exchange for platform rewards. The longer you lock, the higher your Annual Percentage Yield (APY). Once the lock period expires, you can withdraw both your principal and all accumulated rewards.

💡
Staking rewards come from platform fee revenue and protocol inflation (the $W3U token emission pool). APY figures are read directly from the contract in real time and may fluctuate as total staked volume changes.
📊 Staking Tiers
Tier Lock Period APY Early Exit Penalty Notes
Flexible No lock 5% None Deposit and withdraw any time; lowest yield
30 Days 30 days 12% Lose 50% of accrued rewards Short-term; suits conservative strategies
90 Days 90 days 22% Lose 75% of accrued rewards Mid-term; balances yield and flexibility
180 Days 180 days 35% Lose 100% of accrued rewards High yield; for long-term holders
365 Days 365 days 50% Lose 100% of accrued rewards Maximum yield; only for long-term believers
🚨
Early Exit Penalty: Unstaking before the lock period ends forfeits all or part of your accumulated rewards. Your principal is never at risk. The 180-day and 365-day tiers forfeit 100% of accrued rewards on early exit — make sure you have enough liquidity elsewhere before committing.
📥 How to Stake
  1. Select a Tier On the Staking page, choose your desired lock-period tier (Flexible / 30 Days / 90 Days / 180 Days / 365 Days).
  2. Choose a Pool Pick the $W3U single-token pool or the W3U/BNB LP Token pool (LP pool offers higher rewards).
  3. Enter Amount Type the amount you want to stake. The interface will show your estimated annualised return and the maturity payout.
  4. Approve Tokens First-time stakers must grant the staking contract permission to spend your tokens. Click Approve and confirm in MetaMask.
  5. Confirm Stake Click Stake. MetaMask will pop up a transaction confirmation window. Review the gas fee, click Confirm, and your tokens start earning interest immediately.
🎁 Claim Rewards

Only the Flexible tier lets you claim accumulated rewards at any time without unstaking:

  1. View Pending Rewards The top of the staking panel shows your current $W3U reward balance, updated in real time.
  2. Click Claim Click Claim Rewards. After signing the transaction, rewards arrive in your wallet instantly while your principal continues earning.
ℹ️
For fixed-term tiers (30 / 90 / 180 / 365 days), rewards are paid out in a single lump sum when you unstake at maturity. They cannot be claimed separately during the lock period.
🔓 Unstake
  1. Open Your Staking Records Find the position you want to close in the "My Stakes" list. Check the remaining lock time and accumulated rewards.
  2. Click Unstake Click Unstake. If the lock period has not yet expired, the platform shows an early-exit penalty warning requiring a second confirmation.
  3. Confirm & Sign Confirm the transaction in MetaMask. Your principal (and any rewards due at maturity) will be returned to your wallet.
⚠️
Think before exiting early: The 180-day and 365-day tiers forfeit 100% of accrued rewards on early exit. If you need liquidity urgently, consider drawing from a Flexible-tier position first.
💰 Stake $W3U / LP Token Lock 🔒 Lock Period 30/90/180/365d Accrue 📈 Earn Rewards 5%–50% APY Mature 🔓 Unstake Principal + Rewards
Diagram: Staking flow — Stake → Lock → Earn → Unstake
↑ Back to top
👛

8. Wallet Tracker

Real-time On-chain Monitoring

The Wallet Tracker uses Moralis Streams to monitor on-chain activity for any wallet address in real time. Whether it is your own wallet, a KOL address, or a project team wallet — the moment a token transfer or transaction occurs, the platform pushes an instant alert.

PRO members only. Free users can explore the interface in Demo Mode, but cannot create real trackers or receive live alerts.
🔍 What It Tracks
💸
Token Transfers Monitors all ERC-20 token inflows and outflows for the watched wallet, including token name, amount, and counterparty address.
⛓️
Transactions Tracks native BNB transfers and contract calls, showing transaction hash, gas consumed, and status.
🔔
Real-time Alerts Delivered via browser notification, email (PRO+), or Webhook — typically within seconds of the on-chain event.
📊
Portfolio Snapshot View the current token holdings and estimated USD value for any tracked wallet.
➕ Create a Tracker
  1. Enter the Wallet Address Paste the target wallet address into the tracker creation form (BSC addresses are supported). You can optionally add an alias such as "My Cold Wallet" or "Whale XYZ" for easy identification.
  2. Set Filters Choose what to monitor: all transactions / token transfers only / a specific token contract / a minimum transfer threshold. More precise filters mean less noise in your alerts.
  3. Create the Tracker Click Create Tracker. The backend subscribes to the address via the Moralis Streams API, and the tracker activates immediately.
ℹ️
Each PRO account can run up to 10 active trackers simultaneously. Diamond members can run up to 50.
📋 Manage Active Trackers
Action Description
Pause Temporarily stops monitoring without deleting history; resume any time.
Resume Reactivates a paused tracker and resumes live monitoring.
Delete Permanently removes the tracker and all its event history, freeing up your tracker quota.
Edit Update the alias or filter conditions without recreating the tracker.
📡 Events Panel

The Events Panel displays all triggered tracking events in reverse-chronological order:

🕐
Timestamp Block time of the event, accurate to the second.
🔗
Transaction Hash Click to open the full transaction details on BSCScan.
💰
Transfer Amount Token name, quantity, and USD estimate (where price data is available).
📍
Counterparty Address The other address involved in the transfer. Click it to add it as a new tracker.
↑ Back to top
🔗

9. Referral System

Share & Earn Commission
💡 How It Works

The Web3Utils Pro referral system lets you earn commissions from platform fees simply by sharing your unique referral link. Every time a user you referred completes a paid action, your wallet receives a commission instantly.

🎯
Level-1 Commission (Direct) You earn 10% of the fees generated by users you referred directly.
🌳
Level-2 Commission (Indirect) When your direct referrals bring in their own users, you earn an additional 3% from those second-level transactions.
Real-time Settlement Commissions are settled automatically in the same on-chain transaction as the referred user's action — no waiting required.
📈
Member Bonus Holding $W3U or reaching higher membership tiers can boost your commission rate up to 20%.
🔑 Find Your Referral Code
  1. Go to Your Profile Page Click your avatar in the top-right corner or select "Profile" in the navigation bar.
  2. Locate Your Referral Code In the "Referral System" card, you will see your unique 6-character alphanumeric code (e.g. W3U8F2).
  3. Copy Your Share Link Click Copy Link. Your shareable link looks like: https://web3util.net/?ref=W3U8F2
ℹ️
Your referral link is tied to your wallet address — no account registration needed. When a new user connects their wallet after clicking your link, the referral relationship is established permanently.
📊 Commission Tracking

In the Referral System panel on your Profile page, you can view:

Metric Description
Direct Referrals Users who registered through your link and completed at least one transaction
Indirect Referrals Active users brought in by your direct referrals
Total Commission (BNB) Cumulative lifetime commissions earned across all referral levels
Pending Commission Settled commissions not yet withdrawn to your wallet
Commission Breakdown Source transaction hash and timestamp for every commission — verifiable on BSCScan
👤 You Share your link ?ref=CODE 🤝 Friend Joins Uses platform Pays fees 🎁 Both Benefit You: 10% commission Friend: fee discount BNB commission lands instantly
Diagram: Referral flow — Share link → Friend joins → Both benefit
↑ Back to top
👑

10. Membership

Tiers, Benefits & Upgrades
🏆 6 Membership Tiers
⬜ Free
$0 /mo
Default tier — no token holding required
  • Batch transfer (up to 50 addresses)
  • Token deploy (Basic template)
  • Token management (read-only)
  • Wallet tracker (Demo mode)
🥉 Holder
Hold 100+ $W3U
Unlock by holding platform tokens
  • Batch transfer (up to 200 addresses)
  • 10% fee discount
  • Wallet tracker (3 trackers)
  • History (30 days)
🥈 LP Bronze
Provide small LP
Entry-level liquidity provider
  • Batch transfer (up to 500 addresses)
  • 20% fee discount
  • Wallet tracker (10 trackers)
  • Advanced token template
🥇 LP Silver
Provide medium LP
Mid-level liquidity provider
  • Unlimited batch transfer addresses
  • 30% fee discount
  • Wallet tracker (25 trackers)
  • Dividend token template
💎 LP Gold
Provide large LP
Advanced liquidity provider
  • All features, no limits
  • 40% fee discount
  • Wallet tracker (50 trackers)
  • API access
💠 Diamond
Staking + LP both met
Highest tier on the platform
  • All features + priority support
  • 50% fee discount
  • Wallet tracker (unlimited)
  • Early access to Beta features
🔍 Check Your Current Level
  1. Go to Profile After connecting your wallet, click your avatar in the top-right corner to open your Profile page.
  2. View the Membership Card The membership card at the top of the page shows your current tier, tier icon, and active fee discount.
  3. See Upgrade Requirements Below the card, you can see how much more $W3U you need to hold or how much LP you need to provide to reach the next tier.
📊 Benefits Comparison
Benefit Free Holder Bronze Silver Gold Diamond
Fee Discount None 10% 20% 30% 40% 50%
Batch Transfer Limit 50 200 500 Unlimited Unlimited Unlimited
Wallet Trackers Demo 3 10 25 50 Unlimited
Token Templates Basic Basic Advanced Dividend All All
History Retention 7 days 30 days 90 days 180 days Forever Forever
API Access
Priority Support
⬆️ How to Upgrade
🪙
Hold $W3U Keep enough $W3U platform tokens in your wallet. Your balance is read from the blockchain in real time — no registration or application needed.
💧
Provide LP Liquidity Add liquidity to the W3U/BNB trading pair on PancakeSwap. The amount of LP tokens you hold determines your LP tier (Bronze / Silver / Gold).
🔒
Stake $W3U Stake $W3U in the platform staking contract. Staked amounts count toward membership tier calculation and also earn you an extra fee-discount bonus.

Staking Discount Bonus

Staked Amount Extra Discount Combined with Base Tier Discount
1,000 $W3U Extra 2% Up to ~25% total
5,000 $W3U Extra 5% Up to ~35% total
10,000 $W3U Extra 8% Up to ~45% total
50,000+ $W3U Extra 10% Up to ~60% total (Diamond)
ℹ️
Your membership tier is evaluated by the contract automatically on every transaction. No manual claim is required — as long as your wallet holds enough $W3U or LP tokens, the tier is active.
↑ Back to top

11. FAQ

Frequently Asked Questions
🔒 Is the platform safe? Are my assets at risk?

All core contracts on Web3Utils Pro are open-source and verified on BSCScan — anyone can inspect the code at any time. The platform will never ask for your private key or seed phrase.

Every asset operation requires your personal signature in MetaMask. The platform cannot move your assets without your explicit on-chain authorisation.

⚠️
Blockchain transactions are irreversible. Always double-check the recipient address and amount before confirming. Anyone claiming they can "reverse a transaction" or "issue a refund" is a scammer.
👛 Which wallets are supported?

Currently supported:

🦊
MetaMask Browser extension — the most widely supported option. Works on Chrome, Firefox, Edge, and Brave.
🔗
WalletConnect Scan the QR code to connect a mobile wallet (Trust Wallet, TokenPocket, and others).

Planned additions: Coinbase Wallet, OKX Wallet, Binance Web3 Wallet.

💸 What fees do I pay?

Every operation involves two types of cost:

Gas Fee (~75%) — paid to BSC network validators
Platform Fee (~25%)
Feature Platform Service Fee Estimated Gas
Batch Transfer (BNB) 0.1% of total transferred 0.002–0.01 BNB
Batch Transfer (ERC-20) Fixed 0.005 BNB 0.005–0.02 BNB
Token Deploy (Basic) 0.05 BNB 0.01–0.03 BNB
Token Deploy (Advanced) 0.1+N×0.05 BNB 0.015–0.04 BNB
Token Deploy (Dividend) 0.5+N×0.05 BNB 0.02–0.05 BNB
Higher membership tiers receive larger platform fee discounts (up to 50% off). Gas fees are set by the BSC network and are outside the platform's control.
❌ Why did my transaction fail?

Common failure causes and solutions:

Error Message Cause Solution
insufficient funds Not enough BNB to cover gas Top up BNB; always keep at least 0.05 BNB as a gas reserve
INSUFFICIENT_OUTPUT_AMOUNT Slippage too low; price moved beyond the allowed range Increase slippage tolerance to 1%–3%
execution reverted Contract call condition not met (e.g. paused, blacklisted) Check token status; contact the contract owner
transfer amount exceeds balance Insufficient token balance Verify your actual balance (watch out for token decimals); re-enter the amount
MetaMask popup disappears / no response Network congestion or MetaMask extension glitch Refresh the page, check that MetaMask is unlocked, then reconnect
🤖 How does Auto-Verify work?

After you deploy a token through Web3Utils Pro, the platform automatically submits the contract source code for verification on BSCScan. No manual steps are needed — the process typically completes within 30–60 seconds after the deployment transaction is confirmed.

  1. Deployment Confirmed Once the transaction lands on-chain, the platform extracts the contract address and ABI-encoded constructor arguments.
  2. Submit Standard JSON Input The platform sends the full Solidity source code and compiler settings to BSCScan via the V2 API.
  3. Verification Complete Once BSCScan confirms the compiled bytecode matches, the contract page shows a green "✓ Verified" badge and the source code becomes publicly visible.
ℹ️
If auto-verify fails (due to occasional BSCScan service issues), you can trigger a manual re-verification from the Token Management page.
📱 Can I use it on mobile?

Yes. There are two recommended ways to use Web3Utils Pro on a mobile device:

🦊
MetaMask Mobile App Open the built-in browser inside the MetaMask app and navigate to web3util.net — everything works natively.
💼
Trust Wallet / TokenPocket Connect via WalletConnect QR code and use all features from your phone's browser.
ℹ️
Web3Utils Pro is fully responsive and displays correctly on mobile screens. However, features like CSV upload for batch transfers are more convenient on a desktop.
⛽ What is Gas and how much BNB do I need?

Gas is the computation fee paid for every transaction on the BSC network. It is denominated in BNB and goes to the network validators. Gas Cost = Gas Price × Gas Used.

💡
BSC gas fees are very low — typically 0.002–0.05 BNB per transaction (roughly $0.50–$15). We recommend always keeping at least 0.05 BNB in your wallet as a gas reserve to avoid interrupted operations.

MetaMask shows an estimated gas cost before each transaction. You can adjust Gas Price manually in MetaMask's "Advanced Settings" to speed up or reduce the cost of a transaction.

🧪 How do I get Testnet BNB?

When testing features on the BSC Testnet, you need test BNB (which has no real monetary value). Here is how to get it:

  1. Visit the Official Faucet Go to testnet.bnbchain.org/faucet-smart, then connect your wallet or paste your wallet address.
  2. Request Test BNB Click "Give me BNB". You can receive 0.1–0.3 tBNB per request, once every 24 hours.
  3. Switch the Network In the Web3Utils Pro network switcher (top-right), select "BSC Testnet" and you can use all features in the safe test environment.
We strongly recommend that new users practice all operations on the Testnet first before switching to Mainnet with real assets.
↑ Back to top
📖

12. Glossary

Key Terms Explained
Term Description
Wallet A tool for managing blockchain assets. It consists of a public address (for receiving funds) and a private key (for signing). MetaMask is the most widely used browser wallet.
Token A digital asset issued on a blockchain. ERC-20 is the standard token protocol on BSC and Ethereum, defining the function interface every token must implement.
Smart Contract Self-executing program code deployed on a blockchain. Once deployed it cannot be modified (unless the contract includes an upgrade mechanism). It is transparent and auditable by anyone.
DEX Decentralised Exchange — a token-swapping platform powered by smart contracts that requires no account registration. The largest DEX on BSC is PancakeSwap.
Liquidity A pool of two tokens in a DEX that provides depth for trading. The deeper the liquidity, the smaller the price impact of a swap.
Staking Locking tokens in a contract to earn rewards — similar to a bank fixed deposit. The longer the lock period, the higher the APY.
APY Annual Percentage Yield — the annualised compound return rate. For example, APY 50% means staking 1,000 tokens for one year earns 500 tokens in rewards.
Gas The computation fee for a blockchain transaction, paid in BNB on the BSC network. Gas Cost = Gas Price (Gwei) × Gas Used.
BNB The native token of BNB Smart Chain, used to pay gas fees and as the primary medium of exchange on BSC.
BSC BNB Smart Chain — a high-performance blockchain built by Binance. It is EVM-compatible (Ethereum Virtual Machine), has low fees, and produces a new block every 3 seconds.
PancakeSwap The largest DEX on BSC, using an AMM (Automated Market Maker) model that allows anyone to provide liquidity and earn trading fees.
MetaMask The most popular Ethereum/BSC browser wallet extension, available for Chrome, Firefox, and Edge. Private keys are stored locally on your device.
Transaction Hash (TxHash) The unique ID for every blockchain transaction — a 64-character hexadecimal string. Use it on a block explorer (BSCScan) to look up full transaction details.
Block Explorer A website for querying blockchain data. BSCScan (bscscan.com) is the explorer for BSC — use it to look up any transaction, address balance, or contract code.
Slippage The difference between the expected swap price and the actual execution price, expressed as a percentage. The shallower the liquidity or the larger the trade, the higher the slippage.
LP Token Liquidity Provider Token — a receipt token issued when you deposit funds into a DEX liquidity pool, representing your share of that pool. LP tokens are burned when you withdraw your liquidity.
Seed Phrase / Mnemonic A sequence of 12 or 24 English words that serves as the master backup key for your wallet. Anyone who asks for your seed phrase is a scammer. Store it offline and never share it.
ABI Application Binary Interface — a JSON file describing a smart contract's function signatures and parameter types. The frontend uses the ABI to know which functions can be called and how to encode the arguments.
Price Impact The percentage change your trade causes to a liquidity pool's price. The larger the trade or the smaller the pool, the higher the price impact. Use caution when impact exceeds 5%.
Impermanent Loss A potential value loss experienced by DEX liquidity providers when the price ratio of the two pooled tokens shifts. The loss is only "realised" when you withdraw your liquidity.
↑ Back to top