> For the complete documentation index, see [llms.txt](https://rig-rooms.gitbook.io/rig-rooms-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rig-rooms.gitbook.io/rig-rooms-docs/trust/signup-email-rules.md).

# Signup Email Rules

Rig Rooms restricts signup emails to reduce throwaway farms and abuse. If signup fails, check these rules first.

## Local-part rules (before the `@`)

* Letters and numbers only
* At least **6** characters
* **No** `.` `+` `_` `-` or other symbols
* Birth-year suffixes like `name2000` are OK
* A single trailing digit can be OK if the handle is long enough
* Short number-only suffixes like `name12` are often blocked
* Plus-tags and dotted Gmail tricks are blocked

## Allowed provider examples

Common consumer providers are supported (Gmail, Outlook/Hotmail, Yahoo, iCloud, AOL, Verizon, and several regional providers such as QQ/foxmail and NetEase). Unsupported / disposable domains are rejected.

## After signup

1. Verify email
2. Hold **≥ 100,000 $COMPUTE** on-chain in the platform wallet to unlock welcome packs / earning gates
3. Build an operational rig — [Getting Started](/rig-rooms-docs/play-and-earn/getting-started.md)

## Related

* [Play](https://rigrooms.com/play/login)
* [Is Rig Rooms Legit?](/rig-rooms-docs/trust/is-rig-rooms-legit.md)
* [FAQ](/rig-rooms-docs/help/faq.md)
* Site guide: [Signup email rules](https://rigrooms.com/guidebook/signup-email-rules)


---

# 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://rig-rooms.gitbook.io/rig-rooms-docs/trust/signup-email-rules.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.
