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

# Learn

- [What is KiiChain?](https://docs.kiiglobal.io/docs/learn/readme.md): KiiChain is an onchain FX layer for stablecoin and RWA. At the core is a hybrid centralized-decentralized exchange platform designed for 24/7 onchain FX trading for cross-border payments.
- [KiiChain](https://docs.kiiglobal.io/docs/learn/kiichain.md): A background on why we're relentlessly building every day.
- [Vision of KiiChain](https://docs.kiiglobal.io/docs/learn/kiichain/vision-of-kiichain.md): Our vision of what and why we are building relentlessly everyday.
- [Use Cases](https://docs.kiiglobal.io/docs/learn/kiichain/use-cases.md): Use cases are economy-centric, real world models currently in use. Kii is developing technological solutions to solve the current problems within each niche.
- [Roadmap](https://docs.kiiglobal.io/docs/learn/kiichain/roadmap.md): Where we've been and where we're going.
- [Whitepaper](https://docs.kiiglobal.io/docs/learn/kiichain/whitepaper.md): The latest version of the KiiChain Whitepaper.
- [Tokenomics](https://docs.kiiglobal.io/docs/learn/tokenomics.md)
- [Intro Coin Details](https://docs.kiiglobal.io/docs/learn/tokenomics/intro-coin-details.md)
- [Utility](https://docs.kiiglobal.io/docs/learn/tokenomics/utility.md): KII's value is derived from its utility rather than a speculative investment. Here are the utility use cases for KII, outlining its value in the real-world and to the network.
- [Evergreen Model](https://docs.kiiglobal.io/docs/learn/tokenomics/evergreen-model.md)
- [Getting Started](https://docs.kiiglobal.io/docs/learn/getting-started.md): An introduction and important links.
- [Get a Wallet](https://docs.kiiglobal.io/docs/learn/getting-started/get-a-wallet.md): Get a wallet for KiiChain Testnet Oro
- [Download a Mobile Wallet](https://docs.kiiglobal.io/docs/learn/getting-started/download-a-mobile-wallet.md): Available on the App Store and Google Play
- [Set Up a Web Wallet](https://docs.kiiglobal.io/docs/learn/getting-started/set-up-a-web-wallet.md): Set up a wallet using MetaMask or Keplr with a web wallet for Testnet Oro. Its important to use a wallet compatible to your browser.
- [Connect Wallet to Explorer App](https://docs.kiiglobal.io/docs/learn/getting-started/connect-wallet-to-explorer-app.md): Connect your wallet to the KII interactive explorer and start staking.
- [Kii Ambassadors](https://docs.kiiglobal.io/docs/learn/kii-ambassadors.md): Become a Kii Ambassador


---

# 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.kiiglobal.io/docs/learn.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.
