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

# NINKY

NINKY is a BEP20 Standard compliant token registered on the Binance Smart Chain. The token contract can be verified through [Bscscan](https://bscscan.com/token/0x90422d35496e8ed3391971dbec894e4a8057081f). NINKY tokens acquired in the game and transferred to the blockchain are 100% owned by the player who is the owner of the wallet.

![NINKY Token](/files/vvtifGZfXqBfELdusBLE)

NINKY aims to provide a way for [Idle Ninja Online](https://docs.ninky.io/) users to bring their in-game experience to reality. It also allows the Idle Ninja Online community to thrive, allowing users to share better experiences.

Users can earn NINKY while playing the game and purchase rare in-game goods through the [NINKY Shop](/blockchain-gameplay/ninky/ninky-shop.md). Another value can be obtained by [depositing](/guide/ninky-guide/deposit.md) and [withdrawing](/guide/ninky-guide/withdraw.md) tokens outside the blockchain using [NINKY Farm](/blockchain-gameplay/ninky/farm.md) and the linked wallet.&#x20;

NINKY is the first bond that combines the Idle Ninja Online game, a real working economic system, with blockchain. With NINKY, players are able to escape from the closed economy and experience the open economy using blockchain and diversity created through it.


---

# 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://docs.ninky.io/blockchain-gameplay/ninky.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.
