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

# Track orders

> The orders page, the status ladder, and what each action means

The **Orders** page shows every trade you're a party to, split into
**Pending** and **Completed** tabs.

<Frame caption="Pending — a trade waiting on the maker's lock">
  <img src="https://mintcdn.com/proofbridge/Q904cguIxUfnPlot/images/v2/orders-01-page.png?fit=max&auto=format&n=Q904cguIxUfnPlot&q=85&s=aa189b24c83b04a597cca8f95b2f4d5c" alt="Orders page pending tab, waiting for creator" width="3307" height="1251" data-path="images/v2/orders-01-page.png" />
</Frame>

## The status ladder

```mermaid theme={null}
stateDiagram-v2
    [*] --> Open: order created
    Open --> Locked: both escrows committed
    Locked --> Signed: both parties co-sign (2/2)
    Signed --> Aggregated: one combined signature
    Aggregated --> Settling: unlocks submitted
    Settling --> Filled: complete
    Filled --> [*]
```

## What the card asks of you

| You see                               | It means                                                                                      |
| ------------------------------------- | --------------------------------------------------------------------------------------------- |
| **Complete Order**                    | your createOrder was never submitted — click to retry with the same data (no new reservation) |
| **Waiting for Creator**               | your deposit is in; the maker hasn't locked yet                                               |
| **Lock Tokens** (maker)               | a bridger funded an order on your ad — lock the matching liquidity                            |
| **Confirming (n/2)**                  | deposits waiting for chain confirmations                                                      |
| **Register Key · 0xAB…12**            | the named wallet has no settlement key — registration opens pre-targeted                      |
| **Co-sign (n/2)**                     | deposits are settlement-grade — one click to sign                                             |
| **Signed — waiting for counterparty** | your half is in                                                                               |
| **Aggregating… / Settling…**          | background workers at work — nothing to do                                                    |
| **Completed / Claimed**               | funds delivered                                                                               |

<Frame caption="Completed — every settled trade, both directions">
  <img src="https://mintcdn.com/proofbridge/Q904cguIxUfnPlot/images/v2/orders-02-card.png?fit=max&auto=format&n=Q904cguIxUfnPlot&q=85&s=7c410f1823c2dab668bbbfa815487736" alt="Orders page completed tab" width="3307" height="1251" data-path="images/v2/orders-02-card.png" />
</Frame>

## Expired orders

An order whose deposit never lands is cancelled after \~30 minutes and
drops off the pending tab — the maker's reserved liquidity is released.
Create a fresh order to try again.

## Notifications

The bell tracks lifecycle events — order landed on your ad, trade locked,
order expired — so makers without a bot know when to act.
