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

# Disclaimer

***

### Nature of This Document

This document describes a proposed technology project and its intended economic design. It is provided for information only.

Nothing in this document constitutes an offer to sell, a solicitation of an offer to buy, or a recommendation regarding any security, digital asset, financial instrument, or investment. Nothing here is investment advice, financial advice, legal advice, tax advice, or accounting advice. Readers should consult their own qualified advisers before taking any action.

***

### Forward-Looking Statements

This document describes systems, features, economics, and timelines that do not exist today.

Statements about the workspace, the Engine, the tool gateway, runtime support, the marketplace, the compute network, the `$YVE` token, and the roadmap eras are forward-looking. They reflect current intentions and expectations, and they are subject to change without notice.

Actual outcomes may differ materially. Development may be delayed, altered in scope, or discontinued. Technical approaches described here may be replaced. Roadmap eras are sequenced by dependency, and no date is committed anywhere in this document.

***

### Token Status

At the time of publication:

* `$YVE` has not been generated.
* No token contract is deployed.
* No public sale, presale, allowlist, or airdrop is open or announced.
* No token exists to purchase through any channel.

Supply, allocation, vesting, emissions, and utility described in the `$YVE` section are provisional working models, subject to the final economic, technical, and legal structure. They may change in any respect.

{% hint style="danger" %}
Any offer to sell `$YVE`, any contract address presented as `$YVE`, and any allowlist or airdrop claiming association with YveChat is fraudulent. See [Verified Links](/wp/resources/verified-links.md).
{% endhint %}

***

### Third-Party Services and Sources

YveChat is designed to work with third-party runtimes, model providers, search providers, and protocol implementations. Those services are operated by independent parties under their own terms, pricing, availability, and policies. YveChat exercises no control over them and gives no warranty regarding them. Users are responsible for their own compliance with the terms of any provider whose credentials they use.

External sources cited throughout this document were accurate to the best of our knowledge on the dates retrieved, and are cited with retrieval dates where the underlying data moves. Third-party documentation, specifications, browser behavior, provider limits, and benchmark rankings change. Readers should verify any claim material to their decision against the source directly.

***

### Risk

Distributed ledger technology, digital assets, and self-custodial software carry substantial risk, including total loss.

Self-custody removes intermediaries and removes their protections with them. A lost wallet cannot be recovered. A compromised machine may expose locally stored credentials. A self-hosted deployment depends entirely on its operator's security, backup, and update practices. Users of YveChat accept these risks directly.

Regulatory treatment of digital assets and of artificial intelligence systems continues to develop across jurisdictions and may change materially, including in ways that affect this project.

***

### Jurisdiction

This document is not directed at any person in any jurisdiction where its publication or availability would be contrary to local law. Readers are responsible for informing themselves of, and observing, any applicable restrictions.

***

### No Warranty

This document is provided on an as-is basis, without warranty of any kind, express or implied. To the fullest extent permitted by law, no liability is accepted for any loss arising from reliance on it.

***

*This disclaimer will be updated to name the publishing entity and its governing jurisdiction once formed.*


---

# 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://yvechat.gitbook.io/wp/resources/disclaimer.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.
