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

# 11. Legal Disclaimer

This document is for informational and educational purposes only. It does not constitute, and must not be construed as, financial, investment, legal, or tax advice, nor an offer or solicitation to buy or sell any asset or security in any jurisdiction. Nothing in this document is a promise or guarantee of value, return, performance, or future result.

WFC is an educational, community-oriented project. References to development funding, deflationary mechanics, or future features describe current intentions, are not commitments, and may change. Forward-looking statements reflect current intentions only; actual outcomes may differ materially and there is no commitment to update them.

The regulatory status of digital assets varies by jurisdiction and is uncertain. This document is not directed at any person in any jurisdiction where its distribution or the acquisition of WFC would be unlawful, and it is each person's responsibility to determine whether their participation is lawful where they live. Acquiring or holding WFC may result in total loss.


---

# 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://wfctoken.gitbook.io/wfcwhitepaper/11.-legal-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.
