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

# Terms of Use

Upgradable Traits, HotDog: Recipes, HotDog Season 1 Tickets, HotDog Wardrobe, case openings, raffles, leaderboards, and all related features are covered by the same Terms of Service that apply to the HOTDOGS WTF Portal.

By accessing or using these systems, you agree to the applicable Terms of Service, platform rules, and related policies. If you do not agree with these terms, you should not use the platform or interact with its related features.

You are responsible for the security of your wallet and any connected accounts. NFT ownership is verified on-chain, and the platform does not custody your NFTs.

Ownership of Abstract Hotdogs NFTs may grant access to certain platform features, including badges, points, raffles, tickets, or other eligibility-based experiences. These features may change, be updated, or be discontinued over time.

You may not use the platform for illegal activity, attempt to exploit or manipulate platform features, engage in fraudulent behavior, harass other users, or violate any applicable laws or platform rules.

The platform, including its design, code, content, systems, and related features, is owned or operated by HotDogs WTF LLC. Abstract Hotdogs NFT artwork may be subject to separate licensing terms outlined in the relevant documentation.

The platform is provided “as is” without warranties of any kind. We do not guarantee uninterrupted access, error-free operation, or protection against every possible technical issue, exploit, or external threat.

HotDogs WTF LLC shall not be liable for indirect, incidental, or consequential damages arising from your use of the platform. Our total liability is limited to the amount you paid, if any, to access the platform.

We may modify these Terms of Service at any time. Continued use of the platform after changes are made means you accept the updated terms.

These Terms of Service are governed by the laws of Wyoming, United States. Any disputes shall be resolved in the courts of Wyoming.

For questions about these terms, contact us through Discord or Twitter at [**@AbstractHotDogs.**](https://x.com/AbstractHotDogs)


---

# 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://hotdogs-1.gitbook.io/upgradable-traits/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.
