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

# FAQ

## How many GOKIBURI exist?

The maximum supply is 4,096.

## Is the artwork fully on-chain?

Yes. The collection contract assembles Base64 JSON metadata containing a Base64 SVG image produced by an on-chain renderer.

## Are the traits random?

Traits are deterministic. `RoachGenome` derives them from the token ID and a fixed genome namespace. For the planned production mint, the token ID itself will be assigned from the remaining supply using external verifiable randomness.

## Why do some specimens move differently?

Animation and Leg Speed are traits. Abrupt steps and uneven phase timing are intentional parts of the biological motion design.

## What is a Hidden Title?

A Hidden Title is an additional metadata trait assigned only when a specimen matches a defined combination of biological traits.

## What is Infestation Risk?

It is the highest current Threat Level, derived from highly active animation and Leg Speed combinations or an active Ootheca carrier.

## How many Rare specimens are there?

There are eight named Rare 1/1 specimens. All eight are planned to be included in the random Public mint pool, not the Owner reserve.

## Is there an Owner allocation?

Yes. The Owner reserve is limited to 64 Common specimens, or 1.5625% of the collection. Its purpose is TBA. The Owner will not be able to select IDs, reroll the allocation, or receive a named Rare through the reserve.

## Why are there separate Common and Rare renderers?

The split keeps the visual system within EVM contract-size constraints while allowing named 1/1 tokens to use bespoke art and motion.

## Where do I mint?

The production minting platform is TBA. The official mint URL will be published in this GitBook after final verification.

## How many can one wallet mint?

The planned limit is 10 Public mints per wallet.

## Is the current contract production-ready?

The project is being tested on Base Sepolia. Beta contract addresses are not published. Testnet assets have no financial value.


---

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