> For the complete documentation index, see [llms.txt](https://docs.brix.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brix.money/resources/terms-and-policies/cookie-policy.md).

# Cookie Policy

**wiTRY Limited**

## 1. Preamble

wiTRY Limited (“wiTRY”, “we”, “us”, or “our”) is a company incorporated in the British Virgin Islands. wiTRY develops and operates digital asset–related platforms and websites, including the website available at **brix.money** and **app.brix.money** (collectively the “Website”).

This Cookie Policy explains how and why cookies and similar technologies are used when you access or interact with the Website, in accordance with the **BVI Data Protection Act, 2021**.

## 2. What are cookies?

Cookies are small text files placed on your device when you visit a website. Cookies may be:

* **Session cookies**, which expire when your browser session ends; or
* **Persistent cookies**, which remain on your device for a defined period.

Cookies may be set by wiTRY (“first-party cookies”) or by third-party services integrated into the Website.

## 3. Legal basis for cookie use

Under the BVI Data Protection Act, 2021, personal data must be processed lawfully, fairly, and for legitimate purposes.

wiTRY uses:

* **Strictly necessary cookies** to ensure security and core Website functionality; and
* **Analytics and functional cookies**, which may be used to support legitimate operational interests such as understanding aggregated Website usage, improving our service and to support optional user interactions.

## 4. Cookies and tracking technologies we use

### 1) Strictly Necessary Cookies

These cookies are essential for security and authenticated access and cannot be disabled without impairing core functionality.

**Session Cookie (SIWE Authentication)**

* **Category:** Strictly Necessary (Security / Authentication)
* **Purpose:**
  * Maintain authenticated sessions following Sign-In With Ethereum (SIWE)
  * Store a nonce to prevent replay attacks
  * Enable access to authenticated endpoints
* **Data stored in cookie:** Session identifier only
* **Expiry:** 1 day

This cookie does not store personal identifiers, wallet addresses, or transactional data.

### 2) Analytics Cookies

wiTRY **may use** analytics cookies to better understand aggregated Website usage, performance, and user interactions, and to improve the Website over time.

**Vercel Analytics (if enabled)**

* **Category:** Analytics
* **Purpose:** Measure aggregated Website usage and performance
* **Data collected:** Page views, interaction events, browser and device information, IP address
* **Provider:** Vercel, Inc., or other
* **Retention:** Up to 24 months (as configured by the provider)
* **Notes:** Analytics data is used for statistical and performance purposes only and not for advertising or profiling

Analytics cookies are not essential to the operation of the Website, but rather provide the basis for our services to be improved.

## 5. Cookies we do not use

The Website does **not** use:

* Advertising, retargeting, or marketing cookies
* Social media tracking pixels
* localStorage or sessionStorage for tracking purposes

## 6. Managing cookies

Strictly necessary cookies are required for the operation and security of the Website and cannot be disabled. Other cookies may be managed or deleted through your browser settings. Disabling non-essential cookies may affect certain features or functionality.

## 7. Changes to this policy

We may update this Cookie Policy from time to time to reflect changes in technology, services, or legal requirements. Any updates will be published on the Website.

## 8. Contact

For questions regarding this Cookie Policy or wiTRY’s data protection practices, please contact:

**Email:** <admin@wiTRY.network>


---

# 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.brix.money/resources/terms-and-policies/cookie-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.
