> For the complete documentation index, see [llms.txt](https://gokiburi.gitbook.io/gokiburi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gokiburi.gitbook.io/gokiburi-docs/specimen-lore.md).

# Specimen Lore

GOKIBURI adds three deterministic narrative layers to the normal visual traits.

## Hidden Title

A Hidden Title appears only when a specimen matches a defined biological combination. Specimens that do not match a combination omit the trait entirely.

| Title              | Trigger                               |
| ------------------ | ------------------------------------- |
| CARRIER            | Brood is Ootheca                      |
| PANIC SPECIMEN     | Burned + Triple Fast + Both animation |
| COSMIC INFESTATION | Dusty + Constellation                 |
| SURVIVOR           | Burned + missing middle leg           |
| PLAYING DEAD       | No eyes + no wing lines + Static      |

## Threat Level

Threat Level translates movement and brood state into a containment warning.

| Level            | Typical state                                          |
| ---------------- | ------------------------------------------------------ |
| Dormant          | Static                                                 |
| Alert            | Antenna activity or static Ootheca carrier             |
| Agitated         | Leg movement, or antenna-active Ootheca carrier        |
| Hostile          | Both animations, or moving Ootheca carrier             |
| Infestation Risk | Triple Fast + Both, or a highly active Ootheca carrier |

## Observation Log

Every token receives one deterministic field note. The note is selected from a fixed on-chain set using the token ID.

Examples include:

* `03:14 - Antenna activity detected`
* `Container vibration increased`
* `Motionless for 11 hours`
* `Do not open after dark`
* `Scratching detected behind label`
* `One specimen became two`
* `Feed tray untouched`
* `Seal integrity uncertain`

The lore does not require a centralized database and is returned as normal OpenSea-style attributes.


---

# 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://gokiburi.gitbook.io/gokiburi-docs/specimen-lore.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.
