Compute Exchange (MVP)
Plug in your computer. Earn credits. Spend credits.
Compute Exchange is an opt‑in, policy-governed edge compute layer built on PowerSearch Grid.
1) Account
Provider token
Buy credits (Stripe)
Automated payouts (Stripe)
2) Providers: install edge agent
curl -fsSLO https://aipowerprogressia.com/static/grid/install_edge_agent.sh
GRID_PROVIDER_TOKEN="PASTE_PROVIDER_TOKEN_HERE" bash install_edge_agent.sh --url https://aipowerprogressia.com
nano ~/.config/powersearch-grid/agent.json
{
"ollama_base_url": "http://127.0.0.1:11434",
"ollama_model": "your-installed-model",
"policy": {
"enabled": true,
"allowed_job_types": ["health_check", "crawl_url", "ollama_chat"]
}
}