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

# Terms & Privacy

Welcome to Oil Coin By accessing or using the Oil Coin website, dApps, or related services, you agree to the following Terms of Use. Please read them carefully.

**Eligibility**&#x20;

You must be at least 18 years old and not subject to restrictions under applicable laws to use Oil Coin services.

**No Financial Advice**

&#x20;Oil Coin provides information and tools but does not offer financial, investment, or legal advice. Users are responsible for their own decisions.

**Intellectual Property**&#x20;

All logos, trademarks, and content belong to Oil Coin. Unauthorized use, reproduction, or modification is prohibited.

**Use of Services**&#x20;

You agree not to use Oil Coin for illegal activities, including money laundering, terrorism financing, or sanctions evasion.

**Limitation of Liability**

Oil Coin is not liable for losses from market volatility, technical errors, or unauthorized third-party actions.

**Governing Law**

These Terms are governed by the applicable jurisdiction of Oil Coin’s incorporation.

**Privacy Policy**

Oil Coin is committed to protecting your personal information.

What We Collect

* &#x20;Basic data (email, wallet address) when you interact with our site or dApps.
* Analytics data (traffic, usage) to improve services.

How We Use It

* To provide access to dApps and community features.
* To communicate updates and security alerts.

What We Don’t Do

* We do not sell, rent, or trade your personal data.
* We do not track personal identity beyond what is required for security and compliance.

Security Measures

* We apply encryption, multi-sig protocols, and secure infrastructure to protect your information.

Your Rights

* You can request data deletion or modification at any time.


---

# 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.oilcoin.online/company/terms-and-privacy.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.
