system online · no logs · no tracking · no kyc tor: v3 ready
root@neverkyc:/blog/anonymous-esim-grapheneos-burner-phones-2026$ cat post.md

Anonymous eSIM for GrapheneOS and Burner Phones 2026

// by ~anon · 2026-06-01 · mock,auto-generated,en

Anonymous eSIM for GrapheneOS and Burner Phones 2026

A SIM card is the most honest piece of hardware in your pocket. Whatever effort you spend on Tor, on Monero, on encrypted messaging, the cellular modem keeps a steady whisper of your IMSI, your IMEI, and your approximate location to the nearest tower — and from there to whatever subpoena, ad-tech pipeline, or data broker is buying the feed that month. The 2025 T-Mobile settlement around the 2023 breach paid out roughly $350 million precisely because that whisper is so valuable when correlated with anything else. If you have moved coins through MoneroSwapper and then carried a KYC-linked SIM into the café where you opened the wallet on Wi-Fi, you have done the heavy work of privacy and then handed away the receipt. An anonymous eSIM paid in XMR, provisioned onto a clean GrapheneOS device, is the cheapest way to close that gap in 2026.

Why mobile metadata defeats coin-level privacy

Monero protects what most chains leak: amounts via Bulletproofs+, senders via ring signatures and CLSAG, recipients via stealth addresses. None of that protection survives a careless device. The cellular network sees a SIM tied to a passport-verified account at one address, a base-station handoff at another, and a Wi-Fi MAC at a third — and a single correlation request reassembles the day. The cryptography did exactly what it claimed; the operational security did not.

  • IMSI is permanent: Even when you swap eSIM profiles, the embedded UICC chip holds an EID that uniquely identifies the device to every carrier you ever talk to. Treat the device as the identity, not the profile.
  • Tower logs are subpoena-grade: Carriers retain cell-site location for 18 months to 7 years depending on jurisdiction, and they answer to court orders, national-security letters, and — in some markets — direct data-broker resale.
  • Carrier APIs leak silently: A 2025 audit by the EFF found 14 US carriers still selling "anonymized" location bundles to ad networks despite the 2020 FCC enforcement action against the same practice.
  • Apps assume your number is you: WhatsApp, Telegram, Signal, banking apps, two-factor — all of them anchor identity to MSISDN. A KYC SIM under the floorboards of a clean Pixel still betrays everything above it.

This is why the burner-phone tradition exists, and why simply buying a cheap prepaid SIM at a kiosk no longer suffices. Most countries that mattered for casual cash purchases — Germany, Spain, Italy, the UK, Brazil — pushed through mandatory SIM registration between 2017 and 2024. By 2026 only a handful of jurisdictions still sell unregistered physical SIMs over the counter, and even those tend to retain CCTV footage of the buyer. The eSIM ecosystem, paradoxically, has become the more private option.

The anonymous eSIM landscape in 2026

An eSIM is a software profile written to the embedded UICC of a modern phone via a QR code or activation string. Because the profile is detached from a physical retail purchase, a handful of providers have built businesses around selling eSIM data plans for cryptocurrency without identity verification. The user pays in Bitcoin, Monero, or Lightning; receives an activation code by email or onion service; and installs it on a device that has never touched a real-name account.

Three properties distinguish a usable anonymous eSIM from a marketing claim:

What "no-KYC" really means here

Some providers accept crypto but still capture an email, an IP, a device fingerprint, or a checkout-page cookie that can later be matched to a deanonymized payment. A real no-KYC offering accepts a disposable email or none at all, runs an onion mirror, accepts native XMR (not just Bitcoin routed through a processor that does KYC on the merchant side), and stores no usage telemetry beyond what the upstream MNO contractually forces.

What "anonymous" stops covering

Even the strictest no-KYC eSIM still hands your traffic to a real mobile network operator somewhere — Truphone, Telna, Three UK, 1NCE, or a local equivalent — and that MNO sees the same IMSI, the same tower handoffs, and the same device profile any other SIM does. You have anonymized the purchase and the billing, not the radio layer. Pair the eSIM with a VPN, with Orbot, or with a Wi-Fi-only profile, and you separate the radio identity from the application traffic on top of it.

ProviderPaymentEmail requiredNotable
Silent.linkBTC, XMR, LNOptionalOnion mirror, per-MB billing, no expiry
Crypton.shBTC, XMR, LNOptionalBundles inbound SMS number, useful for OTP burners
1eSIMBTC, ETH, USDTYesWide MNO coverage, no native XMR
eSIM4TravelBTC via BTCPayYesRegional plans, requires basic email
YesimFiat + BTCYesMainstream app, weakest privacy posture of the five

Silent.link and Crypton.sh remain the two operators that the GrapheneOS and Monero communities reference most consistently in 2026 because they accept native Monero and run reachable onion endpoints. Both bill per megabyte rather than per month, which suits a burner profile that should never carry consistent usage anyway. A typical 1 GB top-up costs the XMR equivalent of $4–8 depending on the regional bundle.

GrapheneOS: hardening the device under the SIM

An anonymous eSIM on a stock Android device leaks back through Google Play Services, the default DNS resolver, the carrier-services package, the Google network-location provider, and a dozen telemetry endpoints baked into the OEM image. GrapheneOS is the only widely audited Android distribution that strips those vectors out of the base system rather than papering over them with after-market firewalls.

The supported hardware in 2026 is the Pixel line from Pixel 6 forward, with full security-update coverage through Pixel 10 Pro and Pixel 10. Earlier Pixels can still run GrapheneOS but no longer receive Google's monthly firmware patches, which matters because GrapheneOS inherits baseband fixes from upstream. For a burner build, the sweet spot is a used Pixel 8 or Pixel 8a bought in cash from a second-hand market — supported through at least 2030, cheap enough to abandon, and recent enough to carry the Titan M2 secure element.

What GrapheneOS gives you for free

  • Hardened memory allocator: Mitigates the class of heap exploits that have been used in carrier-implant cases (the 2023 Pegasus zero-clicks targeted the same primitives).
  • Network and sensor permission toggles: An app can be installed but quarantined from the network — useful for OTP apps, authenticators, and offline wallets.
  • User profiles with cryptographic separation: Spin up an "errands" profile that has the eSIM enabled and a "private" profile that runs Wi-Fi + Orbot only. Each profile has independent storage, independent app sets, and independent encryption keys derived from the user's password.
  • Sandboxed Google Play: If you need any Play-Services-dependent app at all, it runs as a normal user-installed app with no special privileges, not as a privileged system component with root-level reach.
  • MAC and Wi-Fi randomization on by default: Per-network randomization plus full re-randomization on every connection.
  • Connectivity-check toggle: Disables the Google captive-portal probe so the device does not phone home on every Wi-Fi join.
  • LTE-only and 5G-SA-only modes: Disables fallback to 2G, which is the primary attack surface for IMSI catchers and Stingray-class devices.
A burner phone that boots into a clean GrapheneOS profile, with the eSIM only enabled when actively needed, costs less than the average legal retainer and provides more practical protection than most consumer "privacy phones" sold for ten times the price.

Step-by-step: provisioning an anonymous eSIM on GrapheneOS

  1. Acquire the hardware in cash. Buy a used Pixel 8 or Pixel 8a from a private seller, a flea market, or a second-hand store that does not require ID. Pay in physical currency. Decline any receipt that captures contact details. Reset the device to factory state on the spot before leaving.
  2. Flash GrapheneOS from a non-attributable network. Use a Tails USB on a public-library laptop, or a personal laptop on a coffee-shop Wi-Fi you have never used before, to run the GrapheneOS web installer. The installer flashes the factory image, locks the bootloader, and verifies the hardware-backed attestation. Do not sign into a Google account at any point.
  3. Create the burner user profile. Boot the fresh install, set a strong owner password, then create a secondary user named "burner" or similar. The owner profile stays empty as a decoy. All operational work happens inside the secondary profile.
  4. Acquire Monero through MoneroSwapper. From a different machine on a different network, swap BTC, USDT, or another asset to XMR using MoneroSwapper.io. Send the output to a fresh subaddress on a Feather or official Monero wallet that has never seen identity-linked coins. The atomic swap or pool route hides the on-ramp from the eSIM provider.
  5. Buy the eSIM. Through Tor Browser on the burner device's Wi-Fi connection (or on a separate, clean laptop), visit Silent.link or Crypton.sh on their onion mirror. Choose a regional plan that matches where the device will physically operate. Pay the XMR invoice from the wallet funded above. Save the QR code locally — do not screenshot to any cloud service.
  6. Install the profile inside the burner user. In the secondary profile, open Settings → Network → SIMs → eSIM → Add → scan QR. The profile downloads via the SM-DP+ server in seconds. Disable any provisioning notifications.
  7. Lock down the radio. Set Preferred Network Type to 5G-SA or LTE-only. Disable 2G fallback. Disable VoLTE if your threat model excludes voice. Enable airplane mode by default and toggle cellular only for the specific window when you need it.
  8. Verify isolation. Use the Network Permission toggle to deny network to every app that does not strictly need it. Install Orbot or Mullvad VPN inside the burner profile. Confirm that the device leaks no DNS to the carrier APN by routing through the VPN's DNS.

Real-world threat model and a worked example

Consider a freelancer in a jurisdiction where holding self-custodied Monero is legal but socially fraught: an EU citizen working remotely, paid partly in XMR by an offshore client, who wants the income, the wallet, the messenger, and the daily phone life to remain unlinkable. The threat is not a nation-state Pegasus deployment — it is the boring, lawful, ambient surveillance of carrier records being sold into ad-tech aggregators that then resell to anyone with a credit card, plus the occasional employer or insurer background check that pulls from those same brokers.

The freelancer's primary phone is a Pixel 8 on stock OS with a KYC carrier SIM — used for family, banking, and government services. The burner is a second Pixel 8a running GrapheneOS, with a Silent.link eSIM paid for through XMR routed via MoneroSwapper.io and an atomic swap. The burner stays at home in a Faraday pouch during the day and travels with the freelancer only when needed for a specific operational reason: receiving a payment confirmation SMS, joining a Briar mesh meet, or running a SimpleX Chat session over cellular when home Wi-Fi is unavailable.

The freelancer never lets the two devices be powered on in the same location simultaneously. The carrier sees the burner only in cells where the primary is absent. Even if a broker buys the location bundle for the burner's IMSI, there is no co-location pattern with the KYC phone to anchor the identity. Even if Silent.link were compelled to disclose customer data, there is no email, no IP that does not transit Tor, and no payment trail that resolves backward to a bank account. The cryptography of Monero's ring signatures and stealth addresses handles the on-chain side; the GrapheneOS + eSIM stack handles the radio and device side; the operational discipline handles the correlation.

The cost: about $180 for the used Pixel 8a, $25 in initial XMR for data top-ups, and an hour of setup time. Total round-trip from cash withdrawal to first sent message: under two days.

Common mistakes that void the work

  • Restoring a backup from the old phone: Pulls in account tokens, advertising IDs, and contacts that re-link the burner to the primary identity. Start fresh.
  • Using the same Wi-Fi network for both devices: Router DHCP logs and ISP records correlate the two MACs even when MAC randomization is on, because the timing pattern is distinctive.
  • Signing into Google Play to install one app: Single sign-in is enough to seed the device with an advertising ID and persistent identifier. Use Aurora Store or F-Droid; if a specific Play app is unavoidable, install it through sandboxed Play in a throwaway profile and uninstall after.
  • Buying the eSIM and the phone within the same minute: Timing correlation between the cash withdrawal, the cellular pay-system, and the eSIM purchase can be reconstructed from CCTV and bank logs. Space the events across days, ideally across different cities.
  • Forgetting the EID: Each eUICC has a permanent identifier. If you ever provisioned a KYC eSIM on this same device — even briefly — the EID is already in carrier databases linked to your identity. Burner devices should have only seen anonymous profiles.

FAQ

Is using an anonymous eSIM legal?

In most jurisdictions, yes — the laws that require SIM registration apply to the issuer's customer record, not to the buyer's intent to remain private. The provider performs whatever paperwork their home regulator requires (often none, because they operate as resellers in privacy-permissive markets), and you are simply their customer. A handful of countries — Egypt, Saudi Arabia, Nicaragua, Pakistan, parts of China — restrict the use of foreign-issued eSIMs in practice, and a few criminalize unregistered SIM use outright. Check your local rules; in the EU, US, UK, Canada, Australia, Japan, and most of Latin America, the practice is unambiguously legal as of 2026.

Does GrapheneOS work with any eSIM provider, or are there compatibility issues?

GrapheneOS handles eSIM provisioning through the same Android Telephony stack as stock Pixel firmware, so any provider whose QR code activates on a stock Pixel will activate on GrapheneOS. The only catch is that some providers gate downloads through a carrier app distributed via the Play Store; if so, install that app inside sandboxed Google Play in a dedicated profile, scan the QR, then uninstall. Silent.link and Crypton.sh do not require any app — the QR alone provisions the profile.

How is paying in Monero better than paying in Bitcoin for the eSIM?

A Bitcoin payment is publicly traceable on a transparent ledger; chain-analysis firms routinely tag exchange withdrawals, peel chains, and cluster addresses. Even a CoinJoined output retains heuristic tells. Monero's RingCT, CLSAG, and stealth address construction make the same payment graph unreadable by design, and Dandelion++ obscures the IP-level origin of the broadcast. When the eSIM provider's payment processor is later breached or subpoenaed, the Monero invoices yield nothing useful; the Bitcoin invoices yield a chain forensic trail back to your on-ramp.

What happens if the eSIM provider gets shut down or banned?

The profile already provisioned on your device continues to work until the underlying MNO contract expires or the credit runs out — there is no kill switch from the reseller's side once the SIM-DP+ download has completed. Top-ups become impossible if the provider site goes dark, but the existing data plan keeps functioning. The pragmatic response is to keep two providers' eSIMs ready in separate burner profiles and rotate, the way operational users rotate between MoneroSwapper and a secondary swap service in case any one of them faces downtime.

Can law enforcement still locate a phone with an anonymous eSIM?

Yes — at the network level, a powered-on eSIM is identical to a registered SIM. The IMSI is visible to every tower it touches, and a triangulation order can pinpoint the device within tens of meters in urban areas. The anonymity is in the link between the device and any specific person, not in the device's invisibility. Practical defenses are temporal (only powering the device on briefly, in locations not associated with you) and spatial (treating the device as compromised the moment it is co-located with anything else of yours). The eSIM hides who you are from the network's customer database, not where the active device is right now.

Do I need a VPN if I already have an anonymous eSIM and GrapheneOS?

Yes, for any traffic that matters. The MNO behind your eSIM can still see every domain you resolve via DNS and every IP you connect to. A VPN (or Tor through Orbot) closes that hole, leaving the carrier with only the fact that encrypted traffic flowed — not what it carried. The combination is what defeats both the operator and the resellers who buy access to operator logs.

Conclusion

Mobile metadata is the last loose thread in most threat models that otherwise treat coin-level privacy as solved. An eSIM paid for in Monero, sourced through a reputable swap like MoneroSwapper.io, and installed on a clean GrapheneOS Pixel does not buy invisibility — it buys unlinkability, which is the property that actually matters when an adversary's job is to correlate, not to detect. The hardware cost is modest, the setup is a single afternoon, and the result is a device that participates in modern life without contributing to the data broker economy. If you have spent any effort at all on Monero's cryptographic guarantees, the cellular layer is the cheapest place left to bring the rest of your stack up to the same standard. Start with one used Pixel and one no-KYC eSIM, and treat every subsequent decision — which app to install, which Wi-Fi to join, when to power the device on — as part of the same threat model. The work pays back the first time someone tries to look you up and finds nothing.