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

# Legal Disclaimer

**General Notice and Limitation of Liability:**

This document, and all contents herein, are provided strictly for informational purposes only and do not constitute an offer or solicitation to sell shares or securities in Fortuna Finance or any related or associated entity. None of the information or analyses presented are intended to form the basis for any investment decision, and no specific recommendations are intended. Accordingly, this document does not constitute investment advice or counsel or solicitation for investment in any security. This document does not constitute or form part of, and should not be construed as, any offer for sale or subscription of, or any invitation to offer to buy or subscribe for, any securities. Fortuna Finance expressly disclaims any and all responsibility for any direct or consequential loss or damage of any kind whatsoever arising directly or indirectly from: (i) reliance on any information contained in this document, (ii) any error, omission or inaccuracy in any such information or (iii) any action resulting therefrom.

**Investment Risks:**

Investing in cryptocurrencies and tokens is highly speculative and risky. Fortuna Finance is not in the business of providing legal, financial, or investment advice, and any information provided is not intended to serve as such. We do not advise on the merits of any particular transaction or investment strategy. You are solely responsible for determining whether any investment, investment strategy, or related transaction is appropriate for you based on your personal investment objectives, financial circumstances, and risk tolerance. You should consult your legal or tax professional regarding your specific situation.

**Price Volatility:**

The value of cryptocurrencies and tokens can be extremely volatile and unpredictable. The price of digital assets can change rapidly, increase or decrease unexpectedly, and potentially even fall to zero. Fortuna Finance expressly disclaims any liability for any loss or damage arising from the fluctuation of the market price of its tokens.

**No Guarantee of Value:**

Fortuna Finance does not guarantee the value of its tokens. The value of FTNA is determined by the market conditions, the demand and supply factors, and other related variables. We are not responsible for any losses you may incur due to the depreciation or loss of value of FTNA.

**Tokenomics and Project Adjustments:**

The Fortuna Finance team reserves the right, at its sole discretion, to modify, change, or adjust any of the tokenomics, schedules, roadmaps, or any other project parameters as deemed necessary for the project's success and sustainability. These changes may be made without notice to the token holders or the public.

**Non-Advisory:**

Fortuna Finance and its team members are not acting and cannot act as advisors in any financial, legal, or other capacity. No communication or information provided by us is to be taken as financial, legal, or other advice. We encourage all participants and potential investors to perform their due diligence and consult with professional advisors for any investment decisions.

**Non-Currency Declaration:**

FTNA is not and should not be considered or used as a currency, legal tender, or a substitute for real (fiat) money. It is envisaged that FTNA may serve as a digital asset which could potentially function as a utility token within the Fortuna Finance ecosystem. However, this potential utility is a conceptual goal and not a guaranteed outcome. FTNA is not backed or recognized by any government or legal entity as a currency.

**Investment Caution:**

We advise all potential participants to invest cautiously and only in amounts that they can afford to lose. The risk of loss in trading or holding digital assets can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition.

**Jurisdictional Limitations:**

The distribution or dissemination of this document or the participation in the Fortuna Finance may be prohibited or restricted by the laws, regulatory requirements, and rules of certain jurisdictions. If you come into possession of this document, you should inform yourself of and observe any such restrictions. By accessing this document, you agree that you are not located in, under the control of, or a national or resident of any such restricted jurisdiction.

**Final Acknowledgment:**

By participating in Fortuna Finance, acquiring, holding, or using FTNA, you acknowledge that you understand and have no objection to these terms and conditions. You also represent and warrant that you are legally permitted to participate in Fortuna Finance and are fully responsible for your actions. Past performance is not indicative of future results. This document and any other documents published in association with this project are not an endorsement by any government or regulatory authority.

**Contact Information:**

For further information concerning this disclaimer, please contact Fortuna Finance at <info@fortunafi.io>.


---

# 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://fortuna-finance-1.gitbook.io/documentation/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.
