Back to home Your data, your move · GDPR Art. 20

Take it all with you.

Every byte we have on you — profile, gem ledger, lesson answers, login history, badges — packaged into one machine-readable ZIP, ready in minutes. Free, unlimited, no email required.

Export lives inside the app — or open this page on a computer to grab your ZIP from Settings.
Or email [email protected]
2–5min
to generate
8
files in the ZIP
JSON
machine-readable
logicbanker-export.zip ● 4.2 MB
📄 profile.json1.2 KB
📄 progress.json312 KB
📄 gems.json84 KB
📄 badges.json6 KB
📄 answers.json128 KB
📄 billing.json2 KB
📄 auth_log.json18 KB
📁 media/3.7 MB

01 · HOW TO EXPORTThree ways to get your data

A.
In-app

Open LogicBanker → Settings → Privacy → Export my data. The file is generated within minutes; we email you a download link.

B.
By email

Write to [email protected] from the address on your account. We reply with the link inside one business day.

C.
API

If you're a developer, hit GET /v1/me/export with your auth token. Same data, programmatic access.

02 · WHAT'S INSIDEThe structure of the export

Each export is a single logicbanker-export.zip file containing:

FileWhat it has
profile.jsonDisplay name, email, country, language, joined date, avatar URL, bio.
progress.jsonEvery track, lesson, and pulse you've completed — with timestamps, accuracy, time-on-task.
gems.jsonGem balance, gem ledger (every gain & spend), level history.
badges.jsonBoss Badges, Perfect Lesson seals, streak milestones.
answers.jsonYour written answers to open-ended questions, lesson notes, journal entries.
billing.jsonSubscription history, invoices, refunds. Empty for free accounts.
auth_log.jsonLogin & device history for the last 12 months — useful for spotting suspicious access.
media/Folder · any images you uploaded (avatar, journal attachments).

03 · SAMPLEWhat it looks like

A snippet of progress.json:

{
  "track": "stocks-fast",
  "title": "Stocks, fast",
  "lessons": [
    {
      "slug": "what-is-a-share",
      "completed_at": "2026-04-12T18:34:11Z",
      "accuracy": 0.93,
      "duration_sec": 245,
      "perfect": false,
      "gems_earned": 25
    },
    {
      "slug": "how-prices-move",
      "completed_at": "2026-04-13T19:02:08Z",
      "accuracy": 1.00,
      "duration_sec": 198,
      "perfect": true,
      "gems_earned": 50
    }
  ]
}

04 · FAQCommon questions

How long does it take?

2–5 minutes for most accounts. Heavy users (3+ years, thousands of lessons) can take up to 20 minutes. We email you when it's ready.

How long is the link valid?

7 days. The file is encrypted at rest with a per-user key; we delete it after the link expires.

Can I export someone else's data?

No. Only the account holder can request an export. For minors, a verified parent or guardian can request via [email protected].

What if I want to delete instead?

Go to Settings → Account → Delete. We recommend exporting first — deletion is permanent within 30 days.

Can I re-import this into LogicBanker later?

Not yet — we're building the import side of the loop for 2026 H2. Today, you can keep the export for your own records.

Need an export right now?

Open the app, head to Settings → Privacy. Or just email us — we'll set it up by hand.