> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tplus.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# Matched Book Margin

> How Tplus leverage works: spot margin, matched exposure, skew, and how it compares to perpetuals.

Matched Book Margin (MBM) is the Tplus leverage model. It keeps one spot book for both spot and leveraged flow:

1. **Default:** leverage is spot margin - a real borrow against real holdings.
2. **Optimization:** opposite-side leveraged exposure in the same asset offsets.
3. **Remainder:** only the unmatched **skew** uses depositor liquidity.

That gives Tplus much of the capital efficiency of perpetuals while keeping positions spot-fungible: composable with external venue spot markets.

## Matched exposure

```text theme={null}
LEVERAGED LONGS              LEVERAGED SHORTS
120M notional                60M notional

+--------------------+       +--------------------+
| MATCHED 60M        |<----->| MATCHED 60M        |
| no depositor borrow|       | no depositor borrow|
| can be ADLd        |       | can be ADLd        |
+--------------------+       +--------------------+
| SKEW 60M           |
| borrows USD        |
| no ADL possible    |
+--------------------+

Result: 60M is internally offset; only the 60M skew uses depositor liquidity and requires resting or external liquidity to liquidate.
```

Borrowing is only needed for *net* exposure. For a leveraged long and short in one asset:

* The long holds the asset and owes USD.
* The short holds USD and owes the asset.

Each covers the other: the long's asset satisfies the short's asset debt, and the short's USD satisfies the long's USD debt. The matched portion draws no depositor funds.

Matched exposure is also the portion that can be auto-delevered internally. ADL is not continuous matching; it runs during backstop clearing when the backstop falls below initial margin, force-closing profitable opposite-side exposure instead of sourcing new liquidity from the market. See [Liquidations](/trading/liquidations#auto-deleveraging-adl).

## Skew

Skew is the unmatched remainder: the net directional exposure with no offsetting counterparty, `|aggregate longs - aggregate shorts|` per asset. Only the skew draws a real borrow:

* Net-long skew borrows USD at the quote [borrow rate](/trading/fees-and-rates#borrow-rates).
* Net-short skew borrows the asset at its base borrow rate.

For example, 100M USD of leveraged longs and 60M USD of leveraged shorts leaves 60M USD matched and 40M USD of net-long skew funded by USD deposits.

Skew is the only exposure that consumes deposit liquidity and carries market-impact liquidation risk, so MBM is built to keep it small and clear it cheaply.

## Funding and stress premiums

Funding manages skew. A balanced book pays zero funding.

| Book state | Who pays         | Why                                 |
| ---------- | ---------------- | ----------------------------------- |
| Net long   | Longs pay shorts | Pull in shorts to match the longs   |
| Net short  | Shorts pay longs | Pull in longs to match the shorts   |
| Balanced   | No funding       | Matched exposure is self-sustaining |

Inside a per-asset deadzone the rate is zero; beyond it the rate grows with the square of the skew. A separate premium component applies when orderbook impact prices deviate from the oracle. Formulas and parameters: [Funding rates](/trading/fees-and-rates#funding-rates).

Ordinary flow imbalance should be carried as skew rather than a price premium. Under extreme market conditions that can fail: if the deposits needed to fund skew are depleted, Tplus can still trade at a premium or discount until new deposits, opposite-side flow, settlements, or liquidations clear it.

## Compared with perpetuals

Perpetuals get capital efficiency by making every position synthetic. MBM makes matched exposure synthetic-like; unmatched exposure is standard spot margin.

|                            | Perpetuals                                                    | Matched Book Margin                                                            |
| -------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| Books                      | Separate perp and spot books                                  | One book                                                                       |
| Price under flow imbalance | Premium/discount to spot; funding tethers the synthetic price | Spot price in normal conditions; stress premiums/discounts if deposits deplete |
| Position fungibility       | Bilateral contract: no delivery, not usable as spot holdings  | Spot holdings: withdrawable and fungible with external spot markets            |
| Deleveraging               | Contract unwind or ADL                                        | Matched exposure can ADL; skew needs real liquidity                            |
| Cost of carry              | Funding rate, volatile under directional flow                 | Borrow on real skew, plus skew funding                                         |

## Clearing skew

Only the net skew, not gross volume, needs external liquidity. Settlements and cross-margining allow skew to unwind without the protocol warehousing large inventory:

* Funding pulls in underweight-side leverage flow.
* [Settlements](/funds/settlement) close skew and liquidation flow against external spot liquidity.
* [Cross-margining](/funds/cross-margining) lets makers run offsetting basis trades with twice the capital efficiency.
