Files
adaptive-pricing/projects/coulomb-pricing/data/membership.json
tegwick fe2174f37a Add liquidity tracking, budget, and platform cost history
Restore operator platform costs (Bubble, domains, Stripe) with monthly
history from March 2025 and member payments from November 2025. Track
€1,000 starting budget, cumulative burn, and remaining liquidity in the
economics dashboard. Document LQ requirements in REQUIREMENTS.md.
2026-06-22 01:48:45 +02:00

16 lines
415 B
JSON

{
"version": 1,
"snapshot_date": "2026-06-22",
"members": [
{
"id": "member-founder",
"external_id": null,
"status": "active",
"joined_at": "2025-11-03",
"plan_id": "flat-899-eur-monthly",
"source": "manual",
"note": "Sole paying member; payments from November 2025"
}
],
"note": "Platform costs run from March 2025; member payments from November 2025."
}