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

# roadmap, later, perhaps

The field is finished, in the sense that it works, and refuses to add what it does not need. But the horizon suggests a few things it might, one day, reach for.

Order is not commitment. Absence is not rejection.

## the horizon list

* **compressed footprints.** for walkers who leave many footprints, batching them into a single Solana state-compressed anchor to keep the field's chain footprint tiny.
* **team trails.** two or more walkers on the same trail, footprints attributable to individuals, blessings still governed by personal scarcity.
* **github proof ingestion.** for the walkers whose work is code — one commit, one footprint, hashed automatically, opt-in per repository.
* **agent-generated weekly memory.** the archivist, but weekly, on a schedule, only if you ask.
* **metaplex core assets.** an optional way to represent a completed trail as a single on-chain object — not tradable by default.
* **private proof with zk receipts.** so a footprint may be verified as *existing at time T* without ever revealing its content, not even to LASHAE.
* **sanctuary rooms for blessed builders.** small, invite-only spaces for walkers who have both given and received blessings — never public, never permanent.

## the anti-roadmap

Things the field has considered and refused:

* ❌ streaks and streak-recovery.
* ❌ a leaderboard of any kind.
* ❌ a "for you" feed.
* ❌ reactions beyond the blessing.
* ❌ ads.
* ❌ a token.
* ❌ push notifications by default.
* ❌ replacing the pilgrims with a single "AI assistant".

## how to influence the horizon

Walk. Leave footprints. If a real limit of the field prevents your walking, describe it — plainly, minimally — and it may enter the horizon list.

The field is not a democracy. It is a slow committee of walkers.


---

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