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

# Terms Of Service

Please read these terms of service carefully before using Foreon Network.

By using Foreon Network, you agree to be bound by these terms of service. If you do not agree to these terms of service, do not use Foreon Network.

1. Introduction Foreon Network is a decentralized platform that allows users to create and participate in prediction markets. By using Foreon Network, you acknowledge that you are solely responsible for any risks associated with the use of the platform.
2. Use of Foreon Network You agree to use Foreon Network in accordance with these terms of service, as well as any applicable laws and regulations. You agree not to use Foreon Network for any illegal or unauthorized purpose, and you agree not to interfere with the operation of the platform.
3. Ownership and Intellectual Property Foreon Network and its content are owned by Foreon Network, and are protected by copyright, trademark, and other intellectual property laws. You may not use Foreon Network for any commercial purpose without the prior written consent of Foreon Network.
4. Disclaimer of Warranties Foreon Network is provided "as is" and without warranty of any kind. Foreon Network makes no warranties, express or implied, regarding the accuracy, reliability, or completeness of the platform or any content or services provided through the platform.
5. Limitation of Liability In no event shall Foreon Network be liable for any direct, indirect, incidental, special, or consequential damages arising out of or in connection with the use of Foreon Network.
6. Indemnification You agree to indemnify and hold Foreon Network harmless from any and all claims, damages, losses, and expenses arising out of or in connection with your use of Foreon Network.
7. Modification of Terms Foreon Network may modify these terms of service at any time without notice. Your continued use of Foreon Network following any such modification constitutes your agreement to be bound by the modified terms of service.
8. Governing Law These terms of service are governed by and construed in accordance with the laws of \[insert governing law and jurisdiction].
9. Entire Agreement These terms of service constitute the entire agreement between you and Foreon Network with respect to the use of Foreon Network.

If you have any questions or concerns about these terms of service, please contact us at \[<beep@foreon.network>].


---

# 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.foreon.network/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.
