> For the complete documentation index, see [llms.txt](https://ethernal-2.gitbook.io/blade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ethernal-2.gitbook.io/blade/system-security/considerations/data-classification.md).

# Data Classification

The following table presents an overview of sensitive data types handled by the system. P1 is designated for highly sensitive data, P2 for sensitive data, and P3 for all other business critical data. This classification system helps prioritize the protection of different types of data based on their sensitivity and criticality.

Understanding and categorizing the types of sensitive data is crucial for maintaining data security and compliance with relevant regulations. By clearly defining the nature of the data handled by the system, appropriate safeguards and controls to protect the confidentiality and integrity of this information can be established. Furthermore, a privacy policy can be developed.

<table><thead><tr><th width="119">Category</th><th width="140">Subcategory</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>P1</td><td>Login information</td><td>Credentials used to access a system or platform. If revealed, such data can lead to unauthorized access, data breaches, and potential system compromise.</td><td></td></tr><tr><td>P1</td><td>Financial Data</td><td>Public wallet addresses and the associated transactional data. If revealed, such data can potentially expose sensitive financial information.</td><td></td></tr><tr><td>P2</td><td>Tracking</td><td>IP address, browser fingerprint and session ids. However, these data used within the system cannot be directly linked to some individual. If revealed, there is the risk of malicious attacks targeting an individual's device or network in general. Also, it may lead to targeted identity theft efforts.</td><td></td></tr><tr><td>P2</td><td>Social</td><td>Connections, usual exchanges between accounts and similar activities among public wallet addresses and their analysis. If revealed, such data may lead to exploitation of personal connections, and potential manipulation or misuse of individuals' relationships and activities</td><td></td></tr></tbody></table>

The system **does NOT** handle highly sensitive data pertaining to race, ethnicity, political affiliations, biometrics/genetics, health conditions, sexual orientation, criminal offenses, private communications, personal diaries, precise location data, or national unique identifiers.


---

# 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:

```
GET https://ethernal-2.gitbook.io/blade/system-security/considerations/data-classification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
