# Disclaimer

**Last Updated: June 12, 2025**

Algo724 provides its algorithmic trading platform (the "Service") for informational and operational purposes only. Your use of the Service is subject to the following disclaimer.

**No Financial, Investment, Legal, or Tax Advice**: The information, tools, and strategies provided through the Service are not intended to be, and should not be construed as, financial advice or investment recommendations. Algo724 is not a registered investment advisor. You should consult with qualified professionals for any financial, investment, legal, or tax advice.

**User Responsibility and Due Diligence**: You are solely responsible for the bot strategies you choose, the parameters you configure, and the outcomes of the trades executed. You should conduct your own thorough research and due diligence ("DYOR") before automating any trading strategy. Reliance on any information or tool provided by the Service is solely at your own risk.

**Risks of Automated Trading and Cryptocurrencies**: You acknowledge and agree that:

* **Market Risk & Volatility**: Digital assets are highly volatile. Past performance of a bot or strategy is not indicative of future results. The value of your portfolio can go down as well as up.
* **Execution Risk**: The Service relies on third-party exchanges for trade execution. Risks such as price slippage, latency, partial fills, and exchange downtime can affect your bot's performance.
* **Technical Risk**: While we strive for a robust platform, all software is subject to potential bugs, errors, or downtime that could impact bot operations.
* **API Risk**: The connection to your exchange is dependent on the exchange's API functioning correctly. Any issues with the exchange's API can prevent the bot from executing trades.
* **Configuration Risk**: A misconfiguration of a bot's parameters by the user can lead to unintended behavior and potential financial loss.

**No Guarantees or Warranties**: The Service is provided on an "AS IS" and "AS AVAILABLE" basis. Algo724 expressly disclaims all warranties of any kind. We do not warrant that the Service will be uninterrupted, error-free, or that defects will be corrected.

**Not a Fiduciary**: Your use of the Service does not create any fiduciary relationship between you and Algo724.

For the full terms, please visit our **Terms and Conditions** page.\
If you have any questions about this Disclaimer, please contact us at: <info@algo724.com>


---

# Agent Instructions: 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:

```
GET https://docs.algo724.com/legal-and-policies/disclaimer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
