Torrentech

The token

TTT tokenomics

Torrentech Token (TTT) is an ERC-20 on Arbitrum One. It pays for downloads (burn) and rewards verified pins (mint). Supply is hard-capped; emission throttles itself as the cap fills.

Payouts today

Community pin rewards are not actively paid out while ops settlement timers are off. The rules below are what the live contracts enforce when settlement runs. Downloads (pay / free) work now.

1. Token facts (production)

PropertyValue
Name / symbolTorrentech Token / TTT
NetworkArbitrum One (chain ID 42161)
Decimals18
Max circulating supply1,000,000,000 TTT (constructor maxSupply)
MinterTorrentechIncentives only
PremintNone — first mint is a pin reward
TTT contract0x3eD20eD1242Ce6fcd547744CC39B71688eD08869
Incentives0xceAe9329395870C1F75FF74b4724DddCd249E499
ExplorerArbiscan

2. Burn-and-mint cycle

Bad designs either run out of a fixed reward pool or mint forever. TTT keeps totalSupply ≤ maxSupply always, and recycles capacity:

mintableSupply = maxSupply − totalSupply
effectivePinReward = basePinReward × (mintableSupply / maxSupply)
  (when dynamic emission is enabled; otherwise effective = base)

Heavy claiming without burns pushes supply toward the cap and automatically shrinks the per-pin reward. Heavy downloading burns tokens and opens headroom again. Equilibrium tends toward matching burn pressure with mint pressure over time.

3. Pin reward emission

4. Spending TTT

ActionTTTNotes
Browse / search0Always free
Pay for downloadBurns downloadCostDefault 2 TTT
Free download0Per-wallet cooldown (default 7 days)
Staff download0Admin/mod role NFT only
DEX tradeMoves tokens; does not burn or mint

Guide for paying users: Downloader. Guide for nodes: Pinner.

5. Live parameters (Arbitrum One)

Read from the incentives / token contracts (spot-check 2026-08-08). Owner can retune within bounds without redeploying.

ParameterLive / defaultRole
basePinReward5 TTTBase mint before dynamic scaling
pinReward() (effective)≈ base × mintable/max~5 TTT while supply is still tiny vs 1B
downloadCost2 TTTBurned per paid download
periodLengthSeconds600 (10 min)Reward period length
checksPerPeriodRequiredOwner-set (live may vary)Distinct verifier passes needed
maxPinsPerUserPerPeriod1000Anti-spam claim cap
freeDownloadCooldownSeconds604800 (7d)Free download cooldown
dynamicEmissionEnabledtrueEnables supply-based throttling
maxSupply1BHard cap

Bounds (contract defaults): base pin reward 1–50 TTT; download cost 1–10 TTT.

6. Hold thresholds (not burns)

TorrentechGates gates some social writes by holding TTT (not spending it), plus per-day rate limits. Live defaults:

ActionHold at leastRate limit
Vote5 TTT50 / day
Comment10 TTT20 / day
Username20 TTT
Avatar20 TTT
Messaging25 TTT30 / day

7. Edge cases