Proof
- Up to $0.50 per user per month
- No ad inventory, no paywall
- Caps enforced inside the Rust core
- First 100 devices, no sales call
- One Gradle line, minSdk 24
What it pays, precisely
Up to $0.50 per user per month. The rate is per country and your full rate card is in your dashboard from the moment you sign up.
The money accrues daily. A user counts for a day once their device has been sharing for 60 minutes in that day, each qualifying day is worth the monthly rate divided by the days in that month, and the month is the sum of its days. A device that shares for 59 minutes on a Tuesday earns nothing for that Tuesday — there is a bar and it is worth stating plainly.
Devices on hosting, datacenter or VPN IPs are not counted.
The arithmetic is written out in full, including what happens when your install base doubles mid-month.
What actually runs on the device
A background task that yields to the app it lives in. When a limit is reached — a data cap, or sustained load on the device — it opts the device out entirely and checks back later, rather than quietly throttling and staying resident.
We do not describe it as running only when the phone is idle, because deciding what "idle" means on a phone is a hard problem and most implementations solve it by ignoring the question. Continuous operation inside hard limits is the honest design, and it is the one you can verify.
The traffic goes to public web data collection: price and availability monitoring, flight and hotel search, SEO and ad verification, market research, and AI training data. A permanent blocklist covers .gov and .edu, banks and financial institutions, card processors, login endpoints, sensitive APIs, any reported-abuse domain, and the user's own local network.
Before you integrate anything
- Read the consent screen the SDK will show your users. If a vendor will not show it to you before integration, that is your answer.
- Ask which limits you are allowed to change. The correct number is zero.
- Ask what happens under sustained load. "Throttles" is a worse answer than "opts out".
- Ask who buys the traffic and what is blocked.
- Ship it behind a flag to 1% of users and watch your crash-free rate and your retention curve for a week.
Your first 100 devices go live without talking to anyone, which exists so that step 5 costs you an afternoon and nothing else.
How it works has the full technical description, and our ethics page has the part about what we will not do.