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

# GOKIBURI

**4,096 fully on-chain pixel-art specimens.**

GOKIBURI is a fixed-supply ERC-721 collection in which the artwork, animation, genome, metadata, and field-record lore are generated from the token ID and returned directly by the contracts.

The collection treats every token as a contained biological specimen. Familiar traits describe the visible body. Other traits describe how it moves, what it carries, and whether the enclosure should remain sealed.

![GOKIBURI collection specimen](/files/tHwOQFyLeE0yYkAmVu9j)

## Start here

* Read [The Collection](/gokiburi-docs/overview.md) for the concept and supply.
* Read [Traits & Motion](/gokiburi-docs/traits-and-motion.md) for the visible genome.
* Read [Specimen Lore](/gokiburi-docs/specimen-lore.md) for Hidden Titles, Threat Levels, and Observation Logs.
* Read [On-chain Architecture](/gokiburi-docs/onchain-architecture.md) for the technical design.
* Read [Minting on OpenSea](/gokiburi-docs/opensea.md) before minting.

{% hint style="warning" %}
GOKIBURI is currently in Beta on Base Sepolia. Testnet assets have no financial value. Beta contract addresses are not published. Production deployment details and the official OpenSea collection URL will be published in [Deployment Status](/gokiburi-docs/contract-addresses.md) after final verification.
{% 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://gokiburi.gitbook.io/gokiburi-docs/readme.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.
