> For the complete documentation index, see [llms.txt](https://docs.magpie.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magpie.gg/project/faq.md).

# FAQ

**How do I get in? Is Magpie free?** Magpie is in **closed beta** — you need an invite code ([here's how](/getting-started/beta.md)). Once in: collection, tracker, single-card scanning, the 0%-fee marketplace, current values and CSV export are free. Pro (€4.99/mo · €39/yr) adds the money tools — and beta testers get it free.

**Which games?** Pokémon, Magic: The Gathering, One Piece. The \~170k-card catalog syncs itself with new sets and late-added promos.

**Where do prices come from?** From **MagpieOracle**, our own engine: realized sales first (including public on-chain graded sales), honest bands and confidence, history anchored on Solana mainnet. If a card shows "no price yet", it's because the oracle refuses to guess on thin data — deliberate honesty, not a bug.

**How many binder pages can I scan for free?** About **10 pages a month** (90 cards), AI checks included. Beyond that: credit packs or Pro. Single-card scanning is free without caps. Binder recognition costs us real compute per page — the free tier is a taste, not a service.

**Can I import from ManaBox / Collectr? And leave later?** Yes and yes. CSV import auto-detects their formats (text lists work too), and the free export produces a ManaBox-compatible CSV that any tracker — including Magpie itself — reads back losslessly.

**Why doesn't the marketplace handle payments?** Because 0% fees are only possible if we never touch the money. You close the deal your way; Magpie provides listings, negotiation, deal tracking and reputation. Read the honesty note in [Marketplace](/the-app/marketplace.md): reputation informs your judgment, it doesn't replace it.

**Can I list on eBay or Cardmarket from Magpie?** eBay: yes, one click after connecting your account. Cardmarket closed its API to new apps industry-wide, so Magpie generates a ready-to-upload stock CSV instead. Details in [Selling tools & connectors](/the-app/connectors.md).

**Is my collection data used for anything?** Confirmed deals feed the oracle **anonymously** (card + price + date, never who). Nothing personal is ever sold. Full story in [Your data & privacy](/project/privacy.md).

**Phone app?** Magpie is an installable PWA — add it to your home screen from the browser. After an update ships, fully close and reopen the app to pick it up. On Android, if the live scanner looks soft, use the **Photo** button (native camera).

**How do I delete my account?** Profile → Delete account. Immediate, complete (everything referencing you, photos included), and tested on every release. Export your CSV first if you want a copy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.magpie.gg/project/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
