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

# Overview

The Stormrae Portal is your entry point into the participation layer. The Portal is the first version of the Stormrae MVP, launched after the waitlist ends.

If you had an account on waitlist.stormrae.ai, it has been migrated to portal.stormrae.ai. All 172K+ users are now migrated. Your shards, echoes, and guild status carry over.

#### Getting Started

Stormrae runs on Solana. You need a Solana-compatible wallet to access the portal.

Supported wallets:

| Wallet   |
| -------- |
| Phantom  |
| Solflare |
| Backpack |
| Jupiter  |

#### How to connect

1. Visit [portal.stormrae.ai](http://portal.stormrae.ai/)
2. Click Connect Wallet
3. Select your wallet and approve the connection
4. Link your Twitter account to complete registration

You only need to connect once. Your shards, echoes, and rewards are all linked to your wallet address.

Your dashboard displays two main numbers: Shards and Echoes. These track your participation and referrals. You also receive a Guild badge based on your arrival position.

Early participants have base shards, access to free credits at launch, and higher guild status.

<br>


---

# 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:

```
GET https://docs.stormrae.ai/waitlist/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
