How DePINly estimates Roam Network earnings. Last verified 2026-05-21.
TL;DR
Roam is a decentralized wireless (WiFi + eSIM) DePIN with a points system. Roam does not publish a points→ROAM conversion (rewards are split through pools weighted by sticker rarity, node health and epoch — it dilutes). So the deterministic, sourced output is Points/month; the ROAM/USD figure is an explicitly illustrative band, never a quoted rate.
Token reality (verified)
- ROAM is LIVE: ~$0.009, market cap ~$3.1M, circulating ~349M / total ~996M / max 1B. ATH $0.41 (≈ −98%).
- ⚠️ Multichain: Solana + BNB Smart Chain (CoinGecko
roam-token) — not peaq-native. peaq integration (peaqID, peaq as L1) is announced; classifiedaffiliatedin our catalog, like NATIX/Bistroo. - ⚠️ Docs reference a separate $XRO token ("economic engine") — relationship to ROAM unclear. Flagged, not modeled.
Verified point rates (Roam app · Messari · DePINScan)
| Action | Reward |
|---|---|
| Add private WiFi (with password) | 100 pts once + up to 12 pts/day (node health) |
| Daily check-in | 10 pts + 1 sticker + 5 eSIM credits |
| Referral (successful) | 30 pts |
| Miner owners (Rainier MAX60) | Miner Pool — higher rate |
Formula
wifiDaily(health) = nodes × 12 × health × 30 // health 0.3 / 0.6 / 1.0 → low/mid/high
monthlyPoints = wifiDaily(health) + checkInDays×10 + referrals×30
oneTimeWifiBonus = nodes × 100
estRoam{Low,Mid,High} = monthlyPoints{Low,Mid,High} × ROAM_PER_POINT{0.0005,0.0015,0.004} × minerMult
estUsd = estRoam × live ROAM price
Assumptions & confidence
| Assumption | Value | Confidence | Basis |
|---|---|---|---|
| Point rates | per table | 🟢 High | Roam app + Messari/DePINScan |
| Node-health band | 0.3–1.0 of 12/day | 🟡 Estimate | "up to 12/day" official; split is ours |
| Miner Pool multiplier | ×1.5 | 🔴 Low | Illustrative — exact Miner Pool rate not published |
| ROAM per point | 0.0005–0.004 band | 🔴 Low | Not published — DePINly illustrative heuristic |
| Live ROAM price | CoinGecko roam-token | 🟢 High | Live |
NOT modeled
Sticker rarity (rarity-weighted Sticker Pool — lottery-like); Staking / Lock-Up pools; the Token Reversal Pool; eSIM credit value; the points→ROAM pool economics (unpublished); ROAM↔$XRO relationship. The token is multichain and ~98% below ATH.
Confidence rating
🟡 — Token is live and point rates are well-sourced, but the points→ROAM conversion and pool economics are opaque (dilutive), and ROAM is multichain, not peaq-native. Points/month is the trustworthy number; ROAM/USD is illustrative.
Sources (verified 2026-05-21)
- Roam joins the peaqosystem
- CoinGecko — roam-token (Solana + BNB contracts)
- HackerNoon — reward pools / token reversal
- DePINScan — Roam · Messari overview · docs.roam.network · weroam.xyz
Code
- Formula:
src/lib/peaq-subdepins/roam-calc.ts - UI:
src/components/calculators/peaq/RoamCalculator.tsx - Page:
src/app/calculate/peaq/run/roam/page.tsx
These figures are point estimates inside a wide band and depend on local demand, hardware, uptime and token price. They may be wrong in either direction. Nothing here is financial advice — always do your own research.
Methodology updated 2026-05-21 · View source on GitHub →