Nothing but arithmetic
Public data, any node
Your own full node
A margin requirement
A liquidation price
An ADL selection
A funding payment
A block, byte for byte
Two of the five need no network at all: the formulas are pure functions over a published tier record.
1 · A margin requirement
What you need: a leverage-tier record and a position size. Nothing else. No node, no network, no account. Initial and maintenance margin are pure functions of notional and the tier record, with the formulas and the exact rounding on Leverage: The tier records are published in the DEX Config group of the API reference —im_leverage, mm_leverage, the shared exponent, and the per-tier deduction. Pick a notional, evaluate both expressions on paper, and compare against what the venue charges the same position.
What it proves: the requirement is a published function of public parameters, not a per-account judgement. What it does not prove: that the tier record is well chosen. That is a governance question, not an arithmetic one.
Rounding is part of the specification, not a tolerance. If your integer differs from the venue’s by one unit, one of the two is wrong — see the rounding rules on the Clearinghouse page before concluding which.
2 · A liquidation price
What you need: the same tier record, plus your balance and position. The threshold is a ratio, defined on Liquidations: Net collateral is balance plus unrealized P&L, less what resting orders have reserved. Solve for the mark price at which the ratio reaches its trigger and you have the price the protocol will act at — before it acts. What it proves: the trigger is derivable in advance from your own numbers. What it does not prove: the price you will actually be closed at, which depends on the book at that moment and is bounded by the bankruptcy price.3 · An auto-deleveraging selection
What you need: open positions and marks for one market, from any full node. Selection is a score, defined on Auto-deleveraging: Pull the positions in a market from the Accounts group and the certified price from the Oracle group, compute the score for each position on the profitable side, and sort. That ordering is the queue. Compare the top of your computed queue against the ADL indicator the interface shows. What it proves: the queue is a function of public state. Nobody is choosing, and there is no position in it that your own arithmetic cannot find. What it does not prove: that deleveraging will not reach you. A queue you can compute is still a queue you can be in.4 · A funding payment
What you need: the order book and the certified index for the settlement round, plus your position. The rate is built in three steps on Funding — a depth-weighted premium, scaled to the market’s interval, then clamped: Then the charge itself: The book comes from the Markets group, the certified index from Oracle, and the payment the protocol actually made from the funding-payments endpoint in the Accounts group. Recompute and compare. What it proves: the rate was derived from the book and the index, not set by an operator. What it does not prove: that the index was right. See what the oracle does and does not guarantee.5 · A block, byte for byte
What you need: a full node of your own. Anyone can run one — see Run a node.This is the one check on the page that is not available today. The network is on a private testnet until public access opens, so the first four checks can be run now and this one becomes runnable then. It is listed here because the other four are only as good as this one.
What none of it covers
Verification bounds what has to be taken on trust; it does not eliminate it. What remains — the validator set, the price quorum, governance’s reach over parameters, and the bridge — is enumerated on Trust assumptions. Read that page next if you came here to find the limits rather than the guarantees.Where to go next
Trust assumptions
What is left over once everything checkable has been checked.
Run a node
Hardware, sync, and what a validator actually runs.
IntentionKernel
The four closures that make replay meaningful.
API reference
Field-level detail for every input named above.