> For the complete documentation index, see [llms.txt](https://docs.xyes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyes.com/policies-and-terms/policies/crypto-futures-terms.md).

# Crypto Futures Terms

## **XYes.com Cryptocurrency Futures Terms and Conditions**

These terms of use ("Terms") constitute an agreement between you ("User") and XYes.com ("XYes"). By using XYes's cryptocurrency futures services, you agree to accept and comply with these Terms. If you do not agree, do not use the service.

**1. Changes to Terms**\
XYes reserves the right to modify these Terms at any time. The revised Terms will be published on the website and take effect upon posting. Continued use of the services indicates your acceptance of the modified Terms.

**2. User Responsibilities**\
By using XYes cryptocurrency futures, you acknowledge and agree that:

* Trading involves risk, and you understand the related content.
* You assume all risks related to trading, and XYes is not responsible for the results of your trades.
* You are of legal age and have the authority to conduct such transactions.
* You will use a legitimate XYes account and will not operate multiple accounts.
* You will not engage in any improper conduct, including but not limited to fraud, providing false information, or conducting cyberattacks.
* You will promptly update your account information and comply with all applicable laws.

**3. Limitation of Liability**\
XYes cryptocurrency futures are provided "as is," without any warranties. XYes is not liable for any loss or damage resulting from the use of the service, including but not limited to indirect or incidental losses.

**4. Tax Responsibility**\
Users are solely responsible for all tax obligations related to their trades. XYes does not provide advice or assume responsibility for users' tax issues.

**5. Usage Restrictions**\
You declare that you are not located in any restricted country or region and are not subject to international sanctions. It is your responsibility to ensure that using XYes cryptocurrency futures is legal in your jurisdiction.

**6. Account Suspension and Termination**\
XYes reserves the right to suspend or terminate user accounts, especially in cases of suspected suspicious activity or violations of the Terms.

**7. Disclaimer**\
By using cryptocurrency futures, users acknowledge, understand, and accept all risks, including potential loss of funds.

**8. Final Terms**\
These Terms, along with the Privacy Policy and other related rules, constitute the complete agreement between you and XYes regarding the use of cryptocurrency futures services. By using the service, you agree to accept and comply with these Terms.


---

# 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.xyes.com/policies-and-terms/policies/crypto-futures-terms.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.
