# Library

## Library

- [Intro to Kuro Shiba!](https://kuroshiba.gitbook.io/library/master.md): A brief introduction to Kuro Shiba (KURO), Harmony's first and cutest stakeable NFTs!
- [DAO Governance](https://kuroshiba.gitbook.io/library/dao-governance.md): Pursuant to requirements for Harmony grantees, we have created a gnosis safe with 5-out-of-9 multisig, to ensure decentralization and security of the DAO treasury.
- [Black & Tan Paper (V1)](https://kuroshiba.gitbook.io/library/black-and-tan-paper.md): Everything you need to know about KURO's tokenomics.
- [F.A.Q.](https://kuroshiba.gitbook.io/library/introduction.md): Frequently asked questions.
- [How to Buy $KURO](https://kuroshiba.gitbook.io/library/tutorials/howtobuy.md): Step-by-step tutorial on how to buy KURO on ViperSwap.
- [How to Provide Liquidity](https://kuroshiba.gitbook.io/library/tutorials/howtolp.md): Step-by-step tutorial on how to provide KURO-ONE liquidity on ViperSwap. Skip ahead to step 7 if you already know how to send ONE tokens in your MetaMask wallet.
- [Changelog](https://kuroshiba.gitbook.io/library/misc./changelog.md): For transparency, all notable updates to the KURO contract will be reported here.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://kuroshiba.gitbook.io/library/master.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.
