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

# Token Access

**1. Introduction**

This Token Access Memo ("Memo") outlines the eligibility criteria and restrictions for purchasing and holding the XOR Token (" The Token"). By participating in the Token sale or acquiring Tokens, you agree to comply with the terms and conditions outlined in this Memo.

**2. Eligibility**

2.1. **Ineligible Regions**: You are expressly prohibited from purchasing or holding Tokens if you are a resident or citizen of any jurisdiction where the sale or possession of Tokens is restricted or prohibited by applicable laws and regulations ("Restricted Regions").

**3. Representations and Warranties**

By purchasing or holding Tokens, you represent and warrant that:

3.1. You are not a resident or citizen of any Restricted Region.

3.2. You are of legal age and can enter into a legally binding agreement in your jurisdiction.

3.3. You have complied with all applicable laws and regulations in your jurisdiction related to the purchase and possession of Tokens.

**4. Disclaimer of Liability**

We disclaim any liability for losses, damages, or legal consequences arising from your purchase or possession of Tokens in violation of this Memo or any applicable laws and regulations.

**6. Updates and Amendments**

We may update and amend this Memo as necessary to comply with legal requirements or to clarify our policies. You are responsible for reviewing this Memo periodically to stay informed about any changes.

**7. Contact Information**

For questions or concerns about this Token Access Memo or eligibility criteria, please contact us at <support@xorion.network>


---

# 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://xorion-chain.gitbook.io/xorion-chain-docs/legal/token-access.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.
