Quote-Bearing Return Hearing / 带价归还听证

Quote-Bearing Return Hearing is the assignable rite for 带价归还案卷. It resolves whether a returned route asset can carry, detach, split, quarantine, sell, or poison the stability quote attached to it.

The rite is deliberately narrow. K-404 can prove that an object has returned. 稳播精算师 can price whether that return keeps a public version insurable. The player must decide which proof, claimant, and handler bears the price.

Offer rule

Offer this rite only when the docket is in hand and the entry state is already live.

offer_state:
  trigger_kind: state_pressure
  card_required: storyteller.card.quote_bearing_return_docket.v1
  source_quote_id_present: true
  returned_object_present: true
  k404_index_state_visible: true
  carrier_price_state_before_visible: true
  future_route_depends_on_resolution: true
  no_fixed_turn_trigger: true

Assignment slots

assignment:
  docket: storyteller.card.quote_bearing_return_docket.v1
  source_quote_id: <quote id>
  public_version: <aired version or patch id>
  quote_state_before: <quote state>
  returned_object: <object id>
  object_kind: <kind>
  route_asset_state_before: <state>
  k404_index_state_before: <state>
  liang_wu_state_before: <state or explicit_absence>
  apparent_return_claimant: <claimant>
  rival_claimant: <claimant or explicit_absence>
  proof_anchor: receipt | checksum | seal | waiver | voice_match | archive_signature | fan_oath | route_log | witness_name | public_queue | explicit_absence
  handler: Shen_Luo | Han_Yanshuang | Baiya | Yu_Lan | Liang_Wu | K404 | sponsor_agent | archive_clerk | fan_witness | explicit_absence
  access_or_table_support: facility_access | public_table | sponsor_rate_card | inspector_hold | editor_checksum | fan_receipt | archive_copy | explicit_absence
  selected_posture: attach_quote | detach_and_reprice | split_carrier | quarantine_return | sponsor_buyout | inspector_attach | editor_detach | public_table_return | suppress_terminal | abandon
  price_or_bridge: <named cost, bridge, or explicit_absence>

A branch fails to resolve if the hearing omits the source quote, returned object, carrier price before-state, K-404 index state, 梁雾 state or explicit absence, claimant conflict, or price.

Branch families

Attach quote

The player proves that the returned object is still the lawful carrier of the source quote.

Expected result:

  • carrier_price_state_after: quote_attached | public_table_carrier | recovered_with_price_scar;
  • future_route_effect: route_accepted_with_scar | public_table_required;
  • relief improves route usability or public legitimacy;
  • cost increases 梁雾 exposure, terminal exposure, inspection heat, or future claim cost.

Detach and reprice

The old quote is not allowed to ride the returned object. 梁雾 writes a new price or marks explicit absence.

Expected result:

  • quote_state_after: quote_recall_requested | editor_repaired_quote | recovery_only_quote;
  • carrier_price_state_after: quote_detached_pending_hearing | recovered_with_price_scar | recovery_only;
  • immediate false-fresh risk drops;
  • clearance premium, escrow debt, handler burden, or route delay rises.

Split carrier

K-404 records two incompatible carrier rows instead of pretending there is one owner.

Expected result:

  • carrier_price_state_after: split_price_carrier;
  • future route must choose public, lawful, editor, sponsor, or recovery side;
  • false-owner risk drops;
  • source ambiguity, archive debt, or public distrust rises.

Quarantine return

The returned object is real but too dangerous to carry the quote now.

Expected result:

  • carrier_price_state_after: quarantined_carrier;
  • current route becomes blocked, costlier, or recovery-only;
  • wrong quote use is prevented;
  • inspection heat, route delay, or recovery route cost rises.

A sponsor pays to make the carrier usable, but the quote becomes sponsor-bound.

Expected result:

  • carrier_price_state_after: sponsor_carrier;
  • slot pressure or churn improves;
  • contract capture, sponsor stop-loss pressure, or public receipt distrust rises;
  • future route becomes sponsor-only or public correction becomes costlier.

Inspector attach

An inspector or audit authority accepts the carrier under legal hold.

Expected result:

  • carrier_price_state_after: inspector_carrier;
  • false-fresh or false-owner risk drops;
  • inspection heat, schedule hold, or lawful appeal cost rises;
  • future route becomes lawful-only or appeal-required.

Editor detach

The editor keeps attention legible by detaching the returned object from the source quote and forcing checksum disclosure later.

Expected result:

  • carrier_price_state_after: editor_checksum_carrier | quote_detached_pending_hearing;
  • continuity hazard or churn improves;
  • edit debt, public distrust, or reality drift rises;
  • future route requires checksum release or public table.

Public table return

The returned object is made visible enough that public proof, fan receipt, or historian note becomes the carrier.

Expected result:

  • carrier_price_state_after: public_table_carrier;
  • public receipt legitimacy or audience stability improves;
  • sponsor pressure, witness exposure, or inspection heat rises;
  • future route requires public-table visibility.

Suppress terminal or abandon

The player hides K-404, ignores 梁雾’s price, or lets a claimant narrate first.

Expected result:

  • K-404 becomes suppressed, hostile, locked, or missed;
  • quote becomes hostile, defaulted, sponsor-only, lawful-only, or recovery-only;
  • returned object becomes captured, false-owner, poisoned, blocked, or recovery-only;
  • a durable default/aftershock event is emitted or armed.

Resolution contract

Every completed branch records:

resolution:
  selected_posture: <posture>
  carrier_price_state_after: <state>
  quote_state_after: <state>
  k404_state_after: <state>
  liang_wu_state_after: <state or explicit_absence>
  route_asset_state_after: <state>
  future_route_effect: <effect>
  emitted_event: none | storyteller.event.quote_index_default.v1
  counter_deltas:
    relief: []
    cost: []
    future: []

Non-goals

  • Not a generic hearing for all custody disputes.
  • Not a free way to restore a recalled quote.
  • Not a fixed-turn escalation.
  • Not valid if sponsor, inspector, editor, or public table can solve the return without assigning the quote carrier and price.
  • Not valid unless success carries a visible cost and default changes future route access.