> ## Documentation Index
> Fetch the complete documentation index at: https://docs.areal.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> All notable changes to the RWT protocol and documentation

All notable changes to the **RWT protocol** and this documentation are recorded here.
Entries are listed newest first and follow [Keep a Changelog](https://keepachangelog.com)
conventions. Filter by tag:

<div style={{ display: "flex", gap: "6px", marginBottom: "1.5rem", flexWrap: "wrap" }}>
  <a href="/changelog/features" className="changelog-tag-link"><span className="changelog-tag changelog-tag-feature">Feature</span></a>
  <a href="/changelog/updates" className="changelog-tag-link"><span className="changelog-tag changelog-tag-update">Update</span></a>
  <a href="/changelog/fixes" className="changelog-tag-link"><span className="changelog-tag changelog-tag-fix">Fix</span></a>
  <a href="/changelog/breaking" className="changelog-tag-link"><span className="changelog-tag changelog-tag-breaking">Breaking</span></a>
  <a href="/changelog/security" className="changelog-tag-link"><span className="changelog-tag changelog-tag-security">Security</span></a>
  <a href="/changelog/compliance" className="changelog-tag-link"><span className="changelog-tag changelog-tag-compliance">Compliance</span></a>
</div>

***

<div className="changelog-entry">
  <div className="changelog-date">June 15, 2026</div>

  ### [Initial documentation release](/changelog/2026-06-15-initial-docs) <a href="/changelog/features" className="changelog-tag-link"><span className="changelog-tag changelog-tag-feature">Feature</span></a>

  First public version of the RWT documentation. Covers the two-token model (RWT / stRWT),
  Book NAV, the mint invariant, and the 40 / 30 / 20 / 10 yield distribution. Bilingual
  (EN / RU) and built on Mintlify.
</div>

***

<Accordion title="What the tags mean">
  | Tag                                                                        | Meaning                                                   |
  | -------------------------------------------------------------------------- | --------------------------------------------------------- |
  | <span className="changelog-tag changelog-tag-feature">Feature</span>       | New capability, module, or page added.                    |
  | <span className="changelog-tag changelog-tag-update">Update</span>         | Parameter change, tuning, or non-breaking adjustment.     |
  | <span className="changelog-tag changelog-tag-fix">Fix</span>               | Bug fix or correction.                                    |
  | <span className="changelog-tag changelog-tag-breaking">Breaking</span>     | Change that may require action from integrators or users. |
  | <span className="changelog-tag changelog-tag-security">Security</span>     | Security-relevant change, hardening, or disclosure.       |
  | <span className="changelog-tag changelog-tag-compliance">Compliance</span> | Legal, regulatory, or eligibility-related change.         |

  An entry can carry more than one tag (e.g. a change that is both **Breaking** and **Compliance**).
</Accordion>
