Ordex
Execution model
Signed PSBTs are validated and routed. Core never funds, signs, or broadcasts settlement.
- Execution mode
psbt-routing-only- Owning surface
main- Availability
feature-gated- Feature gate
ordex- Aliases accepted
openordex- Address roles
ordinals
Actions
| Action | Supported | Mode, or the reason it is not |
|---|---|---|
View | Yes | Signed PSBTs are validated and routed. Core never funds, signs, or broadcasts settlement. |
View collection | Yes | Signed PSBTs are validated and routed. Core never funds, signs, or broadcasts settlement. |
View activity | No | Ordex does not implement view-activity on this marketplace surface. |
List | Yes | Signed PSBTs are validated and routed. Core never funds, signs, or broadcasts settlement. |
Update listing | No | Ordex does not mutate signed PSBT terms; publish a new signed order instead. |
Delist | No | Ordex withdrawal is an operator-admin action; no public seller cancellation authorization is implemented. |
Buy | No | Ordex validates and routes PSBTs but explicitly does not fund, sign, or broadcast settlement. |
Make offer | No | Ordex has no executable offer workflow on this marketplace surface. |
Accept offer | No | Ordex has no executable offer workflow on this marketplace surface. |
Cancel offer | No | Ordex has no executable offer workflow on this marketplace surface. |
Sell | No | Ordex has no executable offer workflow on this marketplace surface. |
Settle | No | Ordex has no executable settle authority on this marketplace surface. |
Reconcile | No | Ordex has no executable reconcile authority on this marketplace surface. |
Why the rest are unavailable
View activityOrdex does not implement view-activity on this marketplace surface.
Update listingOrdex does not mutate signed PSBT terms; publish a new signed order instead.
DelistOrdex withdrawal is an operator-admin action; no public seller cancellation authorization is implemented.
BuyOrdex validates and routes PSBTs but explicitly does not fund, sign, or broadcast settlement.
Make offerAccept offerCancel offerSellOrdex has no executable offer workflow on this marketplace surface.
SettleOrdex has no executable settle authority on this marketplace surface.
ReconcileOrdex has no executable reconcile authority on this marketplace surface.
Source of truth
| Question | What answers it |
|---|---|
| Which orders exist | Local Ordex journal with signed PSBT digest and source evidence |
| Who owns the asset | Local Bitcoin Core gettxout plus local ord claim validation |
| Whether a trade settled | Caller-provided final transaction preflight only |
| What the protocol state is | Local Bitcoin Core and local ord server |
Indexer
Local Bitcoin Core and local ord server
- Signed OpenOrdex Nostr kind-802 evidence
- ord-offers/direct imports
Build/publish validates live UTXO and ord claim; no persistent node/indexer lag metric is enforced.
Freshness, confirmation, and reorg policy
| Policy | Value | What the registry states |
|---|---|---|
| Freshness enforced | No | Orders can be manually revalidated; there is no automatic lag threshold or reconciliation cadence. |
| Maximum index lag | not set | No numeric block-lag ceiling is configured for this protocol. |
| Maximum observation age | not set | No maximum age is configured for an observation used by a mutation. |
| Listing confirmations | not set | Ordex never broadcasts or records a completed settlement. |
| Settlement confirmations | not set | No settlement depth applies, because no supported action reaches settlement. |
| Automatic reorg reconciliation | No | Manual revalidation can change actionability; no automatic reorg state transition exists. |
Where else this protocol appears
The Bitcoin Universe registry records actions per product surface. Core is the main surface. The others are named here because a reader who cannot do something in Core may be able to do it in a sibling product.
| Surface | Actions recorded |
|---|---|
Coremain | viewdiscoverview-collectionlist |
Walletwallet | viewsendreceive |
Read this alongside
Section titled “Read this alongside”- The support matrix, for how Ordex compares with the other 28 marketplace protocols.
- How to read a protocol row, for what each value on this page means.
- Market safety, before acting on anything here.