Broadcast Insolvency Default / 播出破产违约
Broadcast Insolvency Default is the event that fires when a live 播出破产账本 row is ignored, underpaid, falsely discharged, or paid with collateral that does not cover the named creditor.
It makes insolvency playable by letting someone else narrate the unpaid broadcast debt: sponsor, inspector, archive, editor, fan public, pirate relay, route claimant, public audience, or the blackout system.
Trigger
Trigger from state, not from a fixed turn count, when all of the following are true:
trigger_state:
ledger_row_state_any:
- payable_open
- payable_contested
- payable_prioritized
- payable_split
- payable_pawned
- payable_broadcast_on_credit
failed_requirement_any:
- creditor_not_named
- collateral_missing
- harmed_claimant_hidden
- no_payable_capacity
- wrong_capacity_spent
- public_debt_suppressed
- sponsor_bridge_expired
- artist_or_editor_unpaid
- handler_recovery_unfunded
- proof_license_unpaid
- schedule_slot_double_sold
default_narrator_present: true
no_fixed_turn_trigger: trueResolution payload
The event must record:
event_id: storyteller.event.broadcast_insolvency_default.v1
source_ledger: card.broadcast_insolvency_ledger
insolvency_row_id: <stable id>
source_surface: <surface id>
creditor: <creditor>
owed_object: <owed object>
collateral_at_risk: <collateral>
failed_requirement: <failed requirement>
default_narrator: sponsor | inspector | fan_public | archive | editor | pirate | blackout_system | route_claimant | public_audience
claimant_privileged_after: <claimant>
claimant_harmed_after: <claimant>
row_state_after: defaulted | seized | cancelled | blacked_out | public_only | lawful_only | sponsor_captured | pirate_claimed | recovery_only | contradiction_pending
future_route_effect: blocked | costlier | captured | hostile | public_only | lawful_only | recovery_only | blackout_pressure_up | contradiction_pending
counter_deltas: {}Branch families
Sponsor seizure
The sponsor pays or claims the unpaid slot first. This can lower immediate schedule pressure but raises contract capture, public distrust, artist distrust, or fan resentment.
Inspector or archive seal
The unpaid row becomes lawful-only. This can lower fraud or drift but raises bureau favor debt, public distance, schedule cost, or route access restriction.
Fan/public refusal
The public refuses to finance or accept the postponed debt. This can protect public legitimacy but raises fan oxygen liability, sponsor pressure, black-screen pressure, or route hostility.
Editor lien
The cutroom keeps the checksum, source tape, patch note, or edit lane until paid. This can stop false broadcast but raises edit debt, source ambiguity, audience churn, or archive debt.
Pirate or blackout takeover
A pirate relay, route claimant, or blackout system narrates the unpaid version. This exposes hidden harm but can create public-only closure, contradiction, route capture, or recovery-only broadcast.
Required mutation
Every default must mutate at least three durable surfaces among:
- ledger row state;
- creditor posture;
- collateral custody;
- harmed claimant posture;
- broadcast reality;
- schedule lane;
- audience stability;
- route asset access;
- handler availability;
- ending scar state.
Non-goals
- Not a warning popup.
- Not a hidden money penalty.
- Not an automatic game over.
- Not a turn-count punishment.
- Not valid unless the source ledger row remains inspectable after the event.