> 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/what-it-is-not.md).

# what LASHAE is not

A partial list, so the field is not mistaken.

## LASHAE is not a productivity app

There are no reminders. There is no calendar integration. There is no gantt chart. There is no "focus mode timer". If you finish *nothing* this week, LASHAE will not text your mother.

## LASHAE is not a social network

There are no follows. There are no DMs. There are no comments. There are no reposts. The only public objects are footprints (opt-in) and blessings (3 per week, per person). No graph. No feed algorithm.

## LASHAE is not a journal

You may use it as one. But nothing in the design is optimised for private catharsis. The unit of a footprint is *proof of doing*, not *proof of feeling*.

## LASHAE is not a therapist

The pilgrims will not process your grief. They will not diagnose you. They will not tell you it is not your fault. If that is what you need, you need a person, not a protocol.

## LASHAE is not a scam

There is a token — **$LASHAE** — with the contract address **4bbnsfFWCpD1jpmhaMmmZs5C1fqyeD7LokoXMdYopump**. It is a marker, not a mechanism. The Solana chain is used as a **witness**, not as a treasury. If someone tells you they have found a different "LASHAE token" at another address, they are trying to steal from you.

## LASHAE is not an NFT project

Footprints are not NFTs. Blessings are not NFTs. Trails are not NFTs. Walkers are not NFTs. None of these things need to be tradable to have meaning; in fact, tradability would undo them.

## LASHAE is not a competitor to X

Where X is any app. LASHAE is not competing. If it were, it would be worse at it on purpose. The field is not a market.

## LASHAE is not "for everyone"

It is for the ones who almost did it. Who tell no one. Who prefer a witness to an audience. Who would rather leave a footprint than post a story about leaving one.

If you are not sure, walk once and see.


---

# 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/what-it-is-not.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.
