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.
| 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 |
A crypto wallet is your identity card + bank account in the blockchain world, combined in one. It has two parts:
0x1234...abcd
web3util.net — review it and click "Connect".
This authorization only allows the site to read your wallet address;
it cannot move your assets.
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 |
| Parameter | BSC Mainnet | BSC 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 |
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.
0x).
Amounts use the token's display unit (not wei).
File encoding should be UTF-8. No header row is needed.
Every batch transfer involves two types of fees:
| 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 |
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.
My Token),
symbol (e.g. MTK, recommended 3–6 letters),
decimals (usually 18),
and initial supply (e.g. 1000000 for 1 million tokens).
| 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 | — | — | ✓ |
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.
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.
0x).
Read methods consume no Gas and can be called any time to query the latest on-chain data:
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 |
Advanced features visible and accessible only to the contract owner:
Dividend-tier tokens support an automatic dividend mechanism — simply holding the token earns you passive BNB or other token rewards:
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.
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.
| 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 |
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.
| 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 |
Only the Flexible tier lets you claim accumulated rewards at any time without unstaking:
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.
| 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. |
The Events Panel displays all triggered tracking events in reverse-chronological order:
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.
W3U8F2).
https://web3util.net/?ref=W3U8F2
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 |
| 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 | ✗ | ✗ | ✗ | ✗ | ✗ | ✓ |
| 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) |
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.
Currently supported:
Planned additions: Coinbase Wallet, OKX Wallet, Binance Web3 Wallet.
Every operation involves two types of cost:
| 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 |
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 |
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.
Yes. There are two recommended ways to use Web3Utils Pro on a mobile device:
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.
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.
When testing features on the BSC Testnet, you need test BNB (which has no real monetary value). Here is how to get it:
testnet.bnbchain.org/faucet-smart, then connect your wallet or paste your wallet address.
| 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. |