> For the complete documentation index, see [llms.txt](https://docs.gp7.app/legal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gp7.app/legal/privacy/1.information-we-process.md).

# 1.INFORMATION WE PROCESS

Personal Information. To sign up to and create a user account with the Service, we collect your phone number. To comply with applicable regulations, we may also ask you to provide us with your email address, first and last name, your physical address, cryptocurrency wallet addresses, information about your ID or travel document, and information regarding your source of funds.

Support Information. When you contact us for technical and customer support requests, we collect the information included in your request and in follow-up interactions we have with you. You do not have a legal duty to provide the above information. However, you will not be able to sign up to, and use the full functionalities of the Service, without providing the above information.

Survey Information. We may from time to time invite you to participate in surveys about your experience using the Service. If you agree to participate in a survey, we collect the information included in your answers to the survey.

Transaction Information. We collect information on all transactions connected to your public key created through the Service.

Device Information. We collect information about your Device, including its model, its operating system, browser you use, its version and language preferences, mobile network information and the Internet Protocol (IP) address through which you accessed the App.

Analytics Information. We use third party tools to automatically record and collect analytics information about your use of the Service, including your session durations, the content you accessed on the App, your interactions and user-interface clicks, the frequency and scope of your use of the App.

The overall information outlined above will be referred to as the “Your Information”.


---

# 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.gp7.app/legal/privacy/1.information-we-process.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.
