> 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-swap-terms.md).

# Crypto Swap Terms

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

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

**1. Service Overview**\
XYes provides a cryptocurrency exchange service that allows you to exchange available cryptocurrencies on the platform at real-time rates. The exchange rates may differ from those on other platforms.

**2. Risk Warning**\
The value of cryptocurrencies fluctuates significantly, and there is a risk of financial loss, for which you are responsible.\
You can only exchange cryptocurrencies from your account balance, not from bonus balances.

**3. Transaction Rules**\
Once a transaction is confirmed, the tokens of the selected currency will be credited within 1 hour, but no later than 24 hours.\
The exchanged tokens can be used for platform games or withdrawn to your cryptocurrency wallet.

**4. Limitation of Liability**\
XYes is not responsible for any losses or consequences resulting from cryptocurrency exchange rate fluctuations.\
Additionally, XYes is not liable for any loss of funds due to illegal activities by third parties (e.g., hacking).

**5. Tax Responsibility**\
Users are solely responsible for all tax obligations related to the cryptocurrencies they obtain. XYes assumes no responsibility for tax matters.

**6. Compliance Matters**\
Users confirm that the cryptocurrency they deposit and the funds they use are legally sourced and are not involved in money laundering, terrorist financing, or other illegal activities. XYes reserves the right to verify the source of funds and may freeze accounts if necessary.

**7. Changes to Terms**\
XYes reserves the right to modify these Terms at any time, with the updated Terms being posted on the website.

**8. Final Terms**\
These Terms, along with the relevant privacy policy, constitute the complete agreement between you and XYes regarding cryptocurrency exchange services. By using the service, you agree to accept and comply with the above 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-swap-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.
