Priceless Position Manager

Forward specification

This page describes the intended design, not shipped software. The only behaviour live on-chain today is synthetic position creation. The $TRANT token, bonds, staking, liquidity pools and mining, trading, liquidation, and oracle mechanics described across these pages are specified but not built or deployed. See Technical overview.

The priceless position manager is the part of the EMP that tracks each sponsor's position: how much collateral is locked, how much synthetic is outstanding, and whether the position is healthy.

Why "priceless"

It never reads a live on-chain price. A position is only measured against a reference value at two moments: settlement at expiry, and when a liquidation is disputed. Between those moments, solvency is enforced by the minimum collateralisation ratio and by the threat of liquidation, not by a price feed. This keeps the contract cheap to run and removes the feed as a single point of failure.

What it does

These are the same actions exposed on the positions dashboard.