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

# Legal & Disclaimer

### Informational purpose only

This documentation is provided for informational purposes only, it does not constitutes financial, legal, tax, or investment advice.

It is intended to describe how BuffX and its products are structured and how they operate in practice.&#x20;

Participants should evaluate BuffX products independently and consult professional advisers where appropriate.

### No offer or solicitation

Nothing in this documentation constitutes an offer, solicitation, or recommendation to acquire, sell, or participate in any financial instrument, investment product, or strategy.

Participation in BuffX products is voluntary and subject to the specific terms and conditions applicable to each product. BuffX does not provide personalized advice and does not assess the suitability of any product for individual participants.

### Product-specific terms prevail

Each BuffX product operates under its own defined structure, rules, and documentation.

In the event of any inconsistency between this page and product-specific documentation, the product-specific documentation shall prevail. Participants are responsible for reviewing and understanding the documentation relevant to the specific product they intend to engage with.

For ILN-FR, participants should review all product-level documentation, including terms and risk disclosures, before participating.

### No representations beyond documented structure

While BuffX products are designed around real-world use cases and structured operating models, no representation or warranty is made beyond what is explicitly documented for each product.

Illustrative figures, examples, or descriptions do not constitute guarantees of outcomes unless expressly stated within the applicable product documentation.

### Jurisdictional considerations

BuffX products may interact with financial systems and infrastructure across multiple jurisdictions.

Access to products and participation may be restricted or subject to additional requirements depending on a participant’s location, regulatory status, or applicable laws. Participants are responsible for ensuring that their participation complies with all relevant legal and regulatory obligations.

BuffX does not represent that its products are available, lawful, or appropriate in all jurisdictions.

### Forward-looking statements

This documentation may include forward-looking statements relating to potential future products, integrations, or developments.

Such statements reflect current intentions and expectations and are subject to change. They should not be relied upon as commitments or assurances that any specific feature, integration, or product will be delivered.

### Limitation of responsibility

BuffX provides product design, documentation, and coordination.

To the extent permitted by applicable law, BuffX disclaims responsibility for losses arising from participation in products, misuse of documentation, or reliance on information outside its intended scope.

Participants engage with BuffX products at their own discretion and responsibility.

### Updates and amendments

This documentation may be updated from time to time to reflect changes to products, structure, or applicable requirements.

Participants are encouraged to review the documentation regularly to remain informed of any updates or amendments.


---

# 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://buffx.gitbook.io/buffx-docs/about-buffx/legal-and-disclaimer.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.
