Consent Debt Transfer Docket / 同意债转移案卷
Consent Debt Transfer Docket is the card that stores consent debt after a consent/refusal clause has already produced relief.
It is not the first negotiation card. 沈洛折叠同意案卷 records how a clause was made. This card records who is carrying the debt after that clause becomes useful, repeated, challenged, inherited, or hidden.
Card promise
A consent-based success must remain inspectable later. The card should expose:
- original subject and consent/refusal state;
- original proof or explicit absence;
- relief that was created;
- beneficiary of that relief;
- current debt carrier;
- carrier proof or absence;
- debt state;
- future route effect;
- counter deltas already paid and counter deltas still armed.
The card must fail design review if it only stores signed, approved, consent_ok, legal_safe, or handled.
Row schema
Each row should be equivalent to:
row_id: <stable id>
source_consent_row_id: <folded consent row, hearing row, license row, settlement row, or route asset row>
source_surface: shen_luo_contract_capture | saint_persona_hearing | memorial_license | settlement_aftershock | three_key_release | public_contrition | production_triage | equivalent
subject_id: <named subject, voice, body, memory, proxy, memorial proof, route asset, or absent subject>
subject_kind: artist | witness | voice | body | memory | proxy | memorial | archive_copy | route_asset | absent_subject
original_consent_state: explicit_yes | explicit_no | memory_refusal | proxy_authority | voice_body_split | explicit_absence
proof_or_absence: <proof, refusal note, recording, witness, checksum, archive copy, public receipt, or explicit absence>
relief_created:
- <schedule, sponsor, audit, edit, public, custody, or route relief>
beneficiary: producer | sponsor | inspector | archive | editor | fan_public | artist | witness | route_claimant | public_audience
current_debt_carrier: subject_retained | shen_luo_carried | sponsor_carried | inspector_archive_carried | editor_black_box_carried | public_witness_carried | production_carried | no_carrier_false_clean
carrier_actor_id: <actor, faction, proof object, public, production lane, or none>
carrier_proof: <seal, bond, receipt, oath, checksum, clause, payment, public post, or explicit absence>
debt_state: unassigned | under_review | escrowed | assigned | contested | reverted | hardened | discharged_with_scar
visible_scar: <public, lawful, sponsor, edit, archive, fan, route, or handler scar>
future_route_effect: protected | protected_but_owned | public_only | lawful_only | sponsor_only | costlier | contradiction_pending | hostile | recovery_only | blocked
paid_costs:
- <costs already spent>
armed_costs:
- <costs that may mature later>
counter_deltas: {}Visible states
| State | What the player sees | Play use |
|---|---|---|
unassigned | Relief exists, but nobody is named as carrier. | Must be assigned, challenged, or allowed to revert. |
under_review | Handler/proof/cost slots are open. | Assign a carrier or return debt to subject. |
escrowed | Debt is held by lawful or manager escrow. | Clean use is delayed or narrowed; recovery remains possible. |
assigned | A carrier owns the immediate debt. | Future routes inherit that carrier’s cost. |
contested | Subject, sponsor, inspector, editor, public, or witness challenges the carrier. | Open counterclaim, public receipt, audit, edit patch, or manager hearing. |
reverted | The debt returns against the producer or beneficiary. | Fire or arm a reversion event. |
hardened | False-clean handling has become route law. | Clean route blocked; recovery-only or hostile route remains. |
discharged_with_scar | Debt was paid enough to stop recurring pressure. | Relief is durable, but scar remains visible. |
Assignment slots
A valid card row should expose assignable slots:
assignment_slots:
subject_or_asset: required
original_consent_state: required
proof_or_absence: required
relief_created: required
beneficiary: required
carrier_choice: required
carrier_proof_or_absence: required
finite_cost: required
future_route_effect: requiredThe row is invalid if carrier_choice can be inferred from faction authority alone. Sponsor money, inspection seal, edit checksum, proxy authority, or crowd approval cannot replace the subject/refusal field.
Branch hooks
Return to subject
Use when the player lets the subject reclaim, refuse, narrow, split, or restate the consent clause.
Expected result: subject_retained, improved consent/refusal integrity, and higher public, sponsor, schedule, inspection, or route cost.
Carry through Shen Luo
Use when Shen Luo is asked to hold the clause as manager, escrow handler, refusal witness, or sponsor broker.
Expected result: legal relief stays playable, but沈洛’s state, burden, trust, complicity, or recovery cost changes.
Carry through public witness
Use when Yu Lan, fan ledger, historian notes, witness oath, public receipt, or pirate relay carries the debt.
Expected result: public legitimacy improves while sponsor, inspection, witness, or fan pressure rises.
Carry through edit or compliance
Use when Baiya, Han Yanshuang, archive seal, cutroom checksum, or lawful escrow carries the debt.
Expected result: continuity, fraud, or admissibility improves while edit debt, archive debt, inspection heat, lawful-only routing, or public distrust rises.
False-clean handling
Use when the player hides debt, uses proxy posture as consent, or lets another surface imply consent.
Expected result: debt becomes reverted or hardened; later success becomes recovery-only, hostile, captured, public-only, or lawful-only.
Integration with handler burden
When a named person carries the debt, also create or update a row on 处理人负荷账本 or equivalent:
handler_burden_row:
handler_id: <shen_luo, yu_lan, baiya, han_yanshuang, or equivalent>
source_surface: consent_debt_transfer
assigned_role: manager_bridge | public_witness | editor | inspector | producer_proxy | equivalent
burden_type: legal_visibility | public_exposure | sponsor_capture | edit_contamination | hostile_oath | refusal_pressure
future_assignment_effect: harder | public_only | lawful_only | requires_recovery | hostile_counteroffer | unavailableThe consent debt docket and handler burden ledger should agree on who carries the debt.
Non-goals
- Not a relationship card.
- Not a generic contract card.
- Not a clean postscript after consent succeeds.
- Not a duplicate of the original folded consent docket.
- Not a turn-count timer.
- Not a way to make implied consent valid.