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

# Disclaimer

### No Investment Advice

The information provided on the Platform is for informational purposes only and should not be construed as financial, investment, or legal advice. Nothing on the Platform constitutes an endorsement, recommendation, or solicitation to invest in FSX tokens or any other cryptocurrencies. We do not provide personalized investment advice or make any claims regarding the potential profitability or suitability of FSX tokens for your specific circumstances.

### Affiliate Programs

We may participate in affiliate programs and earn commissions or referral fees when users engage with third-party products or services through links or promotional content on the Platform. However, this does not compromise our commitment to delivering unbiased and accurate information.

### Third-Party Content

The Platform may include links to third-party websites, applications, or resources. We do not control and are not responsible for the accuracy, reliability, or completeness of any content provided by these third parties. Any reliance on such content is at your own risk, and we disclaim any liability for damages or losses arising from it.

### Third-Party Services

While we may mention or recommend third-party services or products, we do not endorse or guarantee their quality, suitability, or reliability. Any engagement with third-party services is solely at your discretion and risk.

### No Warranty

The Platform and all information provided are offered on an “as-is” basis, without any express or implied warranties, including but not limited to warranties of accuracy, reliability, merchantability, or fitness for a particular purpose.

### Limitation of Liability

To the fullest extent permitted by applicable law, FutureSyncx shall not be liable for any direct, indirect, incidental, consequential, or punitive damages arising out of or in connection with your use of the Platform or your engagement with FSX tokens. This includes damages resulting from errors, omissions, interruptions, or delays in the operation of the Platform.

### Modification of Disclaimer

We reserve the right to modify or update this Disclaimer at any time without prior notice. It is your responsibility to review this Disclaimer periodically. Your continued use of the Platform and engagement with FSX tokens constitutes your acceptance of the updated Disclaimer.

### Contact

If you have any questions or concerns regarding this Disclaimer, please contact us at <help@futuresyncx.com> or <support@futuresyncx.com>.

By using the Platform and engaging with FSX tokens, you acknowledge that you have read, understood, and agree to be bound by this Disclaimer.


---

# 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://futuresyncx.gitbook.io/future-sync-x/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.
