ProxyHubb Docs

Concepts

Mental model for buyers, providers, settlement, and the three ways to pull traffic.

ProxyHubb is a Solana-settled residential proxy marketplace. Buyers consume bandwidth through the edge gateway; providers run a tunnel daemon and earn from metered usage.

Roles

RoleWhat they do
BuyerAuthenticate (wallet JWT or API key), obtain proxy credentials, send CONNECT/SOCKS5 traffic to :8090
ProviderRun provider-node against tunnel :3128, keep proof signing keys safe, list supply
PlatformControl API (orders, wallet, entitlements) + edge gateway (sessions, metering) + Solana settlement

Three buyer access paths

PathCredential at :8090Best for
Session intentsession-intent / intent tokenQuick Connect, rotating/sticky trials
Marketplace orderOrder username / passwordEscrow-backed bandwidth purchase
Bulk poolPool endpoint username / passwordPartners automating many endpoints under one API key

Deep dive: Access paths.

Planes

PlaneComponentsPublic surface
ControlControl API (api.proxyhubb.com)Auth, listings, orders, wallet, passes, pools
DataEdge gatewayBuyer :8090, provider tunnel :3128
SettlementSolana program + custodyEscrow fund/confirm, batch settlement

See Architecture and Metering.

Entitlements

Concurrency and bandwidth for intents/orders are gated by Access Passes (preferred) or legacy subscription entitlements. Exhausted quota returns plan_bandwidth_quota (typically 403).

See Access Passes.

Next

  1. Access paths — intents vs orders vs pools
  2. Escrow & orders — marketplace lifecycle
  3. Metering — how bytes become settlement
  4. Architecture — ports and request flow