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

# Waitlist FAQ

### 1. Overview

#### Q1. What is the RWAPerp Waitlist? Is it free to join?

The RWAPerp Waitlist is an Early Access program that gives users the opportunity to access the platform before its public launch.

Users can join the Waitlist and connect wallet addresses previously used for trading on other perpetual DEXs. These wallets may be used to verify historical trading activity.

Joining the RWAPerp Waitlist is completely free.

***

### 2. Joining the Waitlist

#### Q2. What do I need to join the Waitlist?

Please refer to the requirements and tasks displayed on the official RWAPerp Waitlist page:

<https://rwaperp.xyz/>

The requirements may be updated during the campaign.

#### Q3. What are the benefits of joining the Waitlist?

By joining the Waitlist, you may have the opportunity to participate in future RWAPerp platform campaigns, Early Access programs, and community initiatives.

Additional benefits may be announced in future updates.

#### Q4. How is my Waitlist position determined?

Your Waitlist position is determined by your total Waitlist XP.

Whenever you complete a new task or connect an additional eligible trading wallet, the system will recalculate your total XP and update your position.

If multiple users have the same total XP, the user who joined the Waitlist earlier will receive the higher position.

**Waitlist XP Breakdown**

Your Waitlist position is primarily calculated based on the following tasks:

| Task                                  | Waitlist XP  |
| ------------------------------------- | ------------ |
| Connect your X account                | 10 XP        |
| Follow the official RWAPerp X account | 20 XP        |
| Connect and verify a wallet           | 20 XP        |
| Historical perpetual trading volume   | Up to 300 XP |
| Join the RWAPerp Discord              | 10 XP        |
| Join the RWAPerp Telegram community   | 10 XP        |
| Repost the designated campaign post   | 10 XP        |

The task status and final XP awarded will be based on the information displayed on the official Waitlist page.

#### Q5. How do I move up the queue?

You can improve your Waitlist position by:

* Connecting additional wallets with eligible perpetual trading history.
* Completing new tasks displayed on the Waitlist page.
* Participating in eligible RWAPerp trading activities once trading access becomes available.
* Increasing your eligible and verified trading activity.

#### Q6. Can I connect multiple wallets?

Yes.

The RWAPerp Waitlist supports up to three connected wallet addresses.

You may connect wallets previously used for trading on other perpetual DEXs so that RWAPerp can verify your historical trading activity.

Each wallet address must be verified separately through a wallet signature.

***

### 3. Access and Notifications

#### Q7. When will I receive access?

RWAPerp will gradually provide access to users in batches based on their Waitlist positions.

The process is as follows:

1. Users join the RWAPerp Waitlist.
2. RWAPerp divides eligible users into different access cohorts based on their rankings.
3. Users are notified when their cohort becomes eligible.
4. Selected users receive access to the RWAPerp Perps Beta.

Joining the Waitlist does not guarantee immediate access.

#### Q8. How will I know if I have received access?

When you become eligible for access, RWAPerp may notify you through the following channels:

* Updates from the official RWAPerp X account.
* Changes to your status on the Waitlist page.
* An email notification sent to your registered email address.

Please make sure that your account information and email address are correct.

#### Q9. What happens if I do not act after receiving an access notification?

If you do not activate or use your access within the required period:

* You may lose your current Early Access opportunity.
* Your place may be reassigned to another user.
* You may need to wait for a future access cohort.

Any applicable activation deadline will be included in the access notification.

***

### 4. What Early Access Includes

#### Q10. What do I receive as an Early Access user?

Early Access users may receive early access to the RWAPerp Beta, including:

* Access to perpetual contract trading features.
* The opportunity to test the platform before its public release.
* The ability to provide feedback and help improve the product.
* Participation in selected early-user tasks and campaigns.
* The opportunity to earn platform points by completing eligible trading and engagement tasks.

Early Access features and benefits may change as the product continues to develop.

***

### 5. Eligibility and Restrictions

#### Q11. Am I eligible to participate?

Eligibility depends on several factors, including:

* Whether you comply with the RWAPerp Terms of Use.
* Whether you pass the platform’s eligibility and compliance checks.
* Whether RWAPerp services are available in your country or region.

Users from certain jurisdictions may be restricted from accessing or using RWAPerp.

Joining the Waitlist does not guarantee eligibility or access to the platform.

***

### 6. Learn More

#### Q12. Where can I learn more about RWAPerp?

You can follow the official RWAPerp channels below:

**Official Website**\
<https://rwaperp.xyz/>

**X (Twitter)**\
<https://x.com/rwaperp>

**Discord**\
<https://discord.gg/hY5GukJ2WU>

For support, join the Discord community and submit your question through the **support-ticket** channel.

**Telegram Announcement Channel**\
@RWAPerpann

Follow the official RWAPerp channels to receive:

* Product updates.
* Beta access announcements.
* New feature releases.
* Waitlist and campaign updates.


---

# 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://rwaperp-1.gitbook.io/rwaperp-docs/faq/waitlist-faq.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.
