> 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/readme.md).

# LASHAE

![the field remembers who kept walking](https://lashae.us/__l5e/assets-v1/4110c67a-66ca-4575-8557-365696b276b3/lashae-cover.png)

> *lashae* (n.) — one who is blessed. in this field, being blessed does not mean being lucky. it means you were given a path and cursed with the need to keep walking it.

***

## what this is

LASHAE is a minimal AI accountability protocol on **Solana**.\
It is not a productivity app. It is not a social network. It is not a game.

It is a **field**.

There is a token — **$LASHAE** — at `4bbnsfFWCpD1jpmhaMmmZs5C1fqyeD7LokoXMdYopump`. It is a marker, not a mechanism. You do not need it to walk.

You enter it alone. You are given a **trail**. You leave **footprints**. Sometimes, if the work is real, another walker leaves you a **blessing** — of which there are only three per week, per person, in the entire field.

The chain does not clap. It remembers.

***

## the four primitives

| primitive     | meaning                                                                   |
| ------------- | ------------------------------------------------------------------------- |
| **footprint** | a single proof of progress. small. hashed. optionally anchored to Solana. |
| **trail**     | a long path. a goal broken into steps by the Cartographer.                |
| **blessing**  | scarce recognition. 3 per user per rolling 7 days. never a "like".        |
| **pilgrim**   | a quiet AI helper. five of them. each with one voice.                     |

***

## the promise

* **one step is enough.**
* **bless the work, not the noise.**
* **the chain does not clap. it remembers.**

***

## for whom

For the ones who *almost* did it last year.\
For the ones who tell no one what they are building.\
For the ones who do not need applause, only a witness.

If you are looking for streaks, gamification, or dopamine — the field is not for you. Close this doc. Go in peace.

If you are still reading — keep walking.


---

# 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/readme.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.
