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

# Legal

## Disclaimer

The content provided is for informational purposes only and does not constitute legal, tax, investment, financial, or any other form of advice. Individuals should not make decisions or refrain from making decisions based solely on the information provided here or any other materials offered, including but not limited to blog posts, data, articles, links to third-party content, Discord discussions, news feeds, tutorials, tweets, and videos. Before making any significant decisions, it is advisable for individuals to seek independent professional advice from licensed and qualified individuals relevant to their specific area of concern. This information may not cover all aspects of Vingt.io or its offerings. For a comprehensive understanding, additional documentation regarding Vingt.io's operations, ecosystem, and community can be found on the Vingt.io website.

Restricted tokens should not be purchased or acquired by individuals falling under specific categories. They are considered Restricted Persons and should refrain from purchasing or acquiring restricted tokens if they are citizens, residents (for tax or other purposes), green card holders, incorporated in, owned or controlled by a person or entity in, located in, or have a registered office or principal place of business in the U.S. Additionally, if they are in any jurisdiction where the offer, sale, and/or purchase of any of the token products is deemed unlawful, prohibited, or unauthorized, they are also classified as Restricted Persons. This term includes, but is not limited to, natural persons, firms, companies, partnerships, trusts, corporations, entities, governments, states or agencies of a state, or any other incorporated or unincorporated body or association that exists under the laws of a jurisdiction where such activities are unlawful, prohibited, or unauthorized. Restricted tokens are not to be resold or transferred to any Restricted Person. Such transfers or resale are strictly prohibited. Individuals are advised to refer to the list of Tokens Restricted for Restricted Persons for more information. It is their responsibility to familiarize themselves with and adhere to the Terms of Service when using the products.


---

# 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://vingt-io.gitbook.io/vingt.io/miscellaneous/legal.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.
