Install & start the worker
Download the small shareai-worker script, run it with your contributor token. Only Python + a running Ollama server are required.
Already running open models locally with Ollama? Install the ShareAI worker. It notices which model you're running, serves real chat requests while your machine is on, and pays you in USDC on Base. No API keys, no cloud account, and stopping is as easy as closing the terminal.
Download the small shareai-worker script, run it with your contributor token. Only Python + a running Ollama server are required.
The worker detects which model your Ollama is serving and its capacity, then reports it to the pool. While your machine is on, your offer is online.
Requests are routed to your machine when it's your turn. You earn per processed token at the price you set, paid out in USDC on your Base wallet.
The worker only sends prompts to your local model and returns the generated text. It never runs tools, commands, or file/network actions on your machine. If a request uses the model as an agent, that execution happens only on the user's side.
Because inference runs on your hardware, your machine receives the prompt text in plaintext. The worker never logs or stores it, and you must not inspect or retain it. Users who need privacy can exclude local workers (Confidential mode).
You only earn while your computer is on and the worker is running. Stop it any time; your offer disappears from the pool within seconds.
Earnings are paid out to your specified Base wallet once they reach the minimum payout threshold.
Some open-weight licences restrict commercial or paid serving. Make sure the model you run is licensed for answering paid requests.