> For the complete documentation index, see [llms.txt](https://docs.0xequity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0xequity.com/faq/eligibility.md).

# Eligibility

#### 1. Who can Invest, Redeem, and Trade XEFR?

Ensuring responsible participation in the 0xequity ecosystem is a top priority. Here's a breakdown of eligibility for acquiring, redeeming, and trading XEFR tokens:

**Restricted Locations:**

To safeguard compliance and adhere to regulations, certain geographical limitations apply. Individuals or organizations (depending on the investor) residing in the following locations are ineligible:

* The United States (including its territories and possessions)
* Crimea, Cuba, Iran, North Korea, or Syria
* Belarus, Burma, Burundi, Central African Republic, Cuba, Democratic Republic of Congo, Iran, Iraq, Liberia, Libya, Mali, Nicaragua, North Korea, Somalia, South Sudan, Sudan, Syria, Venezuela, Yemen, and Zimbabwe.
* Any country, territory, or region subject to international sanctions

**Onboarding Requirements:**

To invest in or redeem wXEFR through 0xequity, completing our onboarding process is mandatory. This process incorporates standard Know Your Customer (KYC/AML) checks to ensure transparency and prevent financial misconduct.

**Additional Considerations:**

Please be aware that additional restrictions may be implemented. We recommend staying updated with our platform's terms and conditions.

**On-chain Liquidity:**

XEFR liquidity will be available on the Arbitrum & BASE blockchains. Work is in progress to bridge it to other chains.&#x20;


---

# 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://docs.0xequity.com/faq/eligibility.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.
