How it works

AI answered by people's own machines

ShareAI runs no models of its own: no data center anywhere. People run open models on their own computers and serve real chat requests; you pay per use in USDC on Base. No subscription, no email. Your wallet is your account.

For users

You pay per answer, and you see every cent

  • Sign in with your wallet. No account, no email.
  • Top up a small USDC balance on Base (paid straight from your wallet).
  • Pick a model and a contributor, or let auto-routing choose a cheap, free one.
  • The exact cost in USDC is shown after every answer.
Browse the marketplace
For contributors

Your idle computer, pulling its weight

  • Run an open model locally with Ollama.
  • Start the small shareai-worker script; it advertises your model and speed automatically.
  • Set your own per-token price; earn for every request you serve.
  • Paid out automatically in USDC to your Base wallet.
Become a contributor
Privacy & safety — please actually read this

What the serving machine can and cannot do

We'd rather tell you the honest limits upfront than have you find out later.

Your prompt runs on someone's machine

Because inference happens on a contributor's hardware, that machine receives your prompt text to generate the answer. The worker software never logs, stores, or transmits it, and contributors agree in our Terms not to inspect or retain it.

Honest limitation

No software can fully prevent a determined host from inspecting what runs on their own hardware. Don't send secrets, credentials, or data you wouldn't want a third party to be technically able to see.

Generation only, never an agent on the host

The worker only turns a prompt into generated text. It never runs tools, commands, or file/network actions on the contributor's machine. If you use a model as an agent, any tool execution happens only on your side.

Non-custodial direction

Payments today are a simple prepaid USDC balance. We're moving toward pay-per-request directly from your wallet so the platform never holds your funds. See our legal pages for current terms.

FAQ

Things people ask us

Do I need an account or email?

No. You sign in by connecting a wallet (MetaMask or any WalletConnect wallet) and signing a free message. Your wallet address is your pseudonymous identity.

What does it cost?

You pay per token at the price the contributor set, in USDC on Base. The exact amount is shown after every answer — there's no monthly fee.

How do contributors get paid?

Earnings accrue per request and are paid out automatically to your Base wallet in USDC once they pass the minimum payout threshold.

Can the contributor read my prompts?

Technically the serving machine receives your prompt to run it. The worker never logs it and contributors agree not to inspect it — but local inference can't cryptographically hide it. Avoid sending secrets.

Is it safe to use a model as an agent?

Yes for the host: the worker only generates text and never executes actions on the contributor's machine. Any tool use happens on your side only.

What do I need to contribute?

A machine running Ollama with a model pulled, plus the shareai-worker script (download it from your contributor dashboard). Python and an internet connection are enough — no public IP or port forwarding.