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 Primes¶
Parents (1) — more general patterns this builds on
- Custody Transfer is part of Provenance — Per cross-batch instruction (custody_transfer ~ provenance/chain_of_custody): a single custody-transfer is ONE punctate link of the documented-custody chain that provenance assembles. Chain_of_custody is ABSENT as a canonical slug (grep) so the part-of attaches to provenance, which the file defines as 'origin and successive custody transfers'.
Path to root: Custody Transfer → Provenance → Evidence
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.