> For the complete documentation index, see [llms.txt](https://solccg.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solccg.gitbook.io/docs/privacy-policy.md).

# Privacy Policy

SOLCCG collects and stores the following data when you use the app:

* Wallet address (for account identification)
* Username (chosen by the player)
* Game progress (cards, decks, stats, tier, reputation, etc..)
* Battle history and match results

Your wallet address is used to verify NFT ownership from supported Solana collections. This is used solely to determine in-game discount eligibility. No transactions are initiated by the app, and it shouldn't be proceeded without your explicit approval through your wallet app.

Data is stored on our servers to enable gameplay features including multiplayer matchmaking, seasons leaderboards, and cross-session progress.

We do not sell, share, or distribute your personal data to third parties. We do not collect device information, location data, or analytics beyond what is listed above.

Your data can be deleted at any time using the DELETE ACCOUNT option in the game settings. Deleting your account removes all gameplay data associated with your wallet address.

For questions or concerns, contact: <talaldoingstuff@gmail.com>


---

# 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://solccg.gitbook.io/docs/privacy-policy.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.
