LIVE · 212 NODES WEAVING

AI woven from people, not warehouses.

A peer network where anyone lends idle compute and earns for it — and every prompt runs private, uncensored, and owned by no one.

MESH Chat LIVE · ON THE WEAVE
Hey — I'm MESH. Ask me anything. Your prompt runs across the weave, private and owned by no one.
// the idea

One machine made of many.

No racks, no landlords. Just thousands of browser tabs around the world stitched into a single intelligence.

Crowd-run

The model runs on volunteers, not server farms. The network belongs to the people inside it.

USERSQUEUENODES

Blind by default

Prompts are never kept, and the worker who computes your job never learns who sent it.

PROMPTSEALRUN

Tab and go

Nothing to install. Open the page in any browser and you're already part of the weave.

>>> OPEN

Earn while idle

Get paid in USDC for the cycles you'd waste anyway. Keep a tab open, collect the difference.

CYCLESUSDC
// how a job moves

From your tab to an answer.

01 — SEND

You ask

Your prompt is encrypted in the browser before it ever leaves your device.

02 — WEAVE

The mesh routes it

The job is split and handed to idle nodes that never see your identity.

03 — RETURN

You get the answer

Results stitch back together in your tab. Nothing is logged, nothing is stored.

// the $MESH token

Network growth flows back to the token.

Revenue from compute and from $MESH trading pools into the treasury. Half buys back and burns; half pays everyone who stakes.

01

Revenue fills the treasury

The full MESH margin plus a slice of every $MESH trade lands in the treasury as USDC.

02

Buy back & burn

Half the treasury buys $MESH on the open market and burns it. Supply tightens as the network grows.

03

Stake to earn

Stake $MESH for the other half of the treasury in USDC. Nodes that stake also keep a bigger cut per job.

Trading funds the weave. See the live chart →

// live market

$MESH on DexScreener.

CA HFRdrbS5E5Jg32PdBQA3GeX3uw1wt6WEMWLdAhBipump

Plug a tab in. Power the weave.

Lend the compute you're not using and earn while the network thinks for everyone.

Start a chat →
DOCS / START HERE

What is MESH?

MESH is a decentralized AI woven from the idle compute of the people who use it. No data centers, no gatekeepers — just a network that thinks for everyone and pays the people who power it.

The short version

Most AI runs inside a handful of corporate data centers. MESH flips that: the model runs across thousands of ordinary browsers, each lending a slice of compute it wasn't using. You open a tab, you become part of the machine, and you earn for it.

  • People-run — compute comes from volunteers, not warehouses.
  • Private — prompts are encrypted in your browser and never stored.
  • In-browser — nothing to download, no setup.
  • Paid — nodes earn USDC for the cycles they contribute.
NOTE

MESH is non-custodial. The network never holds your keys, and a worker computing your job never sees your identity.

How the weave works

Every request moves through three stages, designed so no single node ever has enough information to identify you or reconstruct your full prompt on its own.

you ── encrypt ──▶ mesh router ── split ──▶ idle nodes
                                              │
   answer ◀── stitch ◀── partial results ◀────┘

1. You ask

Your prompt is encrypted client-side before it leaves your device.

2. The mesh routes it

The job is split and handed to idle nodes. No node receives your identity, and no node receives the whole picture.

3. You get the answer

Partial results stitch back together inside your tab. Nothing is logged.

Privacy model

MESH treats privacy as the default, not a setting. Prompts are never written to disk on the network, identities are decoupled from jobs, and no usage history is retained.

PropertyMESHTypical cloud AI
Prompt storageNeverOften retained
Identity visible to workerNoN/A (centralized)
Runs onPeopleData centers

Open a node

Running a node is as simple as keeping a tab open. The browser handles everything — it pulls jobs from the queue when your machine is idle and pauses when you need the power back.

Getting paid

Nodes earn USDC per job completed. Stake $MESH and your share per job goes up.

The $MESH token

$MESH ties the network's growth to its holders. Revenue from compute and from $MESH trading flows into a treasury held in USDC, then splits two ways.

Treasury flow

  • Half buys back $MESH on the open market and burns it — supply shrinks as usage grows.
  • Half is paid out to everyone who stakes $MESH, in USDC.

Staking

Stake $MESH to earn your share of the treasury. Nodes that stake also keep a larger cut of every job they run.

API quickstart

Point any OpenAI-style client at the MESH endpoint. Your request is routed across the network the same way the app routes a chat.

curl https://api.mesh.example/v1/chat \
  -H "Authorization: Bearer $MESH_KEY" \
  -d '{
    "messages": [{"role":"user","content":"hello mesh"}]
  }'
PLACEHOLDER

Endpoint and key flow are stubbed for now — wire these to your real gateway before launch.

// the weave log

Notes from the network.

Updates on the protocol, the token, and what happens when AI runs on people instead of warehouses.

FEATURED · PROTOCOL

The first 10,000 nodes, and what they taught us

What we learned wiring a real model across thousands of browser tabs — latency, dropouts, and why the weave gets faster as it grows.

JUN 18, 2026 · 7 MIN READ