Files
workspace/projects/control-panel/data/budget.json

51 lines
1.3 KiB
JSON

[
{
"category": "AI Models",
"item": "Anthropic Claude API",
"monthly_cost": 200,
"currency": "USD",
"notes": "~$200/mo estimated. Opus (Case) + Sonnet (agents) + cron jobs.",
"status": "active"
},
{
"category": "Infrastructure",
"item": "Proxmox VM (self-hosted)",
"monthly_cost": 0,
"currency": "USD",
"notes": "192.168.86.45 — runs OpenClaw, all agents, web apps. D J's hardware.",
"status": "active"
},
{
"category": "Infrastructure",
"item": "GPU Box (self-hosted)",
"monthly_cost": 0,
"currency": "USD",
"notes": "192.168.86.40 — RTX 3080+3060, Ollama, Whisper. Electricity only.",
"status": "active"
},
{
"category": "Infrastructure",
"item": "ChromaDB LXC (self-hosted)",
"monthly_cost": 0,
"currency": "USD",
"notes": "192.168.86.25 — vector storage.",
"status": "active"
},
{
"category": "Trading",
"item": "CoinEx Futures Account",
"monthly_cost": 0,
"currency": "USD",
"notes": "~$125 USDT balance. Live trading. Fees per trade only.",
"status": "active"
},
{
"category": "Infrastructure",
"item": "D J's VPS",
"monthly_cost": null,
"currency": "USD",
"notes": "Runs odds aggregation Postgres DB. Access pending.",
"status": "pending"
}
]