Tron Whale Hub

Whitepaper v1.0

← Back to Home
Version 1.0 · July 2026 · TRON Mainnet · TRC-20

Tron Whale Hub (TWH)

Official whitepaper for the TWH token — a community-focused TRC-20 asset on the TRON blockchain with transparent on-chain sell-tax mechanics.

Abstract

Tron Whale Hub (TWH) is a TRC-20 token deployed on TRON mainnet with a fixed total supply of 10,000,000,000 tokens (6 decimal places). The protocol implements a transparent 10% sell tax on trades routed through registered SunSwap V2 liquidity pairs. Of each taxed sell, 5% is permanently burned and 5% is automatically swapped to USDT (TRC-20) and sent to the marketing vault wallet.

All tax logic, trading gates, and administrative controls are enforced entirely on-chain through an audited Solidity smart contract. This document describes the token design, economics, technical architecture, launch process, and associated risks.

1. Introduction

TRON is one of the largest blockchain networks by daily transaction volume, offering fast settlement and low fees relative to many alternatives. SunSwap V2 provides decentralized exchange (DEX) infrastructure compatible with the Uniswap V2 model, enabling TWH/USDT trading pairs.

TWH is designed as a community-oriented token with built-in deflationary pressure (burn on sell) and automated marketing vault funding (USDT conversion on sell). The contract prioritizes operational safety: sell transactions never revert due to swap failures, reentrancy is guarded, and slippage protection is configurable within hard-coded limits.

2. Tokenomics

Parameter Value
Token NameTron Whale Hub
SymbolTWH
StandardTRC-20
NetworkTRON Mainnet
Decimals6
Total Supply10,000,000,000 TWH (fixed, minted once at deploy)
Contract AddressTSPBa4v3KvbBD9b42xSjrnsZm9Mq3c4oqZ
Initial Mint RecipientDeployer / treasury wallet

Supply Distribution

The entire fixed supply is minted to the deployer address at contract creation. Allocation across treasury, liquidity, marketing, community, and team wallets is managed off-chain by the project team. Recommended operational practice is to segregate funds into role-specific wallets before public trading is enabled.

Tax Structure (Sell Only)

Action Tax Details
Wallet → Wallet transfer0%No tax on regular transfers
Buy on SunSwap0%No buy tax
Sell on SunSwap (registered pair)10%5% burn + 5% swap to USDT
Important: Tax applies only when tokens are transferred to a registered Automated Market Maker (AMM) pair address on SunSwap V2. Transfers between regular wallets, including the owner and marketing wallet, are not subject to sell tax unless sent directly to a registered pair.

3. On-Chain Mechanics

3.1 Sell Tax Flow

When a non-excluded wallet sells TWH to a registered SunSwap V2 pair:

Step 1 — Tax split 10% of the sell amount is deducted: 5% allocated to burn, 5% sent to the contract tax reserve.
Step 2 — Burn The burn portion is transferred to the dead address (0x000…dEaD), permanently removing tokens from circulation.
Step 3 — Auto-swap Tax tokens accumulated in the contract are swapped via SunSwap V2 Router (TWH → USDT direct path).
Step 4 — Marketing vault Resulting USDT is delivered to the configured marketing wallet address.

3.2 Swap Safety

3.3 Trading Gate

At deployment, tradingEnabled is set to false. While disabled, transfers between non-excluded wallets are blocked. Excluded addresses (owner, contract, marketing wallet, router, dead address) may still transfer freely. This allows pre-launch wallet distribution and liquidity setup before public trading opens.

3.4 Pair Registration

The primary taxed pair is TWH/USDT on SunSwap V2. The owner calls registerMainPair() after liquidity exists. Additional pairs (e.g. TWH/WTRX) may be registered via registerPair() to prevent tax bypass through alternate routes.

3.5 Owner Controls

4. Smart Contract

Item Detail
LanguageSolidity ^0.8.20
LicenseMIT
DEX IntegrationSunSwap V2 Router & Factory
Quote AssetUSDT (TRC-20) — TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
SunSwap V2 RouterTNJVzGqKBWkJxJB5XYSqGAwUTV15U24pPq
Deploy TransactionView on TronScan ↗
VerificationManual verification submitted to TronScan support

Security Features

5. Launch Sequence

The recommended mainnet launch order enforced by the contract design:

  1. Deploy token — contract live, full supply minted to deployer
  2. Distribute tokens — split across treasury, LP, and marketing wallets (while trading disabled)
  3. Add TWH/USDT liquidity on SunSwap V2
  4. Call registerMainPair() — registers the SunSwap TWH/USDT pair for taxation
  5. Call setTradingEnabled(true) — opens public trading
Liquidity must exist before registerMainPair() is called, otherwise the function will revert with PairNotFound.

6. Security & Risks

Participants should understand the following risks before acquiring or trading TWH:

7. Roadmap

Phase Milestone Status
Phase 1Contract deployment on TRON mainnet✅ Complete
Phase 2Official website & whitepaper publication✅ Complete
Phase 3TronScan contract verification & reputation review🔄 In progress
Phase 4SunSwap V2 TWH/USDT liquidity & trading enable⏳ Planned
Phase 5Community channels (Telegram, X) & token listing info⏳ Planned
Phase 6Third-party security audit⏳ Planned

8. Disclaimer

This whitepaper is for informational purposes only and does not constitute financial, legal, or investment advice. Tron Whale Hub (TWH) is a utility/community token. No promise of profit, return, or price appreciation is made or implied.

Cryptocurrency participation involves substantial risk, including the possible loss of all funds invested. Always conduct your own research (DYOR) and consult qualified professionals before making financial decisions.

Contract address: TSPBa4v3KvbBD9b42xSjrnsZm9Mq3c4oqZ
Contact: contact@project-twh.online
Website: project-twh.online