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
- Users verify email (anti-abuse), claim test tokens.
- Stake
$TingBinto selected pool during open window. - 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 |
|---|---|---|
| Airdrop | 10% | Education / bootstrap community |
| Private + Pre-Sale | 40% | Funding and early supporters |
| Reserve Pool | 10% | Backstop for edge cases |
| DAO Treasury (3 yrs) | 20% | Governance & ecosystem growth |
| Future Expansion | 20% | 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
| Phase | Timeline | Milestones |
|---|---|---|
| Alpha | Q3 2025 | Sepolia faucet, Sensex/Binary pool |
| Beta | Q4 2025 | Nifty + Number pool; community programs |
| Mainnet | Q1–Q2 2026 | $TingB launch, DEX pool, 5 indices |
| DAO | Q3 2026 | Governance & treasury activation |
| Expansion | Q4 2026–Q3 2027 | Global indices, cross-chain bridges, synthetic baskets |
6. Legal & Risk Disclosures
6.1 Risks
- Smart Contract Risk: Bugs or unexpected behavior are possible.
- Oracle Risk: Data delays or source mismatches may occur.
- Operational Risk: Rate limits, downtime, or faucet caps.
By using TingB you accept these risks and agree to our Terms of Use, Risk Disclosure, and Privacy Policy.
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.