> For the complete documentation index, see [llms.txt](https://clarity-7.gitbook.io/clarity-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clarity-7.gitbook.io/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/education.md).

# Education hub

> Generated 2026-07-29T03:15:30Z · **language only** · compiler **`bin/misc`**

This track teaches **Moniversive Invariant Static** as a programming language: modules, invariants, outcomes, state, and signals. It does not cover products, institutions, or distributed ledgers — only how to read and write `.mis` and verify it with **`bin/misc`**.

## Reading order (multi-chapter)

| # | Chapter                                                                                                                                              | What you gain                                         |
| - | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| 1 | [Language mindset](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/01-language-mindset.md)                  | Why invariants + outcomes replace ad-hoc control flow |
| 2 | [Module anatomy](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/02-module-anatomy.md)                      | File shape, naming, comments, one-module rule         |
| 3 | [Invariants (deep)](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/03-invariants-deep.md)                  | Global truth, caps, relations, worked lines           |
| 4 | [Outcomes (deep)](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/04-outcomes-deep.md)                      | `require` / `constraint` patterns, composition        |
| 5 | [State, signals, fail](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/05-state-signals-fail.md)            | Persistent fields and observable events               |
| 6 | [Types & data](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/06-types-and-data.md)                        | `Bytes`, integers, `Account`, `@0`                    |
| 7 | [Worked examples](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/07-worked-examples.md)                    | Full modules with paragraph walkthroughs              |
| 8 | [Reading framework `.mis`](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/08-reading-framework-modules.md) | Recursion, routing, compiler kernel                   |
| — | [How to code (full track)](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/how-to-code-in-mis.md)           | Consolidated lessons + check commands                 |
| — | [Exercises](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/coding-exercises.md)                            | Practice checklist                                    |

## Runnable corpus

| Resource                                                                                                                 | Count                          |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------ |
| [MIS showcase](/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/mis-showcase.md) | **150** education `.mis` files |
| [Per-file excerpts](/clarity-docs/clarity-moniversive-invariant-static-mis/catalog-generated/sources.md)                 | Symbol lists + source previews |

```bash
bin/misc path.mis --check --compact-letters
```


---

# 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://clarity-7.gitbook.io/clarity-docs/clarity-moniversive-invariant-static-mis/education-learn-the-language-.mis/education.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.
