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

# frequently unasked questions

The ones nobody asks, that are worth answering anyway.

### is there a mobile app?

No. The field is a web page. It works on a phone. It does not need a home screen icon to remember you.

### do I need a wallet?

No. Anchoring is optional. You may leave footprints without ever connecting a wallet. Anchoring is for the walkers who want a witness beyond LASHAE itself.

### do I need to know anything about Solana?

No. If you choose to anchor, the wallet adapter walks you through it. If you never anchor, you never see Solana at all.

### can I export my footprints?

Yes. Every walker can export their footprints as JSON, including hashes and (if present) anchor signatures. The exported file is enough to verify each anchored footprint against Solana independently of LASHAE.

### can other walkers see my footprints?

Only the ones you mark **public**. Private footprints are visible only to you. Their hashes, if anchored, are visible on-chain — but the chain sees only the fingerprint, not the content.

### can I bless my own footprint?

No. The database refuses.

### is there a token?

Yes. **$LASHAE** — `4bbnsfFWCpD1jpmhaMmmZs5C1fqyeD7LokoXMdYopump`. It is a marker of presence, not a requirement. It does not unlock features, buy blessings, or make footprints more true.

### can I un-bless a footprint?

No. Blessings, once given, are permanent. This is deliberate. If you could take one back, you would take one back — and blessings would begin to feel like currency.

### what happens if LASHAE disappears?

Anchored footprints remain verifiable on Solana forever, with any Solana RPC, without LASHAE. Un-anchored footprints exist only in the database, and would be exportable while the app is alive. Your walking, obviously, is yours regardless.

### is there a business model?

Not yet, and never at the cost of the four laws of the field. If a paid tier ever appears, it will not add primitives, it will not add scarcity-breaking features, and it will not un-quiet the field.

### can I invite my friends?

You can share a footprint's URL, or your walker page. There is no invite link, no referral bonus, no "get 3 free blessings for each friend". This will not change.

### what if I hate this whole aesthetic?

Then this is not for you, and that is fine. The field is small. It will remain small on purpose.


---

# 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/appendix/fuq.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.
