Vision, Technology, Economics, and On-Chain Mechanics
Protocol-style whitepaper that pulled token rules, controller execution, vaults, and verification into one long-form document.
Protocol-style whitepaper that pulled token rules, controller execution, vaults, and verification into one long-form document.
Version Timeline
V1.4 is the current whitepaper. V1.3, V1.2, V1.1, and V1.0 remain available as preserved historical documents on their own routes.
Version 1.4
Current
The current 4TEEN system is broader than a single token contract. It now combines direct mint logic, controller-side ownership, scheduled liquidity execution, vault custody, wallet-driven confirmation flows, and an operator-assisted ambassador settlement layer.
Version 1.3
Historical
Expanded protocol paper with liquidity automation, ambassador operations, and a wider systems view across contracts and operating layers.
Version 1.2
Historical
Protocol-style whitepaper that pulled token rules, controller execution, vaults, and verification into one long-form document.
Version 1.1
Historical
Bridge version between the first tokenomics paper and the later protocol-style whitepapers.
Version 1.0
Historical
The first published tokenomics paper centered on fixed entry, demand-driven supply, short lock cycles, and automatic liquidity forwarding.
Whitepaper Document
The text below is rendered as a reading document. Current and historical versions stay separate so we can update the live document without rewriting the archive.
Version: 1.2 • Date: February 9, 2026
4TEEN is a modular TRON token protocol built around mint-on-purchase issuance, a fixed 14-day lock, controller-based ownership, and scheduled liquidity execution. This document describes the system as it exists on-chain today.
4TEEN
TRC-20 token on TRON with 6 decimals.
Mint
New tokens are created only through direct contract purchases.
14D
Every direct purchase is locked for a fixed 14-day period.
6.43%
Daily controller release, at most once per UTC day.
4TEEN is a TRON-based token protocol designed around transparent, mechanical behavior. Its core rules are enforced by smart contracts, not by off-chain discretion.
The system combines a TRC-20 token contract, a dedicated liquidity controller, DEX-specific executor contracts, purpose-separated vaults, and controller-side ambassador reward logic.
Supply follows a hybrid model: an initial owner allocation minted at deployment, plus mint-on-purchase issuance triggered only by direct user buys. If users do not buy through the token contract, no new tokens are created.
Every direct purchase creates a separate on-chain lock for 14 days. These locks are additive, deterministic, and cannot be bypassed or manually released by any administrative role.
Scope of this document
This whitepaper describes the current deployed state of the 4TEEN system. It is a technical and structural specification, not a promise of market outcome.
The 4TEEN token itself does not generate profit. Market price depends on liquidity and demand. The algorithmic purchase price affects only direct contract purchases, not secondary market trading.
4TEEN is an on-chain token mechanism with deliberately limited and explicit functionality. Its purpose is to provide a transparent framework for token issuance, transfer restrictions, and liquidity formation enforced entirely by smart contracts.
Unlike custodial or off-chain financial products, 4TEEN does not depend on discretionary management for its core behavior. Token minting, purchase pricing, locking, fund routing, and liquidity scheduling are all defined at the contract level and can be independently verified on-chain.
This document focuses only on what is deployed and enforceable by code. Features, assumptions, or guarantees not explicitly implemented in the contracts are intentionally excluded.
The protocol does not solve price discovery or guarantee market stability. Market price, trading volume, and secondary market demand remain external to the system.
| Parameter | Value |
|---|---|
| Name | Fourteen Token |
| Symbol | 4TEEN |
| Blockchain | TRON |
| Standard | TRC-20 |
| Decimals | 6 |
| Issuing Time | November 23, 2025 (UTC) |
4TEEN is a transferable on-chain token implemented under the TRC-20 standard. It does not represent equity, debt, governance power, dividends, or claims on off-chain assets.
The token contract stays intentionally narrow in scope. It handles issuance, balances, transfer restrictions, available-balance validation, and deterministic TRX forwarding. It does not directly execute DEX operations or read market prices.
At deployment, 10,102,022 4TEEN were minted to the owner side of the system. This initial supply is visible on-chain and was created only once.
There are no hidden allocations or deferred minting schedules beyond what is visible on-chain.
New 4TEEN are minted only when a user calls buyTokens() and sends TRX to the token contract. Mint amount is determined by the contract purchase price at the time of execution.
If no direct purchases occur, no new tokens are created.
Explorer-visible total supply does not automatically mean all tokens are immediately liquid or transferable. Vault balances and locked balances may still appear on-chain while remaining mechanically restricted by contract logic.
Supply integrity is contract-enforced. The system does not allow arbitrary owner minting, forced balance edits, or silent redistribution of user-held tokens.
Base purchase price at deployment:
1 TRX = 1 4TEEN
The purchase price is subject to deterministic on-chain growth:
This mechanism affects only the amount of 4TEEN minted through the contract purchase flow. It does not set, stabilize, or predict secondary market price.
Market price on DEXes remains independent and depends on trading activity and liquidity conditions.
The algorithmic purchase price is a deterministic contract calculation. It is not a guarantee of market appreciation, yield, or profit.
Every direct purchase through buyTokens() creates a separate lock entry for the buyer address. Locks are additive and independent. They are not merged or rewritten.
Each lock lasts for a fixed 14 days from the block timestamp of the purchase.
The contract validates transferable balance at the time of every transfer or delegated transfer.
available balance = total balance − locked balance
If a transfer exceeds the unlocked amount, the transaction reverts.
The lock applies only to tokens minted through direct purchase. Tokens received through later transfers are not retroactively locked by this rule.
Forwarded to FourteenLiquidityController for scheduled release.
Forwarded to FourteenController for control, attribution, and reward accounting.
Forwarded to AirdropVault for staged ecosystem distribution.
This split is hardcoded and enforced within the purchase transaction itself. If any required transfer fails, the transaction reverts and no tokens are minted.
No TRX remains idle in the token contract as a result of a successful purchase.
Liquidity formation is not automatic. It is permissionless but still requires an explicit on-chain call that satisfies controller-side conditions.
Daily release amount:
6.43% of the controller’s current TRX balance
The absolute release amount changes as controller balance changes.
Execution is restricted to once per UTC day, and the controller records the execution day before external calls are made.
Released TRX is split equally between the two executor contracts: 50% to JustMoney and 50% to Sun.io V3.
Executors do not decide timing or release amounts. They only apply already released liquidity according to DEX-specific logic.
Stores tokens reserved for liquidity provisioning and keeps them separate from team and airdrop reserves.
Stores team allocation under separate custody and lock-oriented logic rather than mixing it with operational balances.
Stores community and growth reserves for staged ecosystem distribution campaigns.
Vaults do not mint tokens, modify balances, or override pricing and lock rules. Their role is custody and separation of allocation functions.
Holding 4TEEN does not confer governance rights. Governance in this system means contract-defined admin permissions only.
If frontend output and on-chain state ever differ, on-chain state is authoritative.
Smart contracts and DEX integrations still carry risk. No absolute security guarantee is implied.
4TEEN does not promise returns, guaranteed appreciation, profit sharing, or exposure to off-chain revenue.
There are no staking rewards, no interest, and no passive income mechanics tied to simply holding the token.
The protocol does not stabilize secondary market price. DEX price remains external to contract purchase logic.
Users still face smart contract risk, market volatility, liquidity limitations, and external protocol dependency risk.
These are the public components users can inspect directly through TRON explorers and the open repositories behind the product.
| Category | Component | Link |
|---|---|---|
| Core | FourteenToken | FourteenToken |
| Core | FourteenController | FourteenController |
| Core | FourteenLiquidityController | FourteenLiquidityController |
| Vault | FourteenVault | FourteenVault |
| Vault | TeamLockVault | TeamLockVault |
| Vault | AirdropVault | AirdropVault |
| Execution | LiquidityBootstrapper | LiquidityBootstrapper |
| Execution | LiquidityExecutorSunV3 | LiquidityExecutorSunV3 |
| Execution | LiquidityExecutorJustMoney | LiquidityExecutorJustMoney |
4TEEN should be read as a structured on-chain system. If a behavior is not defined by deployed code, it is not defined by the protocol.