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

# 🎨NFT Market

NFT Market supports the trading of all assets of **KittyGame**.

Kitty sales will be conducted in the form of ducth auction. You can set the starting price and ending price, the price of Kitty will fall from the starting price to the ending price within 31 hours.

Price calculation is as follows:

StartPrice >= (basePrice + basePrice \* (\_kitty.info.rarity -1) \* 20/100 + basePrice \* \_kitty.state.level/100) \*120/100

Endprice>=basePrice + basePrice \* (\_kitty.info.rarity -1) \* 20/100 + basePrice \* \_kitty.state.level/100

BasePrice =100u


---

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

```
GET https://kittykingdom.gitbook.io/kittykingdom/game-feature/nft-market.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.
