# Rune Alpha Period

The Rune protocol is currently in the pre-launch phase, with our dedicated Chef team meticulously crafting an Alpha version. This preliminary version is designed to meet the exacting standards of the upcoming mainnet release. This demo is intended for those who are at the forefront of technology adoption, the true "Alphas."

* The protocol is currently adhering to the ordinal version 0.11.1, which can be found in the commit history on the GitHub repository: <https://github.com/0xmodule/ord/commits/master>
* The protocol signature has been updated to `RUNE_ALPHA`.
* The mainnet can be scanned at the following URL: [scan.runealpha.xyz](https://scan.runealpha.xyz/). For the testnet, please use this URL: [testnet-scan.runealpha.xyz](https://testnet-scan.runealpha.xyz/)

Rune Standards:

💠 Implement open etchings ([#2548](https://github.com/ordinals/ord/pull/2548)) ✅\
💠 Implement splits ([#2530](https://github.com/ordinals/ord/pull/2530))✅\
💠 Encode runestones with tags ([#2547](https://github.com/ordinals/ord/pull/2547))✅\
💠 Edict with zero amount allocates all remaining runes ([#2531](https://github.com/ordinals/ord/pull/2531))✅\
💠 Always create rune, even if none were allocated ([#2543](https://github.com/ordinals/ord/pull/2543))✅\
💠 Delta encode Rune IDs in edicts ([#2532](https://github.com/ordinals/ord/pull/2532))✅\
💠 Track burned runes ([#2511](https://github.com/ordinals/ord/pull/2511))✅\
💠 Don't encode divisibility if zero ([#2510](https://github.com/ordinals/ord/pull/2510))✅\
💠 Format rune supply using divisibility ([#2509](https://github.com/ordinals/ord/pull/2509))✅

**CAUTION**: Remember, this is not a gourmet meal, so only the most adventurous palates should take a bite.<br>

<figure><img src="/files/ULvu50awKbM8x8AWr6cl" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.runealpha.xyz/en/rune-alpha-period.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.
