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

# Minting Status

The production minting platform and launch details are **TBA**.

## Before minting

1. Confirm that you are using the official link published in this GitBook.
2. Confirm the network shown by the minting platform.
3. Review the displayed price, mint allowance, and transaction details in your wallet.

{% hint style="danger" %}
Never trust contract addresses sent by direct message. GOKIBURI will not ask for a seed phrase or private key.
{% endhint %}

## Beta testing

The current Beta uses Base Sepolia. Testnet ETH and testnet NFTs have no financial value. The Beta exists to verify SVG rendering, metadata, traits, transfers, and marketplace compatibility.

## Production mint

The planned production allowance is a maximum of 10 Public mints per wallet. The planned allocation reserves 64 Common specimens for the Owner and places the remaining 4,032 specimens—including all eight named Rare 1/1 specimens—into the random Public pool.

Read [Mint Allocation](/gokiburi-docs/allocation.md) for the current allocation and fairness policy.

The final minting platform, production network, contract address, mint state, and official mint URL will be announced only after deployment and verification.

Until those details are published, no production mint should be considered official.


---

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