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

# Privacy Policy

#### 1. Introduction

RWAPerp ("we", "our", or "the Platform") is committed to protecting your privacy. This Privacy Policy explains how information is collected, used, and shared when you interact with the RWAPerp platform, including its websites, APIs, SDKs, and related services. By using the Platform, you consent to the practices described in this policy.

#### 2. Information We Collect

Given the decentralized and non-custodial nature of RWAPerp, we minimize the collection of personal information. The following types of information may be collected:\
\
(a) Blockchain Data: Your public wallet address, transaction hashes, and on-chain interactions with RWAPerp smart contracts are publicly available on the blockchain and are not controlled by us.\
\
(b) Usage Data: When you interact with our websites or APIs, we may collect technical information such as IP addresses (in anonymized form), browser type, device information, and usage patterns to improve service reliability and security.\
\
(c) Communication Data: If you contact us through official channels, we may retain records of those communications to provide support and address inquiries.\
\
(d) Builder Information: Builders integrating with RWAPerp may provide business contact information such as name, email address, and organization details for onboarding and operational purposes.

#### 3. How We Use Information

We use the collected information for the following purposes:\
\
(a) To operate, maintain, and improve the Platform's functionality and user experience.\
(b) To detect, prevent, and address technical issues, security threats, and abusive behavior.\
(c) To comply with legal and regulatory obligations, where applicable.\
(d) To communicate with builders and integrators regarding platform updates, maintenance, and operational matters.\
(e) To analyze aggregated usage trends to inform product development and infrastructure planning.\
\
We do not use personal information for advertising, profiling, or selling data to third parties.

#### 4. Data Sharing and Disclosure

We do not sell your personal information. We may share information in the following circumstances:\
\
(a) With service providers who assist in operating the Platform (e.g., cloud infrastructure, analytics), subject to contractual obligations to protect your data.\
(b) When required by applicable law, legal process, or governmental request.\
(c) To protect the rights, property, or safety of RWAPerp, its users, or the public.\
(d) In connection with a merger, acquisition, or sale of assets, with notice to users.

#### 5. Cookies and Tracking

RWAPerp websites may use essential cookies and similar technologies for functionality and security purposes. We do not use third-party tracking cookies for advertising. You may configure your browser to reject cookies, though this may affect certain platform features. Analytics services used by the Platform are configured to anonymize IP addresses and minimize data retention.

#### 6. Data Security

We implement reasonable technical and organizational measures to protect information against unauthorized access, alteration, disclosure, or destruction. However, no method of electronic storage or transmission is completely secure. You acknowledge that you provide your information at your own risk. As RWAPerp is a non-custodial protocol, the security of your blockchain assets is ultimately your own responsibility.

#### 7. Data Retention

We retain information only as long as necessary to fulfill the purposes described in this policy or as required by applicable law. Blockchain data is permanent and cannot be deleted by RWAPerp. Usage logs and analytics data are retained for a limited period and then anonymized or deleted.

#### 8. Your Rights and Choices

Depending on your jurisdiction, you may have the right to:\
\
(a) Access, correct, or delete personal information we hold about you.\
(b) Object to or restrict the processing of your information.\
(c) Data portability.\
(d) Withdraw consent where processing is based on consent.\
\
To exercise these rights, please contact us through the official communication channels. We will respond to your request in accordance with applicable data protection laws.

#### 9. Third-Party Services

The Platform may integrate with or reference third-party services, including blockchain networks, oracles, analytics providers, and infrastructure services. This Privacy Policy does not apply to third-party services. We encourage you to review the privacy policies of any third-party services you interact with through the Platform.

#### 10. International Data Transfers

Your information may be processed in jurisdictions where RWAPerp or its service providers operate. These jurisdictions may have data protection laws that differ from your own. By using the Platform, you consent to the transfer of your information to such jurisdictions. We take steps to ensure appropriate safeguards are in place for international data transfers.

#### 11. Children's Privacy

The Platform is not intended for use by individuals under the age of 18 (or the age of majority in their jurisdiction). We do not knowingly collect personal information from minors. If we become aware that a minor has provided us with personal information, we will take steps to delete it.

#### 12. Changes to This Policy

We may update this Privacy Policy from time to time. Material changes will be communicated through the Platform's official channels. Your continued use of the Platform after such changes constitutes your acceptance of the updated policy. We encourage you to review this policy periodically.

#### 13. Contact

If you have any questions, concerns, or requests regarding this Privacy Policy, please reach out to the RWAPerp team through the official communication channels listed on the Platform.


---

# 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://rwaperp-1.gitbook.io/rwaperp-docs/risk-and-liquidation/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.
