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

# Privacy Policy

Last updated: 7th August, 2026

This Privacy Policy explains how Roost ("Roost", "we", "us") handles information when you use the Roost website and interface at [roostlaunch.com](https://www.roostlaunch.com/) (the "Interface"). Roost is a non-custodial interface: we do not hold funds, we do not collect private keys, and we do not require an account with an email address or password to trade.

### 1. Information we collect

Wallet and onchain data. When you connect a wallet, we process your public wallet address to display balances, holdings, launches and activity. Wallet addresses and all transactions are recorded on Robinhood Chain, which is a public blockchain. Onchain data is public by design, is not controlled by Roost, and cannot be deleted by Roost.

Profile information. If you create a public profile, we store the information you choose to submit, such as a display name, avatar image and linked X account. Profiles are public.

Token launch content. Information submitted when launching a token (icon, name, ticker, description, links) is public and is displayed on the Interface and onchain where applicable.

Usage and device data. Like most websites, we and our service providers may collect technical data such as IP address, browser type, device information, pages viewed and interactions, using cookies or similar technologies, for security, performance and analytics purposes.

Points activity. We record product activity linked to your wallet address (such as trades, holdings, shares and check-ins) to operate the Roost Points program.

### 2. Information we do not collect

We do not collect private keys or seed phrases, and we never ask for them. We do not require your legal name, email address or government identification to use the core Interface. If you contact us voluntarily, we will process the contact details you provide.

### 3. How we use information

We use the information described above to operate and improve the Interface, display markets and profiles, run the points program, secure the Interface against abuse and fraud, comply with legal obligations, and communicate through official channels. We do not sell your personal information.

### 4. How information is shared

Information may be shared with service providers that help us run the Interface (such as hosting, RPC, indexing and analytics providers), with legal authorities where required by law, and in connection with a corporate transaction such as a merger or acquisition. Onchain information is inherently shared with the public network.

### 5. Cookies and analytics

We use cookies and similar technologies for essential functionality (such as theme preference and session state) and analytics. You can control cookies through your browser settings; disabling some cookies may affect functionality.

### 6. Data retention

We keep usage and profile data only as long as needed for the purposes above or as required by law. Onchain data is permanent and outside our control. You can stop using the Interface at any time; disconnecting your wallet ends the session.

### 7. Your rights

Depending on where you live, you may have rights to access, correct, delete or port personal information we hold about you, and to object to or restrict certain processing. To exercise these rights, contact us at \[CONTACT EMAIL]. Note that we cannot modify or delete data recorded on a public blockchain.

### 8. Security

We use reasonable technical and organizational measures to protect the information we process. No system is perfectly secure, and you are responsible for securing your own wallet and devices.

### 9. International transfers

Our service providers may process data in countries other than yours. Where required, we use appropriate safeguards for such transfers.

### 10. Children

The Interface is not directed to children and may not be used by anyone under 18 (or the age of majority where they live). We do not knowingly collect information from children.

### 11. Changes to this Policy

We may update this Policy from time to time. The updated version will be posted with a new "Last updated" date, and material changes may be announced through the Interface or official channels.

### 12. Contact

Questions about privacy: <admin@roostlaunch.com>&#x20;

<br>


---

# 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://roostlaunch.gitbook.io/roost-docs/resources/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.
