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

# Privacy Policy

**Effective Date: 01.01.2025**

At Fastnode.io (the “Service”), we respect your privacy and are committed to protecting your personal information. This Privacy Policy explains how we collect, use, and protect your information when you interact with our RPC services and our website.

## TL;DR

{% hint style="info" %}

* Fastnode does not store PII (Personally Identifiable Information) or correlate wallet transactions to IP addresses.
* Fastnode does not use RPC traffic for front-running or MEV exploitation.
* IP addresses are only processed temporarily for rate limiting, DDoS protection, and geo-routing.
* We share no user data with third parties, except as required for infrastructure security or legal obligations.
  {% endhint %}

## 1. Information We Collect

### 1.1. Personal Information

We do not require or collect personal information when you use our RPC services. The only case where you may voluntarily provide personal information is if you contact us directly (e.g., via email).

### 1.2. Non-Personal Information

When you interact with our services, we may process limited technical information, including:

* IP address (temporarily)
* Browser type and version (for website visitors)
* Time and date of requests
* Pages visited on our website

**Note:** We do not log, store, or correlate IP addresses with wallet addresses or blockchain activity.

## 2. How We Use Information

We use limited technical data only for:

* **Service delivery** → routing traffic to the nearest data center for low latency.
* **Rate limiting** → preventing abuse and ensuring fair usage.
* **Security monitoring** → protecting against spam, unauthorized access, and denial-of-service attacks.
* **Service improvements** → analyzing aggregated and anonymized metrics to optimize performance.

## 3. What We Do Not Do

* We do not sell, rent, or share your personal data.
* We do not perform MEV (Miner Extractable Value) exploitation or transaction front-running.
* We do not attempt to deanonymize or profile users.

## 4. Cookies

* Our website may use cookies for essential functionality and basic analytics.
* You may disable cookies in your browser settings, but some features may not function correctly.

## 5. Data Sharing

* We do not share personal data with third parties for marketing or tracking purposes.
* We may use trusted infrastructure providers (e.g., CDN, anti-DDoS services) strictly for service delivery.
* We may disclose information if legally required (e.g., court orders).

## 6. Data Security

We use reasonable technical and organizational safeguards to protect data from unauthorized access, misuse, or disclosure. However, no method of transmission or storage is 100% secure.

## 7. Data Retention

* IP addresses and related technical data are stored only temporarily and deleted once they are no longer required for security or operational purposes.
* Voluntarily provided personal data (e.g., support requests) is kept only as long as necessary to respond.

## 8. Children’s Privacy

Our services are not directed at individuals under 18. We do not knowingly collect data from children.

## 9. Your Rights

Depending on your jurisdiction, you may have rights to:

* Request access to your personal data.
* Request correction or deletion of your data.
* Restrict or object to certain processing.

Requests can be made by contacting us at **<support@fastnode.io>**.

## 10. Changes to This Policy

We may update this Privacy Policy from time to time. Updates will be published on this page, and continued use of our services will signify acceptance of the updated terms.

## 11. Contact Us

If you have any questions or concerns about this Privacy Policy, please contact us: 📧 **<support@fastnode.io>**


---

# 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.fastnode.io/reference/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.
