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

# Terms of Use

Acceptance of the Terms of Use These terms of use are entered into by and between you and Cryptoman ("Extension", "we" or "us"). The following terms and conditions govern your access to and use of our browser extension, including any content, functionality, and services offered through our Extension.

**Please read the Terms of Use carefully before you start to use the Extension.**&#x20;

By using the Extension, you accept and agree to be bound and abide by these Terms of Use. If you do not agree to these Terms of Use, you must not access or use the Extension.

#### Description of the Extension&#x20;

Cryptoman is a dynamic Chrome extension designed to enhance your X (Twitter) experience by providing real-time cryptocurrency price tracking.&#x20;

Whenever you browse X (Twitter), Cryptoman detects cryptocurrency mentions and displays current prices, market data, and trends. The extension seamlessly integrates with both CoinMarketCap and CoinPaprika APIs, ensuring reliable and accurate cryptocurrency data.

The extension operates by analyzing tweet content and injecting price information into the web interface. It requires specific permissions to access and modify web content, ensuring it can function as intended. These permissions are only used to facilitate the price tracking features and do not involve collecting personal data.

#### Who May Use the Extension&#x20;

This Extension is offered and available to users who are 13 years of age or older for personal use only and not for commercial use. By using this Extension, you represent and warrant that you (i) are 13 years of age or older, (ii) are not barred from using the Extension under any applicable law, and (iii) are using the Extension only for your own personal use. If you do not meet these requirements, you must not access or use the Extension.

#### Changes to the Terms of Use&#x20;

We may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them. Your continued use of the Extension following the posting of revised Terms of Use means that you accept and agree to the changes.

### User Responsibilities You are responsible for:

* Making all arrangements necessary for you to access the Extension
* Ensuring that you use the Extension in compliance with these Terms
* Managing your CoinMarketCap API key securely
* Using the Extension responsibly and within API rate limits
* Understanding that cryptocurrency price data is for informational purposes only

#### Intellectual Property Rights&#x20;

The Extension and its entire contents, features, and functionality (including but not limited to all information, software, code, text, displays, images, and the design, selection, and arrangement thereof), are owned by Cryptoman, its licensors, or other providers of such material and are protected by copyright, trademark, patent, trade secret, and other intellectual property or proprietary rights laws.

#### Restrictions on Use of Code&#x20;

The source code, design, and any associated materials of Cryptoman (collectively referred to as the "Software") are protected by copyright and other intellectual property laws. The following restrictions apply:

* No Modification or Derivative Works
* No Redistribution
* No Commercial Use
* Protection of Proprietary Rights

#### Prohibited Uses&#x20;

You may use the Extension only for lawful purposes and in accordance with these Terms of Use. You agree not to:

* Use the Extension in any way that violates any applicable law or regulation
* Attempt to interfere with the proper working of the Extension
* Bypass or attempt to bypass API rate limits
* Use the Extension for any commercial purpose
* Modify, decompile, or reverse engineer the Extension

#### Disclaimer of Warranties&#x20;

**YOUR USE OF THE EXTENSION IS AT YOUR OWN RISK. THE EXTENSION AND ALL INFORMATION, CONTENT, MATERIALS, AND FEATURES ARE PROVIDED 'AS IS' AND 'AS AVAILABLE' WITHOUT WARRANTY OF ANY KIND.**

#### Indemnification&#x20;

You agree to defend, indemnify, and hold harmless Cryptoman and its licensors from and against any claims, liabilities, damages, judgments, awards, losses, costs, expenses, or fees arising out of your use of the Extension.

#### Waiver and Severability&#x20;

No waiver by Cryptoman of any term in these Terms of Use shall be deemed a further or continuing waiver. If any provision of these Terms is held invalid, the remainder of the Terms will continue in full force and effect.

#### Entire Agreement&#x20;

The Terms of Use constitute the sole and entire agreement between you and Cryptoman regarding the Extension and supersede all prior agreements and understandings.

#### Feedback and Concerns&#x20;

This Extension is operated by Cryptoman. All feedback, comments, requests for technical support, and other communications relating to the Extension should be directed to us via the contact information below:

<digitaldesignug@gmail.com> or directly on <mark style="color:orange;">**x.com/cryptomanai**</mark>

#### Thank you for using Cryptoman and for helping us keep it secure and efficient.


---

# 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://cryptoman-1.gitbook.io/cryptoman-docs/about/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.
