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

# Disclaimer

### Important Legal Disclaimer

**Investment Risk Warning** Trading in financial markets, including cryptocurrencies and digital assets, involves substantial risk of loss and may not be suitable for all investors. Cryptocurrency markets are highly volatile and can experience rapid price movements in either direction. You may lose some or all of your invested capital, and you should never invest more than you can afford to lose completely.

**No Performance Guarantees** Past performance of our trading strategies, algorithms, or any traders on our platform is not indicative of future results. No trading system or strategy can guarantee profits or prevent losses. Market conditions are constantly changing, and strategies that performed well historically may not perform well in the future.

**Platform and Service Disclaimers** HedgeFi provides trading tools, automation services, and educational resources designed to assist in your trading decisions. However, we do not provide investment advice, and our services do not guarantee any specific trading outcomes or profitability. Our algorithms, signals, alerts, and automation tools are technological aids that cannot eliminate the inherent risks of trading.

**User Responsibility and Acknowledgment** By using HedgeFi's platform, you explicitly acknowledge and accept that:

* All trading decisions, whether executed manually or through our automation, are made entirely at your own risk
* You are solely responsible for evaluating the suitability of our services for your financial situation
* You understand the risks associated with cryptocurrency trading and automated trading systems
* You have the knowledge and experience necessary to evaluate the risks and merits of any trading decisions

**Beta Program and Technology Risks** Our platform includes beta features and automated trading systems that are continuously being developed and refined. While we strive for reliability, technological systems can experience interruptions, delays, or malfunctions that may affect trading performance. We cannot guarantee uninterrupted service or error-free operation.

**Regulatory and Tax Considerations** Cryptocurrency trading regulations vary by jurisdiction and are subject to change. You are responsible for understanding and complying with all applicable laws and regulations in your jurisdiction. Additionally, trading activities may have tax implications, and you should consult with a qualified tax professional regarding your specific situation.

**Professional Advice Recommendation** Before engaging in any trading activity or using our automation services, we strongly recommend consulting with licensed financial advisors, tax professionals, or legal counsel who can provide personalized advice based on your individual financial circumstances and risk tolerance.

**Limitation of Liability** HedgeFi, its employees, affiliates, and service providers shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from your use of our platform or services, including but not limited to trading losses, system failures, or interruptions in service.

**Risk Management Reminder** While our platform includes built-in risk management features such as stop-loss mechanisms, these tools cannot eliminate all trading risks. Market conditions can change rapidly, and protective measures may not always execute as intended due to market volatility, liquidity constraints, or technical factors.

By using HedgeFi's services, you confirm that you have read, understood, and agree to these terms and acknowledge the risks involved in cryptocurrency trading and automated trading systems.


---

# 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://hedgefidevs-organization.gitbook.io/hedgefi-docs/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.
