Remedy Reinstatement Bond / 救济重开担保机制

Remedy Reinstatement Bond is the mechanism that prices a remedy after 救济失权线 has been rebutted, narrowed, or reopened.

The strongest current gap is not proving that a barred remedy can come back. That is already modeled by preclusion, counterreceipt, callback, substitute carrier, and recovery triage surfaces. The missing executable seam is later: when the remedy comes back late, which finite broadcast surface bonds the delay, and who is displaced by that bond?

This mechanism prevents two regressions:

  1. false preclusion becomes a terminal block with no route recovery;
  2. reopen remedy becomes a free clean undo that erases schedule, capacity, reliance, route asset, worker, fan oxygen, or sponsor consequences.

State machine

states:
  no_reinstatement_pressure:
    meaning: no barred remedy is being restored
  bond_required:
    meaning: a preclusion row has been rebutted or narrowed and a named remedy needs late capacity
  unbonded:
    meaning: remedy is acknowledged but no capacity source, displaced reader, collateral, or proof has been assigned
  scoped_bonded:
    meaning: remedy is restored for named scope with visible capacity and cost
  public_bonded:
    meaning: public addendum or public receipt carries the remedy but not lawful or sponsor readers
  lawful_bonded:
    meaning: lawful annex or appeal window carries the remedy but not public or fan readers
  sponsor_bonded:
    meaning: sponsor collateral buys time but creates capture or unwind risk
  escrowed:
    meaning: archive or route collateral blocks clean reuse until future reader resolves it
  refused:
    meaning: producer refuses or cannot bond the remedy; claimant remains visible
  quarantined:
    meaning: unsafe reinstatement is blocked without erasing source preclusion
  false_reinstated:
    meaning: remedy is filed clean without late-cost capacity
  recovery_only:
    meaning: original remedy cannot return in original form but may mutate into recovery branch
  contradiction_pending:
    meaning: future route must resolve clash between restored remedy and displaced reader

Entry rules

entry_state_required:
  trigger_kind: state_pressure
  source_preclusion_row_present: true
  source_preclusion_state_any:
    - preclusion_rebutted
    - remedy_reopened
    - public_addendum_required
    - lawful_appeal_required
    - substitute_or_callback_rework
    - quarantined
    - false_precluded
    - recovery_only
  claimant_to_reinstate_visible: true
  remedy_to_reinstate_visible: true
  late_cost_reason_visible: true
  future_reader_or_route_consumes_reinstatement_state: true
  player_can_bond_public_lawful_sponsor_escrow_refuse_quarantine_or_default: true
  no_fixed_turn_trigger: true
  no_fixed_day_or_week_trigger: true
  no_raw_claim_count_trigger: true
  no_raw_notice_count_trigger: true
  no_dashboard_or_lens_health_trigger: true

The mechanism fails if entry comes from fixed chronology, chapter quota, raw row count, generic litigation phase, dashboard state, lens health, or a cleanup scene without source preclusion and a named restored remedy.

Required components

  • 救济重开担保案卷 records source preclusion, restored remedy, late-cost reason, capacity source, displaced reader, bond actor, collateral, proof, scope, and future effect.
  • 救济重开担保听证 lets the player assign a scoped bond, public addendum bond, lawful annex bond, sponsor bond, escrow, handler/worker bond, refusal/quarantine, or default.
  • 虚假重开默认 fires or arms when remedy reinstatement is consumed as clean without bond state.

Counter contract

Every non-default branch must mutate all three surfaces:

counter_deltas_required:
  relief: at_least_one
  cost: at_least_one
  future_reader_or_route_effect: at_least_one

Expected durable surfaces include:

  • remedy_reinstatement_legitimacy
  • late_remedy_capacity_debt
  • bond_scope_integrity
  • displaced_reader_pressure
  • public_addendum_debt
  • lawful_annex_debt
  • sponsor_capture_pressure
  • archive_escrow_pressure
  • route_asset_collateral_risk
  • handler_burden
  • worker_exposure
  • fan_oxygen_refund_pressure
  • producer_license_encumbrance
  • broadcast_reality_drift

Hard rules

hard_rules:
  reopened_remedy_is_not_rewind: true
  reinstatement_bond_is_not_universal_consent: true
  sponsor_bond_is_not_public_consent: true
  public_addendum_is_not_lawful_appeal: true
  lawful_annex_is_not_fan_public_remedy: true
  archive_escrow_is_not_route_asset_return: true
  route_asset_bond_remains_discoverable: true
  absent_bond_must_be_consumed_by_future_reader: true
  false_reinstatement_must_default_or_route_cost: true
  no_universal_clean_reinstatement: true

Branch resolution

A valid branch can restore the named claimant’s remedy, but it must preserve late cost. A branch fails if it cleans every reader at once or rewinds the source service row.

Accepted branch states:

branch_states:
  producer_bonds_late_remedy:
    relief: remedy_access_restored
    cost: producer_license_encumbrance | handler_burden | schedule_scar
    future: reinstated_with_cost | callback_required | costlier
  sponsor_bond_with_capture:
    relief: immediate_capacity_pressure_falls
    cost: sponsor_capture | public_distrust | unwind_risk
    future: sponsor_only | sponsor_capture | audit_required
  public_addendum_bond:
    relief: public_remedy_legible
    cost: sponsor_retaliation | confusion | inspection_heat
    future: public_only | addendum_required | costlier
  lawful_annex_bond:
    relief: appeal_or_proof_window_preserved
    cost: bureau_debt | public_delay | lawful_only_routing
    future: lawful_only | annex_required | costlier
  archive_or_route_escrow:
    relief: false_clean_reinstatement_blocked
    cost: archive_debt | route_delay | collateral_risk
    future: escrowed | blocked | recovery_only
  handler_or_worker_bond:
    relief: human_carrier_or_protection_restored
    cost: payroll | exposure | worker_hostility | safety_cost
    future: callback_required | protected | costlier
  refuse_or_quarantine_reinstatement:
    relief: unsafe clean cure blocked
    cost: claimant_hostility | route_delay | recovery_cost
    future: blocked | quarantine_required | recovery_only
  false_reinstatement_default:
    relief: short desk closure only
    cost: hidden_displaced_reader | unpaid_bond | future_contradiction
    future: hostile | contradiction_pending | recovery_only

Downstream readers

At least one later route must consume bond_state_after before treating the remedy as restored. Valid consumers include Broadcast Schedule, Route Assets and Custody, Broadcast Reality, 相对方信赖撤回线, 播出破产账本线, and 默认恢复分诊线.