# Contracts

Contracts utilized in Idle Ninja Online - NINKY environment is listed below:

### Currency

* [NINKY BEP20](https://bscscan.com/address/0x90422D35496e8ed3391971DBEC894E4a8057081f)
* [SOULS BEP20](https://bscscan.com/address/0xc50841b412246f109fdabA131fa1b63cb5BA458B)
* [PNINKY BEP20](https://bscscan.com/address/0x066b97054156b64dFE1C8341378F3Fc196Fbdc77)
* [NINKY-BNB LP](https://bscscan.com/address/0x572211d4aae1E862F4Fb09173Da4F31f7c3064aA)

### NINKY Farm

* [NINKY Farm](https://bscscan.com/address/0x517ffAb205B784b8A450A0B019D4c8523F3B9bF9)
* [NINKY-BNB LP Farm](https://bscscan.com/address/0x572211d4aae1E862F4Fb09173Da4F31f7c3064aA)
* [SOULS Farm](https://bscscan.com/address/0xC142e274780B000e33efe1B1c2Ae054F0F926270)

### NFT Tomo

* [NFT TOMO ERC721](https://bscscan.com/address/0x83566517D72087d153C1d99A0110afECC72461EE)
* [NFT TOMO EGG ERC721](https://bscscan.com/address/0x49f5BA64A9c4b87Fc3f4b14F39760397cb80eDdd)
* [NFT Tomo Breeder](https://bscscan.com/address/0x7a9Fbb345E49372f39FAAf1e265b09c976842B34)
* [NFT TOMO Auction](https://bscscan.com/address/0x586a501f9922f3bB1c6CaE04c5774a627aC5a4Ef)
* [NFT EGG Auction](https://bscscan.com/address/0x9f2FD9000aF5389fADd5B90a662F75c6d7AD2Ac2)

*The list will be updated consistently as the system evolves.*


---

# Agent Instructions: 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:

```
GET https://docs.ninky.io/technology/contracts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
