dozzze.xyz
DOZZZE napping ยท round #0069
Dozzze
Idle Compute Mesh v0.4.0
. _____________________________________________________________ . | _______________________________________________________ | . | | | | . | | D O Z Z Z E :: MESH :: NODE #0069 | | . | | ______________________________________________________ | | . | | |:::::::::::::::::::::::::::::::::::::::::::::::::::::| | | . | | |: ___ ___ ___ ___ ___ ___ ___ ___ :| | | . | | |: |CPU| |GPU| |GPU| |MEM| |NET| |API| |LLM| |TKN| :| | | . | | |: |___| |___| |___| |___| |___| |___| |___| |___| :| | | . | | |: | | | | | | | | :| | | . | | |: +-----+-----+--[== ROUTER ==]--+-----+-----+ :| | | . | | |: || :| | | . | | |: [[ IDLE >> ALPHA ]] :| | | . | | |:::::::::::::::::::::::::::::::::::::::::::::::::::::| | | . | | ______________________________________________________ | | . | __________________________________________________________| . o o . ( ) ( )
WHAT IS DOZZZE

Turn your idle AI subscription into real money in the Memecoin market.

Your Claude Pro, ChatGPT Plus, local Ollama, idle API keys โ€” they sleep 80% of the day. Meanwhile, hundreds of new tokens spawn every minute on Solana. Traders desperately need AI to read contracts, scan holders, parse KOL sentiment โ€” but OpenAI / Anthropic bills scare them off.

DOZZZE bridges both sides โ€” you donate idle tokens, the router sends them to degens hunting alpha. You earn $DOZZZE tokens + a cut of platform fees. They get AI signals 60โ€“80% cheaper than calling the API direct. Both sides save. Idle compute wakes up.

DOZZZE z z z
DOZZZE
NODE #0069 ยท ON STANDBY

An 8-bit little robot, crooked antennas, two square eyes. Looks like it's napping โ€” actually quietly turning your idle AI compute into $DOZZZE.

I'm sleeping, but my wallet isn't.
โ–ธmacOS / Linux
โ–ธWindows / Source
โ–ธDocker
โ— v0.4.0 ยท OPEN SOURCE ยท LIVE

Node Client

One command to install ยท then three to start earning
$ curl -fsSL https://raw.githubusercontent.com/DOZZZEBOT/DOZZZE/main/scripts/install.sh | sh $ dozzze doctor # verify environment $ dozzze wallet create # creates encrypted Solana keystore $ dozzze start # light it up
โ–ธ Auto-detects local Ollama / LM Studio and runs jobs on your idle GPU
โ–ธ Your Solana wallet is your identity โ€” scrypt + AES-256-GCM on disk. No email. No KYC.
โ–ธ Stop any time with dozzze stop; uninstall by deleting ~/.dozzze/

From Source ยท any OS

Windows-friendly ยท or if you just want to read the code first
$ git clone https://github.com/DOZZZEBOT/DOZZZE.git $ cd DOZZZE && npm install && npm run build $ npm run dozzze -- doctor $ npm run dozzze -- wallet create $ npm run dozzze -- start
โ–ธ Requires Node.js 22+, npm, and an Ollama server on localhost:11434
โ–ธ 100+ unit tests ship across every package โ€” run npm test before trusting the binary
โ–ธ Apache-2.0. Fork it, break it, ship it. Just don't rug anyone.

Docker Background Node

For servers, NAS, spare Mac mini ยท builds from repo
$ git clone https://github.com/DOZZZEBOT/DOZZZE.git && cd DOZZZE $ docker compose -f docker/docker-compose.yml up -d --build $ docker compose -f docker/docker-compose.yml exec dozzze dozzze wallet create
โ–ธ Runs 24/7 in the background โ€” node-alpine image, non-root user
โ–ธ Talks to host Ollama via host.docker.internal; or uncomment the sidecar in compose for a self-contained stack
โ–ธ Keystore persists in a named volume; survives container rebuilds
โ—
Open source, self-deploy. Node detects your local Ollama / LM Studio, polls a real HTTP coordinator with SQLite persistence and bearer auth, and accrues $DOZZZE to your Solana wallet on every completed job. Treasury operators settle on-chain via pump.fun with dozzze-coord distribute. Read the architecture โ†’
01
Why This Works
THE THESIS

Your AI subscription is wasted most of the time

Claude Max resets quota every 5 hours. While you sleep 8 hours, two full quota windows evaporate. Same story for ChatGPT Plus, Gemini Advanced. That 3090 running Ollama? Actual inference time rarely exceeds 2 hours a day โ€” you pay the electricity, compute sits idle.

โ–ธ Idle AI subscription quota: estimated $15โ€“80/month of wasted value
โ–ธ Local GPU node: 24h ร— ~70% idle rate = huge sunk cost

The Memecoin market is being eaten by AI

pump.fun launches ~30,000 new tokens a day. 99% garbage, 1% could 100x. To find alpha you need to check contract code, holder distribution, smart money flows, KOL tweet timing, Telegram sentiment โ€” all at once. Humans can't keep up. LLMs excel at exactly this.

โ–ธ Degens' willingness to pay for AI signals: one right call is worth hundreds to thousands
โ–ธ But raw GPT-4 / Claude API bills scare off 90% of retail
02
How It Runs
HOW IT WORKS
01
Connect idle compute
Hook up your Claude / ChatGPT subscription, API keys, or a local Ollama node. Your compute is only routed when you're not using it.
>
02
Router dispatches jobs
Traders fire off jobs like "scan this contract" or "what is this KOL shilling?" โ€” the system matches nodes by latency, quality, and model.
>
03
Inference ยท cross-verify
Critical signals fan out to 2โ€“3 nodes for redundant verification. Outliers get slashed โ€” keeps quality consistent.
>
04
Settle ยท you get paid
Every completed inference pays your wallet in $DOZZZE tokens plus a cut of platform fees โ€” settled on-chain in real time.
03
What You Can Do Here
FOUR MODULES
[P]
Provide Compute Provide
Hook up local Ollama / LM Studio โ€” the node runs jobs when your rig is idle and logs $DOZZZE payouts. No signup, no KYC, no custody. You clone the repo and run the binary yourself.
โ— live ยท self-deploy ยท jump to install โ†‘
[H]
Hunt Alpha Hunt
AI-powered memecoin discovery โ€” new token scans, smart money tracking, contract risk checks, KOL authenticity verdicts. Node, coordinator, and consumer SDK are live; a reference Discord bot ships in examples/. Build your own alpha workflow on @dozzze/client.
โ— infra live ยท build your own ยท SDK + Discord example โ†’
[V]
Signal Vault Vault
Community-curated alpha pool. Stake $DOZZZE to unlock premium signals. Signal providers earn a cut. Good calls rewarded; bad calls slashed.
โ—‹ design phase ยท not yet built ยท open discussion on GitHub
[M]
Manual Manual
Quickstart, architecture, contributor guide, security posture. Written and shipped alongside the code โ€” links out to GitHub.
โ— live ยท README + /docs ยท open on GitHub โ†’
04
What Contributors Earn
EARNINGS PREVIEW

These are modeled estimates, assuming 8 hours of idle scheduling per day. Actual earnings depend on your model tier, node latency, job match quality, and $DOZZZE token price.

Compute Type What You Contribute Est. Monthly Compliance Risk
Local LLM Node Open-source models via Ollama / LM Studio / vLLM $40-120 Zero risk
Bring Your Own Key Your OpenAI / Anthropic / DeepSeek keys usage-based +15% rebate Zero risk
Subscription Bridging Claude Max / ChatGPT Plus sessions $80-200 Violates ToS
Raw GPU 4090 / H100 / Mac M-series inference $60-300 Zero risk

โš  About "Subscription Bridging": this path is economically tempting but clearly violates OpenAI / Anthropic ToS. If your account gets banned, that's on you.

05
Questions You Probably Have
F.A.Q.
> I don't know crypto โ€” can I still earn from my idle AI subscription? +
Yes, but with prerequisites. DOZZZE is open-source node software. You'll need: basic terminal skills (able to paste one command); a crypto wallet (Phantom, MetaMask โ€” 5 minutes to set up); understanding of seed phrase safety (most important โ€” lose it and you lose everything). If these are all new concepts, spend 30 minutes learning wallet basics first, then come connect a node.
> If I contribute an API key, can it be stolen or drained? +
Your keystore lives at ~/.dozzze/keystore.json, encrypted with scrypt + AES-256-GCM. The node never uploads it, never ships it to a server, never phones home. Your Solana wallet is your identity; we don't have it. BYOK for third-party APIs (OpenAI, Anthropic, DeepSeek) and subscription bridging (Claude Pro, ChatGPT Plus) are gated behind an explicit ToS-risk opt-in and not enabled by default. A dailyBudgetUsd cap is already in the config schema โ€” enforcement ships with the bridging flow.
> Isn't memecoin a scam? I'd feel bad helping people gamble +
Fair criticism. Our stance: we don't pass judgment on memecoin itself, but we provide better tools so traders get rugged less often. The platform doesn't shill projects, doesn't custody funds, and doesn't charge unlock fees. If you reject the whole sector, you can opt into "general AI jobs only" mode and sit out memecoin routing entirely.
> How is this different from OpenRouter, Bittensor, etc.? +
OpenRouter is an API aggregator โ€” serves developers, no app layer. Bittensor is a low-level compute network, pretty academic. DOZZZE does "vertical scenario + idle aggregation": we go deep on exactly one use case (memecoin trading) and nail prompt engineering, signal quality, and trading workflows. OpenRouter's job is to sell the API. Our job is to use AI where it matters.
> Can I run a node on a laptop? How much bandwidth? +
If you're just bridging a subscription or API key, any device with a browser works โ€” 10 Mbps bandwidth is enough. For a local LLM node, recommend 16GB RAM + 8GB VRAM or more (for Llama 3.1 8B class models), or Mac M1/M2/M3 with 16GB unified memory. Upload bandwidth of 50+ Mbps gives a better experience.
>

If DOZZZE speaks to you

No presale, no invite codes, no whitelist markup. The code is fully open source โ€” clone it, run it yourself, connect if you want. That's the DOZZZE way.

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ DOZZZE v0.4.0 ยท MADE BY DEGENS, FOR DEGENS โ”‚ โ”‚ NO VCs ยท NO PRESALE ยท JUST PROOF-OF-WORK โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
ยฉ 2026 DOZZZE MESH ยท CHECKED IN FROM NODE #0069