← Back to TingB v1.0 • September 2025

TingB Whitepaper

Tokenized Global Indices on Blockchain
Website: tingb.io ENS: tingb.eth Token: $TingB Author: TingB Protocol Team

Executive Summary. TingB is an educational GameFi protocol on the Ethereum Sepolia test network that demonstrates how DeFi can use real-world financial index references in on-chain staking games. All activity uses free test tokens with no price and no redeemable value.

Educational Protocol Notice: TingB runs on Sepolia only. Tokens have no monetary value and are not redeemable.

1. Vision & Problem Statement

Traditional markets are complex, gated, and not designed for hands-on learning. DeFi games are often luck-based, detached from real economic signals. TingB’s vision is simple: Play the Market — Not the Odds.

  • Transparent Signals: Use public index data (e.g., Sensex, Nifty) as the reference.
  • On-Chain Game Loops: Simple, verifiable staking outcomes.
  • Safety First: Sepolia testnet only, no monetary value.

2. Protocol Architecture

2.1 Oracle & Data Integrity

TingB’s oracle validates index closing values from two sources before committing the final result on-chain. If sources mismatch, the oracle retries; a manual fallback exists under strict controls.

 Index Feeds (Sensex/Nifty)
      └─ Source A: Yahoo Finance
      └─ Source B: Exchange Website
                │  (dual-source check)
                ▼
         Oracle Validator
      (match, retry, fallback)
                ▼
          On-chain Result
                ▼
        Game Contracts (Sepolia)
                ▼
         Reward Distribution
        

2.2 Smart Contracts

  • Token: ERC-20 $TingB (fixed supply on mainnet; testnet mint for education)
  • Game Pools: Number (0–9) and Binary (Up/Down) pools per index
  • Treasury (future): Gnosis Safe → DAO governance post-launch

2.3 Daily Flow

  1. Users verify email (anti-abuse), claim test tokens.
  2. Stake $TingB into selected pool during open window.
  3. Oracle posts result; contracts settle payouts atomically.

3. Game Mechanics

3.1 Number Staking (0–9)

Stake on the last digit of an index’s closing value. Winners split the reward pool (e.g., up to ~8× effective multiple depending on distribution); optional small rebate to non-winners.

3.2 Binary Up/Down

Predict close vs. previous day. The reward pool is shared by correct predictors; the system fee is taken from stakes before distribution.

3.3 Future Modes

  • Multiplier Pools: Tuned odds via pool weightings.
  • Synthetic Basket: Combine indices into a single basket token (educational prototype).

4. Token Model — $TingB

Symbol: $TingB   Total Supply (mainnet target): 500,000,000

Allocation%Notes
Airdrop10%Education / bootstrap community
Private + Pre-Sale40%Funding and early supporters
Reserve Pool10%Backstop for edge cases
DAO Treasury (3 yrs)20%Governance & ecosystem growth
Future Expansion20%Global indices, cross-chain

4.1 Fees & Flows

  • System Fee: 20% of stakes (used for ops/treasury).
  • Reward Pool: 80% of stakes; distributed to correct outcomes.
  • Compliance (India): GST applies only on system fee portion (informational; no mainnet value here).

5. Roadmap

PhaseTimelineMilestones
AlphaQ3 2025Sepolia faucet, Sensex/Binary pool
BetaQ4 2025Nifty + Number pool; community programs
MainnetQ1–Q2 2026$TingB launch, DEX pool, 5 indices
DAOQ3 2026Governance & treasury activation
ExpansionQ4 2026–Q3 2027Global indices, cross-chain bridges, synthetic baskets

7. Team & Contact

Author: TingB Protocol Team

Website: tingb.io  |  ENS: tingb.eth

Social: Telegram • X (Twitter) • Discord • Medium

8. Appendix

  • Faucet rules: cooldowns, daily caps (anti-abuse).
  • Testnet addresses (publish on /docs/contracts.html when ready).
  • Oracle code outline and validation checks.