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

# Privacy Policy & Terms of Use

#### Terms of Use for Jalapeño Finance

**1. Acceptance of Terms** By accessing and using Jalapeño Finance, you agree to comply with and be bound by these Terms of Use.

**2. Description of Service** Jalapeño Finance is a decentralized finance platform offering various services provided "AS IS" without warranties.

**3. Use of Service** You agree to use Jalapeño Finance responsibly and within the bounds of all applicable laws and regulations.

**4. Limitation of Liability** Jalapeño Finance shall not be liable for any damages arising out of your use of the platform. The services are provided without any warranties or guarantees.

**5. Governing Law** These Terms are governed by the laws of Curacao, notwithstanding its conflict of law principles.

**6. Amendments** Jalapeño Finance reserves the right to modify these Terms at any time. Continued use of the service will constitute acceptance of the revised terms.

#### Privacy Policy of Jalapeño Finance

**1. Collection of Information** We collect email addresses for marketing purposes and communication about our services. We may use Facebook, Twitter, and Remarketing cookies.

**2. Use of Information** Your email will be used exclusively for marketing and updates related to Jalapeño Finance. We will not willingly share your information with 3rd parties unless we must comply with the law.

**3. Opt-Out Policy** You can opt-out of our marketing communications at any time by emailing <hello@jalapeno.finance> to request the removal of your email from our list.

**4. Data Protection** We are committed to protecting your data in line with the best practices in digital security.


---

# 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.jalapeno.finance/troubleshooting-and-support/privacy-policy-and-terms-of-use.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.
