Custody Transfer¶
Core Idea¶
A punctate event in which responsibility for something passes from one holder to another: a single triggering act simultaneously releases the outgoing holder from a duty bundle and binds the incoming holder to it. The bundle is conserved — never duplicated, never dropped.
How would you explain it like I'm…
Passing The Baton
Whose Job Now?
The Release-and-Bind Moment
Broad Use¶
- Museum and archival accessioning: a signed packing slip and countersigned condition report lock in who is now liable for damage.
- Legal title: conveyance of property requires a triggering act whose absence leaves ownership undefined.
- Hospital care: structured handoff protocols are explicit acceptance rituals; missing handoffs are a leading cause of adverse events.
- Supply chains: each depot scan is a custody transfer between carriers, and a missing scan creates a gap insurers care about.
- Software: assigning a module to a new maintainer, merging a branch, or rotating an on-call rotation, each with its own triggering act.
- Team sports: the relay baton-pass is the canonical literal transfer, with strict zone rules whose violation disqualifies.
Clarity¶
Distinguishes a real transfer from its imitations: a transfer-log entry without a genuine acceptance ritual is paperwork theater, defined by the operative re-assignment of duties rather than the form recording it.
Manages Complexity¶
Compresses a complex re-assignment of ongoing duties into a single recordable event, converting "who is responsible right now?" from a continuous smear into a discrete, decidable lookup.
Abstract Reasoning¶
Each under-specified role forecasts a failure: a missing triggering act predicts an accountability gap, a missing acceptance predicts a contested handoff, an undefined scope predicts overlapping or empty obligations, a missing record predicts a broken chain.
Knowledge Transfer¶
- Forensics → nursing: evidence chain-of-custody recognized as the same release-and-bind as a shift change.
- Across domains: the five roles (object, outgoing holder, incoming holder, triggering act, duty scope) map cleanly onto a parcel scan, a module reassignment, and a baton pass.
- Design carry: insist on an unmistakable triggering act, require explicit acceptance, pre-define the scope, keep a durable record.
Example¶
In a distributed message queue with at-least-once delivery, the broker holds the message until the consumer's ack fires; that single act discharges the broker's redelivery duty and binds the consumer, and a consumer crash before ack is the accountability gap that triggers redelivery.
Relationships to Other Abstractions¶
Current abstraction Custody Transfer Prime
Parents (1) — more general patterns this builds on
-
Custody Transfer is a kind of State and State Transition Prime
Custody Transfer is a state transition specialized to a holder-indexed responsibility state changed by one release-and-bind triggering act.
Children (3) — more specific cases that build on this
-
Acquisition event Domain-specific is a kind of Custody Transfer
Acquisition Event is Custody Transfer specialized to a recorded gaining-side event whose instrument, timestamp, and before/after possession states support chain-of-title reconstruction.
-
Hop-by-hop transport Domain-specific is a kind of Custody Transfer
The proposed strict upward parent is
prime:custody_transfer. -
Provenance Prime is part of, conditional Custody Transfer
Custody-Transfer records are internal links in Provenance when the tracked entity passes between successive holders.
Condition / exception The tracked entity changes custody between successive holders.
Hierarchy path (1) — routes to 1 parentless root
- Custody Transfer → State and State Transition → Phase Space
Not to Be Confused With¶
- Custody Transfer is not Exchange because it is unidirectional and unconditional (one bundle moves one way, often with no counter-transfer), whereas exchange is a paired, mutually conditional quid pro quo.
- Custody Transfer is not Delegation of Authority because it releases the outgoing holder, whereas delegation leaves the delegator backstopping and ultimately accountable, with the object never moving.
- Custody Transfer is not a Chain of Custody (a traceability structure) because it is one punctate event, whereas a chain is a sequence of transfers plus the durable record linking them.