SRC-20
Execution model
An external marketplace or provider owns the order book and the execution path; Core routes to it.
- Execution mode
external-execution- Owning surface
stampdex- Availability
enabled- Feature gate
null- Aliases accepted
src-20- Address roles
paymentordinals
Actions
| Action | Supported | Mode, or the reason it is not |
|---|---|---|
View | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
View collection | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
View activity | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
List | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
Update listing | No | SRC-20 listings must be cancelled and relisted; no atomic listing update is implemented. |
Delist | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
Buy | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
Make offer | No | SRC-20 has no executable offer workflow on this marketplace surface. |
Accept offer | No | SRC-20 has no executable offer workflow on this marketplace surface. |
Cancel offer | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
Sell | No | SRC-20 has no executable offer workflow on this marketplace surface. |
Settle | Yes | An external marketplace or provider owns the order book and the execution path; Core routes to it. |
Reconcile | No | SRC-20 has no executable reconcile authority on this marketplace surface. |
Why the rest are unavailable
Update listingSRC-20 listings must be cancelled and relisted; no atomic listing update is implemented.
Make offerAccept offerSellSRC-20 has no executable offer workflow on this marketplace surface.
ReconcileSRC-20 has no executable reconcile authority on this marketplace surface.
Source of truth
| Question | What answers it |
|---|---|
| Which orders exist | StampDEX SRC-20 order book |
| Who owns the asset | StampDEX one-time action challenge, seller listing PSBT, and indexed SRC-20 collateral checks |
| Whether a trade settled | StampDEX fill/confirm endpoints plus wallet Bitcoin broadcast |
| What the protocol state is | StampDEX |
Indexer
StampDEX
- Stampchain activity
- OpenStamp mint/deploy reference data
Universe allowlists and validates the exact proxy route/body/challenge headers; StampDEX rechecks indexed collateral before fill. Universe does not compare provider and Bitcoin tips.
Freshness, confirmation, and reorg policy
| Policy | Value | What the registry states |
|---|---|---|
| Freshness enforced | No | Universe does not enforce a StampDEX-versus-chain lag threshold. |
| 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 | Confirmation policy is delegated to the StampDEX fill workflow. |
| Settlement confirmations | not set | No settlement depth applies, because no supported action reaches settlement. |
| Automatic reorg reconciliation | No | Universe retains broadcast receipts but delegates chain reconciliation to StampDEX. |
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-collectionview-activityview-transaction |
Walletwallet | viewsendreceive |
Inscribeinscribe | deployminttransfer |
StampDEXstampdex | viewdiscoverview-collectionview-activityview-transactionlistunlistbuycancel-offersettle |
Read this alongside
Section titled “Read this alongside”- The support matrix, for how SRC-20 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.