Clearance Quote Default / 清算报价违约

Clearance Quote Default is the breach event for a stability quote that was treated as reusable after its carrier, proof, or claimant surface stopped supporting it.

It is narrower than 稳定化债务召回 and sharper than 路线资产维护违约. It names the exact clearance quote that failed, who called the failure, and how future routes read the public version after the failure.

The event must not fire from fixed turn count, calendar delay, or a generic popularity drop.

Fire or arm condition

Fire immediately, or arm as the next relevant quote citation check, when any condition is true:

trigger_any:
  - clearance_quote_recall_docket_hidden
  - recall_hearing_underfilled
  - quote_cited_as_fresh_while_maintenance_due
  - sponsor_rate_card_reused_while_public_receipt_live
  - public_table_defended_without_proof_object
  - inspector_hold_ignored_after_remand_call
  - editor_smoothing_quote_reused_after_checksum_reopen
  - liang_wu_signature_coerced_or_disowned
  - calling_claimant_files_before_production
  - blackout_scar_contradicts_stability_explanation
no_fixed_turn_trigger: true

Required event payload

event: storyteller.event.clearance_quote_default.v1
source_docket: storyteller.card.clearance_quote_recall_docket.v1
source_quote_id: <stable_quote_or_clearance_stamp_id>
source_clearance_session_id: <session_id_or_explicit_absence>
public_version: <version_id>
quote_origin: public_table | sponsor_rate_card | inspector_hold | editor_smoothing | route_asset_clearance_witness | clearance_suppressed | blackout_risk_repriced
quote_state_before: active_quote | overexposed_quote | carrier_rejected | contradiction_pending | false_fresh_quote | maintenance_due | recovery_only_quote
calling_claimant: sponsor | inspector | archive | editor | fan_public | artist | witness | pirate_relay | schedule_board | route_claimant | explicit_absence
missed_or_broken_support: handler_absent | proof_absent | carrier_rejected | wrong_bridge | hidden_docket | coerced_signature | false_fresh_use | omitted_claimant | blackout_scar
liang_wu_state_before: <state>
liang_wu_state_after: protected_rate_witness | sponsor_captured_signature | inspector_locked_witness | suppressed_actuary | hostile_actuarial_witness | missed_clearance_route | explicit_absence
quote_state_after: quote_defaulted | hostile_quote | sponsor_only_quote | lawful_only_quote | recovery_only_quote | public_table_required | blackout_recovery_required
future_route_effect: blocked | costlier | sponsor_only | lawful_only | public_table_required | route_asset_recovery_required | blackout_recovery_required
counter_deltas: {}

The event is invalid if it only produces flavor, money loss, or a generic warning.

Outcome families

Outcome A — Public table fails closed

The public table was the correct posture, but proof, witness protection, or public receipt support is missing.

outcome: public_table_fails_closed
quote_state_after: public_table_required | recovery_only_quote
relief_any:
  - false_private_stability_blocked
cost_any:
  - liang_wu_exposure_up
  - sponsor_stop_loss_pressure_up
  - future_clearance_cost_up
future_route_effect_any:
  - public_table_required
  - route_asset_recovery_required

Outcome B — Sponsor captures the quote

The sponsor keeps the slot alive by privately refinancing the quote before public proof catches up.

outcome: sponsor_capture_default
quote_state_after: sponsor_only_quote
liang_wu_state_after_any:
  - sponsor_captured_signature
  - missed_clearance_route
relief_any:
  - immediate_slot_pressure_down
cost_any:
  - contract_capture_up
  - public_receipt_distrust_up
  - stability_escrow_debt_up
future_route_effect_any:
  - sponsor_only
  - public_correction_costlier

Outcome C — Inspector remands the quote

White-glove or archive authority refuses to let the quote keep operating without a lawful hold.

outcome: inspector_remand_default
quote_state_after: lawful_only_quote
liang_wu_state_after_any:
  - inspector_locked_witness
  - protected_rate_witness
relief_any:
  - false_stability_owner_blocked
cost_any:
  - inspection_heat_up
  - schedule_slots_occupied_up
  - clearance_premium_up
future_route_effect_any:
  - lawful_only
  - appeal_or_hold_required

Outcome D — Editor repair breaks truth

The cutroom keeps attention legible, but the quote no longer proves the version.

outcome: editor_repair_default
quote_state_after: recovery_only_quote | public_table_required
liang_wu_state_after_any:
  - editor_smoothing_collaborator
  - suppressed_actuary
cost_any:
  - edit_debt_up
  - reality_drift_up
  - public_receipt_distrust_up
future_route_effect_any:
  - checksum_release_required
  - public_table_required

Outcome E — Hostile witness quote

The quote was suppressed, blamed on 梁雾, or used after she disowned it.

outcome: hostile_witness_quote
quote_state_after: hostile_quote
liang_wu_state_after: hostile_actuarial_witness
cost_any:
  - future_clearance_cost_up
  - inspection_heat_up
  - public_receipt_distrust_up
future_route_effect_any:
  - route_asset_recovery_required
  - hostile_witness_branch_armed

Outcome F — Blackout recovery required

The schedule can no longer keep the contradiction on air.

outcome: blackout_recovery_required
quote_state_after: blackout_recovery_required
cost_any:
  - black_screen_slots_up
  - audience_churn_up
  - future_clearance_cost_up
future_route_effect_any:
  - blackout_recovery_required
  - stability_hearing_costlier

Counter contract

A fired branch must mutate at least three counters or durable states. At least one can be immediate relief, but at least one must be future cost or route restriction.

Primary deltas:

  • future_route_acceptance
  • future_clearance_cost
  • clearance_premium
  • stability_escrow_debt
  • liang_wu_exposure
  • liang_wu_trust
  • public_receipt_distrust
  • sponsor_stop_loss_pressure
  • contract_capture
  • inspection_heat
  • schedule_slots_occupied
  • edit_debt
  • reality_drift
  • audience_churn
  • black_screen_slots

Integration notes

  • With 清算台重估, this event is what happens after a prior repricing is reused and called again.
  • With 稳定化债务召回, this event supplies quote-level payload for the broader debt recall.
  • With 路线资产维护违约, this event marks the stability quote itself as stale, false-fresh, recovery-only, sponsor-only, lawful-only, or hostile.

Non-goals

  • Not a generic aftermath scene.
  • Not a fixed-delay timer.
  • Not a punishment for success.
  • Not valid if the quote state remains unchanged.
  • Not valid if future route acceptance is unaffected.
  • Not valid if 梁雾 state is unchanged when her signature or witness state is the broken support.