Jul 11, 2026 · 4 min read · GameMantra Team

What virtual currency expiration rules require in 2026

EU guidance on unused game currency, Japan's expiration rule, and US unclaimed-property law are converging on the same question: whose money is it

Most studios book premium currency as revenue the moment a player buys it. Regulators in three separate legal frameworks are increasingly treating that assumption as wrong, at least for the portion of that currency the player never actually spends. None of these rules are new exactly, but 2026 is the year enough of them have moved from guidance to active enforcement attention that a studio's counsel should be checking the specifics rather than assuming the old assumption still holds.

The EU consumer-protection angle

The Consumer Protection Cooperation Network, which coordinates enforcement across EU member states, has flagged virtual currency in games as an area needing clearer consumer protection, specifically around a player's right to withdraw from a purchase within a set window after buying it. For unused currency purchased inside the EU, that withdrawal right applies the same way it would to any other digital purchase — the fact that the currency sits in an in-game wallet rather than a shopping cart doesn't remove the consumer-protection obligation. A studio that treats a currency purchase as final the instant payment clears is treating it more finally than EU consumer law currently supports.

This sits alongside, but is distinct from, the loot box disclosure rules and the Digital Fairness Act work already reshaping odds transparency and minor protections in the EU. Those are about what a player is buying and whether the terms are fair. This is about whether a completed purchase of currency the player hasn't spent yet is genuinely final, and what happens if they want it back.

Japan's expiration rule

Japan's law governing prepaid payment instruments carves out an exemption for currency that legally expires within six months of being issued — a specific, well-established rule that's part of why studios operating in Japan commonly attach a defined expiration window, often around 180 days, to premium currency balances specifically for that market. This isn't an arbitrary studio choice or a dark pattern designed to pressure spending. It's a compliance mechanism: currency that expires inside that window falls under a lighter regulatory category than currency that doesn't, and studios that skip the expiration notice for Japanese players are often accepting a heavier compliance burden without realizing they had a lighter option available.

The US unclaimed-property risk

The US angle is less about the purchase itself and more about what happens to currency that's purchased and simply never redeemed. Revenue from currency bought but never spent on an item or service is commonly called breakage, and in a growing number of states, breakage can be treated as property under unclaimed-property law rather than as revenue a studio gets to keep indefinitely. Where that applies, an issuer has an obligation to remit the value of unclaimed currency to the relevant state after a dormancy period — commonly measured in years, not months — rather than recognizing it as revenue forever.

This is the least understood of the three, largely because it sits in state-level unclaimed-property statutes that finance and legal teams review for far more conventional assets — unclaimed payroll, unredeemed gift cards — and virtual currency simply hasn't been on that checklist historically. It's increasingly being added to it.

What this means architecturally, not just legally

All three of these rules point at the same underlying gap: a running currency balance alone can't answer the questions a regulator or a dormancy audit will actually ask. "How old is this specific chunk of currency," "when was it purchased," and "has it crossed a withdrawal or expiration window" are all questions that require a per-purchase, per-player ledger — a record of individual currency grants with a purchase date and, where applicable, an expiration date attached to each one — not just a single number representing however much currency a player currently holds.

A studio building currency tracking as a single mutable balance, which is the simplest and most common approach, will find itself unable to answer any of these questions without a costly retrofit if a regulator or an unclaimed-property audit ever asks. A studio tracking currency as an append-only ledger of individual grants, each with its own timestamp and source, can answer all three without much additional engineering — the data was already being recorded for economy analytics, it just needs to be queryable by grant age and purchase date rather than only by current total.

The honest limit here

None of this is legal advice, and no platform tooling substitutes for a studio's own counsel reviewing which of these rules actually apply to which markets it operates in — the specifics vary by jurisdiction and change as enforcement priorities shift. What a platform can do is make sure the underlying data exists in a form that answers the question when counsel asks it. gamemantra's economy tracking records currency grants as individual, timestamped events rather than a single running balance specifically so that a per-purchase question like this one has an answer without a data-engineering project attached to it.

Share this post

See what this looks like for your game.

SDK for Unity and Unreal. A 20-minute call to walk you through it.

Book a demo