> For the complete documentation index, see [llms.txt](https://docs.da.systems/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.da.systems/docs/register-das/open-registration-rules.md).

# Open Registration Rules

DAS accounts as a public resource should be avoided to be hoarded by a few people when the social influence is not enough.DAS account registration is opened gradually.

| Account Character Length | Open Registration Rules                                      |
| ------------------------ | ------------------------------------------------------------ |
| 10 digits and above      | All registrations will be open on the day of launch.         |
| 4-9 digits               | On September 17 at 2:00 (UTC+0) it will be opened up to 35%. |
| 1\~3 digits              | To be determined.                                            |

Which accounts can be registered is calculated by a publicly available [algorithm](https://github.com/DeAccountSystems/das-contracts/blob/fca9bfafb79950c7c5d4a86cb379f114b0188ccd/contracts/pre-account-cell-type/src/entry.rs#L579-L584), depending on the account name itself.


---

# 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.da.systems/docs/register-das/open-registration-rules.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.
