> 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/03-the-experiment/the-translation.md).

# the translation

The worm's nervous system has no concept of a price chart. We had to decide what a chart smells like, and what "crawl forward" means on a market. Those two choices are ours. Everything between them is the worm.

## Choice 1. What the book smells like

*C. elegans* does not see candles. It tastes dissolved chemicals, feels temperature, and notices a poke on the nose. So we pick a few market numbers and write them as small, capped currents onto named sensory cells.

| Market number             | Rough feel we give it       | Lands on                         |
| ------------------------- | --------------------------- | -------------------------------- |
| Price drifting up         | Food smell getting stronger | Attractive pair (AWA / AWC side) |
| Price drifting down       | Food smell fading           | The same pair, flipped           |
| Sudden spike or wick      | A poke on the nose          | ASH and the nose-touch set       |
| Thick, easy book          | Soft ground, easy crawl     | Gentle drive on roaming cells    |
| Thin, jumpy book          | Bad air, harsh chemical     | Aversive sensors                 |
| Fresh flow into the token | Something new in the soil   | ASE path                         |

The currents are capped. A 200% candle does not dump an infinite smell into the nose. It saturates, the way a real odor saturates a receptor.

{% hint style="warning" %}
This table is a design, not a discovery. Nothing in Cook 2019 says "AWA is for memecoins." Land the same numbers on different cells and the worm crawls differently. That is why the map is public.
{% endhint %}

## Choice 2. What a crawl means

In a dish, a forward command bends the body toward the smell. We read the same command cells and attach market verbs.

| Command readout       | Market verb |
| --------------------- | ----------- |
| Forward wins cleanly  | Buy intent  |
| Reverse wins cleanly  | Sell intent |
| Neither wins          | Wait        |
| Win is noisy or short | Wait        |

<figure><img src="https://1059824729-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJhKk8fm2HPrujdtw7SP3%2Fuploads%2FnHQ8Wdav0JR1qpS1qkZX%2Fcommand-circuit.png?alt=media&amp;token=3a10bfdd-8bb2-4f94-978c-11555b4f7106" alt=""><figcaption></figcaption></figure>

The verb is an inten. [The risk cage](file:///3621209/04-lab/risk-cage.md) can shrink it, delay it, or throw it out.

## What we refuse to translate

No Twitter text on neurons. No headlines. No person in the room tickling AVA to force a buy. If it is not in the sensory table, it is not a smell.

<figure><img src="https://1059824729-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJhKk8fm2HPrujdtw7SP3%2Fuploads%2FGNvhD8MfghwP3hl3mv5S%2Fsine.png?alt=media&amp;token=17754119-0f44-430a-ba1b-9e4b88403b7b" alt=""><figcaption></figcaption></figure>

## Why this is the trick

Once those two choices are fixed, the middle is boring in a good way. The published connections do what they do. Training may change listening strength. The cage may veto. Nobody is offstage drawing a new synapse because today's token looks hot.


---

# 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/03-the-experiment/the-translation.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.
