The premise

Everybody has a phone bill.

The proven mechanic is that a fee buys a real good. The open question has always been which good. Roamur’s answer is the one thing every holder on earth already pays for every month.

1.The mechanic is proven. The payload was wrong.

A protocol charges a fee, the fee settles into a treasury, and the treasury buys something real for the people who hold the token. That loop works. It has been demonstrated, and the demonstrations that worked all share one property: what arrives is a good, not a number.

The versions that have shipped bought inference credits. Compute is a fine thing to be given if you are the kind of person who uses it, and that is a small fraction of any token’s holders. The rest receive a voucher for something they will never redeem, which is a return with extra steps and worse tax treatment.

Mobile data has none of that problem. It is the most universally wanted consumable there is. It is metered, it is portable, it is bought in units that make sense at any size, and the person receiving it does not need to be told what it is for. Nobody has to be taught to want gigabytes.

2.How it works, in four steps

A trade pays a fee. 1.50% on a trade, both directions, settling into the treasury on chain.

A share converts to data allowance at face value, credited to holders hourly by time-weighted balance.

Holders claim an eSIM profile funded from their balance — a real, installable profile, not a credit note.

Claim again when it is spent. The rest stays in the balance rather than sitting idle on a profile nobody is using. That last step is the one most designs get wrong: pushing the whole allowance onto a profile at once looks generous and wastes most of it.

Trade fee1.50%, both directions
Share to holders50%
Accrualhourly, time-weighted, a ledger row rather than an on-chain transaction
Minimum holdinga floor, averaged across the window
Claim ceilingone tranche at a time

3.The net rate, stated plainly

Net of everything, 0.75% of traded volume arrives as data allowance.

1.50% of a trade, half of which goes to holders. Per $100 traded that is $1.50 in fee and $0.75 converted to allowance. There is no second number that is larger and no gross figure quoted anywhere for the sake of a headline.

How much data $0.75 buys depends on what a provider charges, which is not known, because no provider is contracted. That is the honest end of the sentence and it does not get trimmed off.

4.The token’s only job

Holding is the only way to receive the allowance. There is no staking contract, no lock, no registration, no dashboard sign-up. The tokens in the wallet are the account.

This is a deliberate refusal of the usual design. The moment a protocol requires a deposit into a staking contract to receive its benefit, it has introduced a smart-contract risk that did not need to exist, and it has quietly excluded everyone who will not sign that transaction. Accrual reads a balance. Reading a balance cannot lose anyone’s money.

5.Accrual is a ledger row, not a transaction

Crediting every holder hourly on chain would cost more in gas than the allowance is worth, and the cost would scale with the number of holders — the protocol would get worse at exactly the moment it got popular.

So accrual is an off-chain ledger row computed from on-chain balances, time-weighted across the window. The inputs are public and anyone can recompute them from the chain. The output is a claim right, and the claim is the on-chain event.

The minimum holding is a floor averaged across the window rather than a snapshot, because a snapshot is a thing to game: buy at the hour mark, sell after. An average over the window makes the cheapest way to qualify simply holding.

6.The provider is a real dependency, and it is not signed

This is the part of the product that is not software. An eSIM profile comes from a company, that company can fail, raise prices, or decline to serve a country, and no amount of on-chain design makes that go away.

What a provider has to do before it appears anywhere on this site:

  • Bulk purchase through an API, at a price we can publish.
  • Programmatic provisioning, so a claim issues a profile with no human in the loop.
  • No KYC required for delivery.
  • A coverage list it publishes itself, that we can link to rather than paraphrase.
  • A stated failure mode, published here, before anyone depends on it.

None is contracted. A vendor that cannot be named should not be used, and one that has not signed cannot be named — so there is no logo on the coverage section, no country count in the headline, and no “150+ countries” claim that a reader cannot check against somebody’s published list. That number is the easiest one in this category to write and the least defensible.

If the provider is unavailable, accrual continues — a balance is a ledger row and does not depend on them — and claiming stops until they are back or a second provider is in place.

7.Every number on the site is read, and most of them are zero

Fees collected, data delivered, treasury balance, your weight, your unclaimed allowance: all zero. Not withheld, not “coming soon”, not a placeholder counter spinning up from a seed. Zero, labelled as genuinely zero, because zero is the true amount.

The one figure that is genuinely live is the Robinhood Chain block height, read in the browser on a 30-second interval, shown beside every zero so the read can be checked. A number that cannot be read is reported as a failed read rather than quietly becoming a zero — those are different things and the interface distinguishes them.

Every pre-launch product in this category shows a number: a waitlist count, a testnet volume, a “trusted by” strip. Roamur shows an empty table, because an empty table is what is true.

8.Splits do not break the treasury

The fee arrives denominated in Robinhood Stock Tokens, which handle splits and dividends through an on-chain multiplier under ERC-8056 rather than by minting. Raw balance stays fixed; uiMultiplier() gives the effective ratio, and every value is computed as raw × multiplier.

Every multiplier on the chain reads 1.0 today, which is exactly why hardcoding it is dangerous. A system that skips the call works perfectly until the first split, and then tells every holder the treasury halved overnight. The helper exists in the codebase before the treasury does, so it cannot be the thing that gets added later.

9.Why Robinhood Chain

The mechanism needs a fee stream large enough and boring enough to fund a consumable. Trading activity in tokenised equities is both: it is continuous, it is denominated in something with a price feed, and it is not dependent on any single asset staying interesting.

Robinhood Chain is where those instruments and ordinary tokens are the same kind of object, in the same wallet, priced by the same infrastructure. Chain ID 4663, ETH for gas, per-asset Chainlink feeds, and a Blockscout instance where every address on this site can be opened and checked.

Built on Robinhood Chain. Not affiliated with, endorsed by, or connected to Robinhood Markets, Inc. or any company named on this site.

10.What this is not, and will not be called

No annualised percentage appears on this site. No income framing, no forecast of what an allowance will be worth, no “earn” presented as a rate of return. Not because that vocabulary is legally risky — though it is — but because it describes a different product from this one, and the words are banned in the build rather than merely avoided in the draft: a CI check fails the build if any of them appear, including inside a sentence denying them. A rule with a carve-out for “but we said the opposite” is a rule that gets argued with later.

The allowance is a promotional grant of product access. It is denominated in data, it is not redeemable for cash, and it is not a return on an investment. If it were redeemable it would be a distribution, and this would be a different document with different lawyers attached to it.

Nothing here ranks anything, recommends anything, or projects what any holder will receive. A protocol that starts forecasting allowances has started selling an expectation, and an expectation is the one thing it cannot deliver.

11.The honest limits

This is the part most projects leave out.

Nothing is deployed. There is no $ROAMUR token, no fee splitter, no treasury and no accrual ledger. There is a specification, a site that reads the chain, and a waitlist. Everything else is a description of a design and says so.

No provider is contracted, so the coverage section is empty and the delivered total is zero. Both stay that way until somebody signs.

The allowance depends on a third party. If they go down, claiming stops. Accrual does not, but a balance you cannot spend is not the same as data on a phone.

Fee income is not steady. It is a share of trading volume, and trading volume collapses. A quiet month is a small allowance, and there is no mechanism here that smooths that or pretends otherwise.

Consumer-telecoms rules may apply in some jurisdictions depending on how delivery is structured. That is being checked before launch rather than after.

There is nothing to audit yet. No contracts exist. Any that ship will say whether they have been audited, and by whom.

12.What you actually own

Robinhood Stock Tokens are tokenised debt securities issued by Robinhood Assets (Jersey) Limited. They give economic exposure to a share price. They are not shares: no ownership of the company, no voting rights, no claim on the underlying stock.

They are not offered in the United States, Canada or the United Kingdom. The fee that funds the allowance comes from trading them, so that restriction reaches the mechanism itself and not merely a token being discussed. There is no workaround, and there is no joke to be made about one.

$ROAMUR is the access layer. It is not presented as an investment, carries no promise of profit, no revenue share, and no claim on protocol fees. Nothing on this site is financial advice.

13.The loop

A trade pays a fee → the fee settles on chain → half converts to allowance at face value → holders accrue hourly, weighted by how long they held → a holder claims a profile → they install it and use it → it runs out → they claim again.

No staking step. No sign-up. No committee deciding who qualifies. No expiry that quietly reclaims an allowance somebody earned.

14.The premise in one paragraph

Roamur turns a share of trading fees into mobile data and credits it to holders every hour, weighted by how long they held, claimable as a real eSIM profile. The fee is 1.50% both directions, half goes to holders, and 0.75% of traded volume arrives as allowance — stated once, net, with no larger gross number anywhere. Holding is the only requirement, because the tokens in the wallet are the account. It exists because the fee-buys-a-real-good mechanic works and everything it has bought so far has been useful to a small fraction of the people receiving it. Everybody has a phone bill. Nothing is deployed, no provider is contracted, every figure on the site reads a true zero, and the site says all three in its own footer rather than in a changelog.

15.Closing

The hard part was never the mechanism. It was picking something to buy that the person receiving it actually wanted.

Hold the token. Get mobile data. Anywhere in the world.

Join the waitlist

Hold the token. Get mobile data.