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

# Terms of Use

#### 1. Introduction

Welcome to the TextRP beta-testing program. By accessing and using the TextRP app in its beta version, you agree to be bound by these Terms of Use. Please read them carefully.

#### 2. Eligibility

To participate in the TextRP beta-testing program, you must:

* Be at least 18 years of age or the age of majority in your jurisdiction.
* Possess at least one Launch Pack Non-Fungible Token (NFT) in your wallet.
* Have a valid account with XUMM wallet for authentication.

#### 3. Beta Testing Period

The beta-testing period commences on 30 November 2023 and concludes approximately July 2024, unless extended or terminated earlier by TextRP at its sole discretion.

#### 4. Use of Beta App

As a beta-tester, you are authorized to use the TextRP app solely for testing and evaluation purposes. This authorization is non-exclusive, non-transferable, and subject to these Terms.

#### 5. Risk of Data Loss

During the beta testing period, there is a risk that you may lose all or part of your messages. By participating in this beta test, you acknowledge and accept this risk. TextRP is not responsible for any such loss of messages or data.

#### 6. Confidentiality

You agree to:

* Maintain the confidentiality of all non-public information concerning the TextRP app.
* Not disclose any findings or results of the beta test without prior written consent from TextRP.
* Acknowledge that breach of this confidentiality may result in immediate termination of your beta-testing privileges and potential legal action.

#### 7. Feedback and Reporting

You are expected to:

* Provide timely, honest, and detailed feedback about your experience, including any bugs, errors, or issues encountered.
* Participate in surveys or feedback sessions as requested by TextRP.

#### 8. No Warranty

The TextRP app is provided "as-is" and without any warranties, express or implied, including but not limited to the implied warranties of merchantability or fitness for a particular purpose.

#### 9. Limitation of Liability

TextRP shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to loss of profits, data, use, goodwill, or other intangible losses resulting from your access to or use of the beta app.

#### 10. Changes and Updates

TextRP reserves the right to modify, update, or discontinue the beta app at any time without notice.

#### 11. Termination of Access

TextRP may terminate your access to the beta app at any time, for any reason, without notice.

#### 12. Acceptance of Terms

Your access and use of the TextRP beta app signify your acceptance of these Terms of Use. If you disagree with any part of these terms, you must discontinue use immediately.


---

# 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://help.textrp.io/terms-of-use.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.
