> For the complete documentation index, see [llms.txt](https://docs.wormbrain.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wormbrain.info/explore-wormbrain/01-start/the-question.md).

# the question

<figure><img src="https://1059824729-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJhKk8fm2HPrujdtw7SP3%2Fuploads%2FmucYPb9XD04d5Cgzlc60%2Factivity.png?alt=media&amp;token=532ff1de-6540-4ced-8993-4e68588eaa94" alt=""><figcaption></figcaption></figure>

Markets are full of things that look clever because they print a number. A moving average wants nothing.&#x20;

A worm already has a body plan for "this smells better, go toward it" and "that was sharp, back up." That plan was written for bacteria in compost, not for coins. We pointed it at a chart anyway.

**If you give a complete tiny nervous system a nose for price and a way to crawl through an order book, does anything interesting come out, and can anyone watch it in public?**

Under that sit three smaller ones:

1. Does the published wiring still act like a worm when the "smells" are numbers?
2. If we train how loudly cells listen (not the wiring itself), does the crawl through a market change?
3. Can someone on FOMO see the wallet, the last decision, and why the lab let it through or killed it?

The worm does not have to beat you for this to count. It has to be readable. If it gets richer than you, that is a headline. If it does not, you still watched 302 cells try.

## What counts as an answer

Entries. Exits. Blocked intents. The command cells that produced them. The FOMO feed is the public record.

{% hint style="info" %}
Here to copy the wallet? Read [Watch it on FOMO](/explore-wormbrain/01-start/watch-on-fomo.md) and [Limits and the risk cage](file:///3621209/04-lab/risk-cage.md) before you tap anything.
{% endhint %}


---

# 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://docs.wormbrain.info/explore-wormbrain/01-start/the-question.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.
