The app preview

The app at trant.io/app is a preview build. One view reads live data from the chain; the rest are structured previews of screens that ship with the protocol. No screen in this release signs a transaction or moves funds.

What this release is

Wallet connect is disabled and a launch countdown runs across the top of every screen. The Dashboard reads the tSPX position manager and token contracts directly and shows them read-only. Mint, Trade, Pool, Stake, and Bond render their real layout but are marked "not in this release" and cannot be used. Nothing is deployed to mainnet. See Technical overview for what exists on-chain.

Dashboard

The only screen backed by live data. The synth header shows the minimum collateral ratio, minimum new-position size, liquidation threshold, and expiry for tSPX. Your position is where a connected wallet's collateral, debt, and ratio would appear. tSPX market reads collateral locked, synthetic outstanding, global ratio, and sponsor count straight from the position manager and the tSPX token, it is a status readout, not an analytics view.

TRANT app dashboard: tSPX synth header with minimum ratio, minimum new position, liquidation and expiry fields; a 'Your position' panel prompting to connect a wallet; and a 'tSPX market' panel with collateral locked, outstanding, global ratio and sponsors.
Dashboard — live, read-only. Synth parameters and market totals are read from the tSPX position manager and token contracts.

Mint

The mint screen is where collateral is locked to create a new tSPX position against the fixed minimum ratio (Model A). The layout is in place; minting itself is disabled in this release.

TRANT app mint screen showing the tSPX synth header and a 'Minting unavailable' notice reading 'Minting isn't available in this preview.'
Mint — preview. Position creation is the one mechanic implemented in the contracts, but it is not wired up in this build.

Trade

A swap screen for moving between collateral and a synthetic through the protocol AMM: a buy / sell toggle, a from / to pair, and a live quote. There is no trading pool in this release, so the quote is empty and the action is blocked.

TRANT app trade screen with a buy/sell toggle, a 'from' field set to USDC and a 'to' field set to tSPX, a message 'Quote unavailable — no trading pool', and a disabled 'Not live in this release' button.
Trade — preview. No AMM or trading pool is deployed. See Liquidity pools.

Pool

The liquidity screen: a provide / withdraw toggle and a two-asset input for depositing a synthetic and its collateral into a pool in exchange for LP tokens. No pool or LP token exists in this release.

TRANT app pool screen with a provide/withdraw toggle, two asset inputs for tSPX and USDC, a disabled 'Not live in this release' button, and a 'tSPX-USDC LP' card reading 'no LP token in this release'.
Pool — preview. See Providing liquidity and LP tokens.

Stake

Where LP tokens are staked to earn $TRANT emissions, and rewards are claimed. There is no reward token and no staking pool in this release.

TRANT app stake screen with a 'Rewards' card reading 'no reward token in this release' and a panel reading 'No staking pools in this release.'
Stake — preview. See Staking and Liquidity mining.

Bond

The bond screen: a lend / claim toggle for depositing capital in exchange for $TRANT at a discount that vests over time. Bond deposits are not available in this release.

TRANT app bond screen with a lend/claim toggle, a message 'Bond deposits are not available in this release', and 'bond token' and 'staked bond token' cards both reading 'not in this release'.
Bond — preview. See Bonds and Lending capital.

Why ship a preview

The dashboard proves the read path against a real deployment of the position manager, and the preview screens fix the shape of every user-facing action before the contracts behind them land. Every screen here is subject to change and none of it is a commitment to ship on a particular date.