Loading price
Verification SurfacePublic architecture map

This is the confidence layer: who owns what, where reserves sit, how value moves, and which public addresses back the project right now.

Serious users and investors do not stop at the landing page. This route gives them a fast way to inspect ownership, custody, balances, and contract paths without dropping them into a wall of raw explorer tabs on the first click.

Live verification read failed. The static architecture map is still valid. Refresh in a moment for current numbers.

Orientation

Use this page to answer two questions quickly

First: which contract or vault owns a specific protocol job. Second: whether the public state still matches the story the project is telling everywhere else. The page stays read-only on purpose. Its job is confidence, not execution.

  • FourteenToken is the buy, mint, lock, and split-entry contract.
  • FourteenController is the admin and attribution layer, not the token itself.
  • LiquidityController and LiquidityBootstrapper own the release-and-execution rail.
  • Vault balances exist on-chain, but reserve custody is not free circulation.

Architecture

The protocol is separated into explicit jobs instead of one giant contract

Core

FourteenToken

Receives direct buy TRX, mints 4TEEN, creates per-purchase 14-day locks, and atomically splits purchase value 90 / 7 / 3.

Admin

FourteenController

Owns the token layer, holds attribution and reward accounting state, exposes public system summaries, and gates owner-side balance handling.

Execution

Liquidity Stack

FourteenLiquidityController holds the buy-side TRX rail, while LiquidityBootstrapper prepares token inventory and triggers executor-side liquidity paths.

Custody

Vault Separation

FourteenVault, TeamLockVault, and AirdropVault isolate reserve balances by purpose, so treasury, team, and growth supply are not flattened into one generic pool.

That separation is one of the easiest strengths to verify publicly. Explorer links, repository code, and live balances all point back to the same modular architecture.

Next Step

Build conviction here, then move in the app

Use the public route to inspect the system. Use the wallet when you want signing, buy, unlock, swap, airdrop claim, or manual liquidity action with real account state behind it.