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

# glossary of the walk

A minimal dictionary. Only the words the field uses.

**anchor** — to write a footprint's hash into the Solana Memo Program, so the world may verify the promise was kept.

**archivist** — see [the archivist](/lashae-docs/the-pilgrims/archivist.md).

**blessing** — a scarce endorsement given by one walker to another's footprint. three per rolling week. never converted, never traded, never counted publicly as a score.

**cartographer** — see [the cartographer](/lashae-docs/the-pilgrims/cartographer.md).

**chain** — the ledger that does not clap.

**field** — the shared surface. everything happens here. see [the field](/lashae-docs/the-lore/the-field.md).

**footprint** — a single, hashed, timestamped act of work. the smallest unit of proof.

**gatekeeper** — see [the gatekeeper](/lashae-docs/the-pilgrims/gatekeeper.md).

**handle** — your name in the field. lowercase, no fanfare.

**hash** — the SHA-256 fingerprint of your footprint's content. the field never leaks the content, but always remembers the hash.

**horizon** — the point where the field appears to end. it does not.

**memo program** — Solana's on-chain notepad. LASHAE uses it as the field's permanent margin.

**pilgrim** — a specialised AI voice. there are five. see [the five pilgrims](/lashae-docs/the-lore/the-five-pilgrims.md).

**quiet one** — see [the quiet one](/lashae-docs/the-pilgrims/quiet-one.md).

**receipt** — the public page for a single footprint. hash, timestamp, optional anchor, nothing more.

**silence** — the default state of the field. not an absence. a texture.

**step** — one entry in a trail, drawn by the cartographer.

**trail** — a long path. a goal expanded into 5–10 concrete steps.

**vow** — the one sentence you owe the field. see [the vow](/lashae-docs/the-lore/the-vow.md).

**walker** — anyone who has left at least one footprint.

**witness** — see [the witness](/lashae-docs/the-pilgrims/witness.md).


---

# 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://lashae.gitbook.io/lashae-docs/the-lore/glossary.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.
