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

# Disclaimer

This Whitepaper is intended for informational purposes only and does not constitute a prospectus, an offer document, an offer of securities, a solicitation for investment, or any offer to sell any product, instrument, or asset (digital or otherwise). The information herein is not intended to be exhaustive and does not imply any elements of a contractual relationship. Its sole purpose is to provide relevant and reasonable information to potential J1T.FYI, token acquirers, users, and community members.

The information in this Whitepaper is subject to change or update, and should not be construed as a commitment, promise, or guarantee by J1T.FYI, or any other individual or organization referenced in this document, regarding the future availability of services related to the use of the tokens or their future performance or value.

Participation in the J1T.FYI project involves significant risks, including the acquisition or use of $J1TFYI tokens. These risks include, but are not limited to, risks associated with blockchain technology, cryptocurrencies, market volatility, regulatory changes, software vulnerabilities, and loss of capital.

Prospective participants should carefully consider and evaluate all risks and uncertainties associated with J1T.FYI, its business model, the $J1TFYI tokens, and any other relevant information. You should conduct your due diligence and consult with your own legal, financial, tax, and other professional advisors to determine whether participating in the J1T.FYI project is suitable for you. You should not acquire any $J1TFYI tokens if you are not prepared to accept the risk of total loss of the money you used to acquire them.

J1T.FYI, its founders, team members, and affiliates disclaim any liability for any direct or indirect loss or damage of any kind whatsoever arising directly or indirectly from:

1. reliance on any information contained in this Whitepaper,
2. any error, omission or inaccuracy in any such information, or
3. any action resulting from such information.

By accessing, reading, or using this Whitepaper, you acknowledge that you have read, understood, and agreed to the terms of this disclaimer. If you do not agree with this disclaimer, you should not rely on this Whitepaper.


---

# 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://j1tfyi.gitbook.io/docs/project-overview/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.
