Mycelial Network

DEPIN · DATA-FETCH PROTOCOL

The open swarm that
fetches the public web.

A two-sided peer-to-peer network. Serve bandwidth and earn $MYC — or fetch the web at scale and pay only for what you use. No bans. No middlemen.

SUPPLY

Serve bandwidth,
earn $MYC

Run a lightweight node. The swarm routes public-web fetch requests through your connection and pays you per gigabyte served. Idle bandwidth becomes income.

  • One-click node, Mac · Windows · Linux
  • Off-chain credit ledger, batched on-chain settlement
  • Set your own caps — you stay in control
DEMAND

Fetch the web,
pay per GB

Route your requests through thousands of residential nodes worldwide. Beat rate limits and IP bans with a genuinely distributed swarm — not a datacenter range.

  • Drop-in HTTP/SOCKS endpoint
  • Per-request geo-targeting across 196 countries
  • Usage-based pricing, no monthly minimums

HOW IT WORKS

Three threads, one network.

01

Connect a node

Install the node app. It announces your spare bandwidth to the coordinator and joins the swarm in seconds.

02

Route & relay

Consumers send fetch jobs. The coordinator matches each to the best node by geo, latency, and reputation — then relays the response end-to-end encrypted.

03

Settle in $MYC

Credits accrue off-chain per GB. Batches settle on Solana, so fees stay near zero and payouts stay fast.

FOR DEVELOPERS

Swap one line.
Reach the whole swarm.

Point your existing client at the Mycelial endpoint and your requests fan out across the network. SDKs for Python, Node, and Go.

# pip install mycelial
from mycelial import Swarm

swarm = Swarm(api_key="myc_live_…")

res = swarm.fetch(
    "https://example.com/data",
    geo="DE",        # route via Germany
    render=True,      # JS-rendered
)
print(res.status, res.gb_used)
Mycelial Network

Join the swarm.

Early nodes earn boosted $MYC. Get on the waitlist before mainnet.