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

# Peace Index

The Peace Index is a single composite number that describes the current mood of the shrine — how settled or how turbulent the vessels are.

![Peace Index](/files/bktJUtKFEWu5zlYdmEAF)

## Reading the orb

The page centres on an animated orb whose glow, colour, and tempo shift with the current index value:

* **High peace** — slow, warm, steady glow. The vessels are stable, inflows and outflows are balanced, movements are unhurried.
* **Middle peace** — a working shrine. Activity is normal, neither still nor strained.
* **Low peace** — the orb quickens and cools. Volatility, unusual outflows, or concentrated counterparties push the index down.

## What feeds the index

The index is a weighted combination of signals derived from the vessels' recent activity:

* Net flow direction and magnitude across a rolling window.
* Frequency and burstiness of transactions.
* Diversity of counterparties.
* Stillness — the value of *not moving*.

The exact weights are tuned to keep the orb legible; they are not a trading signal and should not be interpreted as one.

## Why a single number

The shrine already offers deep detail on the Treasury, Vessels, Ledger, and Chronicle pages. The Peace Index exists so a returning visitor can read the shrine's mood in one glance, before deciding whether to descend into the detail.


---

# 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://thesanctum.gitbook.io/thesanctum-docs/surfaces/peace-index.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.
