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

# FAQ

<details>

<summary>What is $KITTY?</summary>

$KITTY is the native BEP-20 token of the KittyInu ecosystem on BNB Chain, powering NFTs, play-to-earn gaming, staking, and community governance.

</details>

<details>

<summary>How do I buy $KITTY?</summary>

The presale is live now at [https://moonpay.hel.io/x/KITTYfcfs](https://moonpay.hel.io/x/KITTYFCFS). Pay with USDC or USDT and use code **KITTYEARLY** at checkout for 10% off. After the public launch, $KITTY will be available on PancakeSwap — set slippage to 5–8%.

</details>

<details>

<summary>Is the contract safe?</summary>

A third-party audit is in progress and will be published before the public listing. Liquidity will be locked for 12 months and the contract will be renounced at launch. Always verify the contract address via official channels only — never buy from an unverified address.

</details>

<details>

<summary>When is the airdrop?</summary>

Round 1 airdrop claims are distributed after the presale. Tokens are sent directly to your BNB Chain wallet. No claiming required — just ensure your wallet address is registered at <https://airdrop.kittyinuverse.xyz/>.

</details>

<details>

<summary>What is the KITTYEARLY code?</summary>

KITTYEARLY is an exclusive early bird discount code that gives you 10% off your purchase at checkout. It is valid for all Tier 1 purchases only and will not be available in Tier 2 or 3.

</details>

<details>

<summary>Can I use a Binance or exchange wallet for the airdrop?</summary>

No. Only self-custody wallets (MetaMask, Trust Wallet, bitget etc.) on BNB Chain are eligible. Exchange wallets are not supported.

</details>

<details>

<summary>Where can I get support?</summary>

Join our official Telegram at t.me/Kittybnbtokeen or open a ticket in our Discord. The team will never DM you first — all support happens in public channels only. The only official presale link is [https://moonpay.hel.io/x/KITTYfcfs](https://moonpay.hel.io/x/KITTYFCFS) — beware of phishing links.

</details>


---

# 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://kittyinu.gitbook.io/kittyinu-docs/resources/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.
