> For the complete documentation index, see [llms.txt](https://docs.evedex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evedex.com/legal/global/ai-bots/terms-of-use-bots.md).

# Terms of Use: Bots

**1. General**

1.1. These Terms of Use: Bots (“Terms”) explain the terms and conditions by which you may use bots, available on the Platform, including AI Bots (the “Bots”).

1.2. Bots made available by EVEDEX Ltd. (“Company”, “we”, “us” or “our”), unless otherwise indicated by us.

1.3. Please read these Terms carefully, as these Terms govern your use of the Bots.

1.4. By using the AI Bots, you accept and agree to be bound by and to comply with these Terms. If you do not agree to these Terms, then you must not access or use the Bots.

1.5. These Terms form part of, and shall be read together with, each of the terms and conditions available on the Company’s platform (the “Platform”).

**2. Use of Bots**

2.1. These Terms apply to the use of any trading tools available through the Platform, which enables users to place orders for execution by way of a predetermined execution methodology, which are based on AI tools.

2.2. In offering Bots to Users, EVEDEX does not provide any investment advice or recommending any particular Bot, trading strategy and/or trading parameter as appropriate and/or suitable for User. User shall be solely responsible for determining whether or not to make use of any Bots and for selecting an appropriate feature, trading strategy and/or parameters in light of their investment objectives, risk tolerance, financial situation and needs. EVEDEX makes no representation or warranty as to the outcome of the use of any Bot and will not be liable to User for any loss that might arise from or in connection with their use of any Bot.

2.3. The Platform allows Users to join trading strategies, including those created by AI, so as to enable transactions to be executed automatically by way of algorithm, based on certain parameters as selected by the User or by the respective Bot chosen by the User (the “Strategy”).

2.4. User acknowledges that the selected Strategy will dictate the operation of the trading and that User shall be entirely responsible for choosing the strategy, regardless of whether such strategy are suggested or pre-populated on the Platform and regardless whether the Strategy is based on the suggestions of third-parties, AI tools or otherwise.

2.5. User shall be responsible for ensuring that the chosen Strategy is appropriate for User in light of their own investment objectives and will be consistent with any limitations or conditions that may apply to User with respect to the execution of any transaction. Use of any Strategy is at User’s own discretion and EVEDEX does not determine the suitability of any Strategy for User or make any representation or warranty that any Strategy will be profitable. Any risk associated with a chosen Strategy resides solely with User, not EVEDEX.

2.6. The User acknowledges and accepts that any indication of historical profit or loss, which has been made or would have been made by any Bot, is for informative and illustrative purposes and does not guarantee any profit in the future.

2.7. The User also acknowledges that the Bots and respective Strategy may be cancelled due to regulatory restrictions, market disruption, and/or systems failure. EVEDEX shall not be liable to User in respect of any losses incurred in connection with the cancellation of any Bot or Strategy.

2.8. Given the associated risks, Users shall be responsible for ensuring that they fully understand the risks of any Strategy and for conducting thorough due diligence to ensure that this feature is suitable for them and that they have read and agreed with the risk disclosures available on the Platform.

2.9. Transactions entered into the Bot may incur trading fees. User should consider the impact of trading fees on the performance of the relevant Strategy before deciding to use any Bot.

**3. No warranties and no fiduciary duty**

3.1. To the fullest extent permitted by law, we disclaim any representations and warranties of any kind, whether express, implied, or statutory, including, but not limited to, the warranties of merchantability and fitness for a particular purpose, for any profit and profit in general. You acknowledge and agree that your use of the Bots is at your own risk. We do not represent or warrant that access to the Bots will be continuous, uninterrupted, timely, or secure; that the information contained in Bots or Strategy will be accurate, reliable, complete, or current; or that Bots will be free from errors, defects, viruses, or other harmful elements. No advice, information, or statement that we make should be treated as creating any warranty concerning the Bots. We do not endorse, guarantee, or assume responsibility for any advertisements, offers, or statements made by third parties concerning the Bots.

3.2. EVEDEX does not act as a fiduciary, investment adviser, or trustee for any User in connection with the Bots. No information, functionality, or feature made available through the Bots shall be construed as personalized investment advice or a fiduciary recommendation. Users remain solely responsible for their own investment decisions, strategies, and risk management.

**4. Suspension and Termination**

4.1. EVEDEX reserves the right, at its sole discretion, to suspend, restrict, or terminate an access to the Bots or Strategy at any time and without prior notice, including but not limited to cases of technical issues, regulatory requirements, suspected misuse, security concerns, or other reasons deemed necessary by the Company. The Company shall not be liable for any losses or damages arising from such suspension, restriction, or termination.

**5. Miscellaneous**

5.1. In all other regards our relations should be governed by the terms and conditions available on the Platform.


---

# 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://docs.evedex.com/legal/global/ai-bots/terms-of-use-bots.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.
