> 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-deep-field/scarcity.md).

# scarcity, by design

Almost everything in modern software is **infinite**.

Infinite scroll. Infinite likes. Infinite follows. Infinite streaks. Infinite notifications. Infinite AI messages. Infinite retries. Infinite drafts.

The field is built on the opposite instinct. LASHAE's design is a small catalog of **deliberate scarcities.**

## the scarcities

| thing                     | scarcity                                | why                                      |
| ------------------------- | --------------------------------------- | ---------------------------------------- |
| **blessings**             | 3 per walker per rolling 7 days         | so each blessing must be *considered*.   |
| **pilgrims**              | 5 voices, no more                       | so no voice becomes a personality store. |
| **primitives**            | 4 (footprint, trail, blessing, pilgrim) | so the field cannot become a feed.       |
| **vow**                   | 1 sentence                              | so it is a promise, not a bio.           |
| **the quiet one's reply** | 1 sentence                              | so it is an action, not advice.          |
| **social objects**        | 1 (the blessing)                        | so there is nowhere to perform.          |
| **notifications**         | 0 by default                            | so the field is entered on purpose.      |
| **onboarding**            | 3 questions                             | so the door does not become a hallway.   |

## what scarcity produces

* **consideration.** you cannot bless casually if you only have three.
* **honesty.** you cannot inflate a footprint if the smallest is celebrated.
* **calm.** you cannot be overwhelmed by a surface that refuses to add more.
* **memory.** what is rare is remembered. what is infinite is scrolled past.

## the temptation to add

Every feature request LASHAE will ever receive can be phrased as *"just add…"*.

Just add reactions.\
Just add a streak.\
Just add follows.\
Just add a leaderboard for anchored footprints.

Each of these would work. Each of these would make the numbers go up.\
Each of these would kill the field.

The rule is written in stone at the bottom of the field:

> *the field is not built to hold your attention. it is built to hold your promises.*


---

# 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-deep-field/scarcity.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.
