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

# Terms of Service

**Terms of Service**

Welcome to *Echo of the Horizon*. By accessing or using our game, website, or services, you agree to abide by these Terms of Service.

1. **Acceptance of Terms**\
   By creating an account or participating in *Echo of the Horizon*, you confirm that you are at least 18 years old or have parental consent and agree to these terms.
2. **Account and Conduct**\
   Users are responsible for safeguarding their account credentials. Any activity under your account is your responsibility. Harassment, cheating, and unauthorized modifications to the game are strictly prohibited.
3. **Intellectual Property**\
   All content, design, graphics, and intellectual property within *Echo of the Horizon* are owned by us or licensed. Unauthorized reproduction or distribution is prohibited.
4. **Cryptocurrency and In-Game Assets**\
   \&#xNAN;*Echo of the Horizon* uses cryptocurrency as in-game currency and allows users to earn, trade, or purchase digital assets. These assets may have value outside the game, but players are solely responsible for managing and securing them. Transactions are final and non-refundable.
5. **Limitations of Liability**\
   \&#xNAN;*Echo of the Horizon* is provided “as is.” We are not responsible for any loss, damage, or data breaches due to user actions, third-party services, or changes in cryptocurrency value.
6. **Modifications**\
   We reserve the right to modify or terminate services at any time, and we may amend these terms. Continued use signifies acceptance of updated terms.
7. **Privacy**\
   Please refer to our Privacy Policy for details on how we collect, use, and protect your information.


---

# 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://eoth.gitbook.io/eoth/terms-of-service.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.
