How DePINly estimates DIMO vehicle-data earnings. Last verified 2026-05-22.
TL;DR
Connect your car to DIMO and earn $DIMO for sharing telemetry (location, mileage, health). Tesla/EVs connect via API (no hardware); modern cars (2008+) use the DIMO LTE R1 OBD-II dongle (~$129); pre-2008 cars are incompatible.
Earning mechanics
- Earnings scale with hours driven × variety × data level (premium data = more rewards).
- Base ≈ 10 $DIMO / hour driving (backward-calibrated), then × variety/data multipliers.
- Hardware breakeven on the ~$129 dongle for non-Tesla cars.
Formula (sketch)
monthlyDimo ≈ hoursDriven × BASE_PER_HOUR(10) × varietyMult × dataLevelMult
monthlyUsd = monthlyDimo × DIMO_price ; breakeven = hwCost ÷ monthlyUsd
Assumptions & confidence
| Assumption | Basis | Confidence |
|---|---|---|
| LTE R1 dongle ~$129 | store.dimo.org (Macaron retired 2025) | 🟡 |
| Base 10 $DIMO/hr + multipliers | backward-calibrated to ~$5-30/mo reports | 🔴 ESTIMATE |
| Compatibility (OBD-II 2008+) | DIMO docs | 🟢 |
| DIMO price | CoinGecko live | 🟢 |
NOT modeled
Baseline connection rewards vs active-driving split changes, manufacturer API restrictions, referral/marketplace bonuses, DIMO price volatility.
Confidence rating
🟡 — Compatibility and hardware are clear; reward magnitudes are backward-calibrated estimates from driver reports, shown as ranges.
Sources (verified 2026-05-22)
DIMO docs · store.dimo.org · Discord/Reddit driver reports · CoinGecko (dimo).
Code
src/lib/calculators/dimo-rewards.ts · src/components/calculators/dimo/DimoCalculator.tsx · src/app/calculate/dimo/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-22 · View source on GitHub →