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

# Legal Disclaimer

Legal Disclaimer This whitepaper does not constitute investment advice, financial advice, trading advice, or recommendation by WeFund affiliates, or its respective or prospective officers, directors, managers, employees, agents, advisors, or consultants on the merits of purchasing WeFund nor should it be relied upon in connection with any other contract or purchasing decision. This whitepaper does not constitute a prospectus or financial service offering document and is not an offer to sell or solicitation of an offer to buy any security, investment products, regulated products, or financial instruments in any jurisdiction. WeFund’s tokens are not being structured or sold as securities. No representations or warranties have been made to the recipient of this whitepaper or its advisers as to the accuracy or completeness of the information, statements, opinions, or matters (express or implied) arising out of, contained in, or derived from this whitepaper or any omission from this document or of any other written or oral information or opinions provided now or in the future to any interested party or its advisers. This whitepaper also does not constitute any form or any part of any opinion which can be considered advice, or which can sell, or which can solicit any offer by WeFund to purchase our token nor shall it be considered a part of any effect which can be used for the formation of contract or investment decision. This whitepaper also does not have any capacity to bind any person to enter into any contract or to permit any person to consider it a binding legal commitment on or in relation to any other person.


---

# 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://wefund.gitbook.io/wefund-whitepaper/wefund/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.
