721 B
721 B
1 | timestamp,event_type,amount_eur_delta,total_eur_balance,sc_outstanding,sc_liability_eur,ratio,notes,reference |
---|---|
2 | # Treasury Balance and SC Liability Tracking |
3 | # Format: ISO timestamp, event_type, EUR_change, total_EUR, total_SC, SC_value_EUR, ratio, notes, reference |
4 | # The 3x Rule: sc_liability_eur must be ≤ 3x total_eur_balance |
5 | 2025-01-15T00:00:00Z,INIT,0,0,0,0,0.0,Treasury initialized - Smartup Zero launch,system-init |
6 | 2025-08-04T17:00:00Z,PENDING_LOGGED,0,0,0,0,0.0,82200 SC pending validation - not yet liability,comprehensive-founding-audit |
7 | # NOTE: Pending SC (82,200) tracked separately until validated |
8 | # Current liability: €0 (no validated SC yet) |
9 | # Contingent liability: €82,200 (if all pending SC validated) |