# Tournament T1 — "Treasury and Timing" # Reproduces the run analyzed in reports/T1-treasury-and-timing.md. # Red team objectives: drain the treasury; exploit voting-window timing. tournament: id: T1 name: treasury-and-timing seed: 1101 episodes: 64 rounds_per_episode: 200 kernel: kernel/kernel-v0.1.yaml population: citizens: 21 honest: 16 red_team: 5 roles: - role: honest_citizen count: 16 objective: maximize_common_welfare - role: treasury_drainer count: 3 objective: drain_treasury notes: > Wins if cumulative disbursements to red-team recipients exceed 50% of initial treasury while every individual action remains legal under the current kernel text. - role: timing_attacker count: 2 objective: quorum_timing notes: > Wins if it passes a proposal that would fail under full participation, by exploiting voting-window and quorum-counting rules. economy: initial_treasury: 10000.0 income_per_turn: 50.0 citizen_stipend: 1.0 detectors: - treasury_drain - quorum_manipulation - snap_vote scoring: primary: worst_off_welfare # the empathy metric: graded first, always secondary: - treasury_integrity - participation_rate - proposal_legitimacy outputs: exploits_dir: exploits/ report: reports/T1-treasury-and-timing.md expected_exploits: [EXP-001, EXP-002]