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

# Privacy Policy

🔒 Privacy Notice for toaster.trade

*Last updated: December 1st, 2025*

toaster.trade (“we,” “our,” or “the App”) is committed to protecting your privacy.\
This Privacy Notice explains what information we collect, how we use it, and the choices you have.\
By using the App, you agree to the practices described below.

***

### 1. Information We Collect

#### 1.1 Information You Provide

* **Wallet Information:**\
  When you connect a self-custodial wallet, we receive your **public wallet address only**.\
  We do **not** collect private keys, seed phrases, or recovery information.
* Email

&#x20;      When you register, your provice your email to our 3rd party provider [Privy](https://www.privy.io/). They store your email   address in their database. We do not collect this info.

***

#### 1.2 Automatically Collected Information

* **Usage Data:**\
  App interactions, pages viewed, buttons tapped, session time, feature usage.
* **Device Data:**\
  Device type, OS version, app version, language, and approximate region.
* **Diagnostics & Crash Logs:**\
  Collected via Apple TestFlight or similar tools to improve stability.

We do **not** track users across other apps and do not collect advertising identifiers (IDFA).

***

#### 1.3 Blockchain Data

Because toaster.trade integrates with decentralized networks such as Hyperliquid:

* Public wallet addresses
* On-chain transaction history
* Asset balances
* Trade details

are stored **publicly** on the blockchain.\
We do not control or modify blockchain data and cannot delete it.

***

### 2. How We Use Information

We use information solely to:

1. Operate core app functionality
2. Display trade results, market data, and user activity
3. Execute transactions through your wallet when requested
4. Improve performance, reliability, and user experience
5. Diagnose bugs, crashes, and technical issues
6. Provide optional features such as video reactions
7. Respond to user support inquiries

We **do not**:

* Sell or rent personal data
* Share data for advertising
* Create advertising profiles

***

### 3. Data Storage & Security

* We store **minimal off-chain data**, only what is required to operate the App.
* Video recordings remain on your device unless you explicitly upload them.
* Blockchain data is public and outside of our control.
* No private keys or sensitive credential data is ever collected.
* We use industry-standard encryption and best practices to protect all stored data.

***

### 4. Third-Party Services

#### Hyperliquid

Used to retrieve market data and route trades.\
We access only publicly available price and market information.

#### Wallet Providers (Privy, Phantom, WalletConnect, Hyperliquid, etc.)

Used to authenticate and sign blockchain transactions.\
We never access your private keys.

#### Analytics & Diagnostics

We may collect anonymized crash logs and performance data.

***

### 5. Data Retention

We retain off-chain data only for as long as necessary:

* Diagnostic logs: up to 6 months
* Support messages: until resolved
* Blockchain data: stored permanently on-chain

Users may request deletion of any off-chain personal data we control.

***

### 6. Children’s Privacy

The App is **not intended for individuals under 13**, or the equivalent minimum age in your region.

***

### 7. Your Choices & Rights

Users may:

* Disconnect their wallet
* Request data deletion (for off-chain data)
* Decline optional information
* Opt out of diagnostic collection via Apple settings

Most features remain usable without optional permissions.

***

### 8. International Use

Your data may be processed in regions outside your residence.\
Regardless of location, we apply consistent security and privacy protections.

***

### 9. Contact Us

For privacy questions or data requests, contact us at:

**Email:** <info@lmcd.ai>\
**Website:** <https://toaster.trade>

***

### 10. Changes to This Notice

We may update this Privacy Notice from time to time.\
Material changes will be communicated through the App or website.

***


---

# 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.toaster.trade/faq/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.
