> For the complete documentation index, see [llms.txt](https://docs.kima.network/kima-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kima.network/kima-network/try-kima-with-the-demo-app/the-kima-light-demo-app.md).

# The Kima Light Demo App

The Kima Light Demo is a reference implementation to help people understand how Kima works.

You can experience Kima's functionality directly in your browser, without needing to install or connect a wallet because the Light Demo App has been pre-configured to send funds between two accounts under the control of the Kima team.

The demo showcases bridging between different chains (transfer to the same address on different chains). Example: a user has funds on Arbitrum but wants to add liquidity to a liquidity pool on Avalanche.

### Try the light demo <a href="#try-the-bridge-demo" id="try-the-bridge-demo"></a>

<figure><img src="/files/NfNFkl7ajdZoYJeG89cP" alt=""><figcaption></figcaption></figure>

#### Select Source Network

Use the dropdown to choose the network from which you want to send funds. A demo wallet address will be automatically assigned for that network.

<figure><img src="/files/WxD06haJ1Qi3hNi7Ceq3" alt=""><figcaption></figcaption></figure>

#### Select Target Network

Use the second dropdown to choose the destination network. Another demo wallet will be auto-selected to receive the funds.

<figure><img src="/files/zQeIbhWLMRu2TbV91d6O" alt=""><figcaption></figcaption></figure>

#### Enter Amount

Type the amount of USDK you want to transfer.

<figure><img src="/files/NsCT34maseDkWKDxXDqA" alt=""><figcaption></figcaption></figure>

### Confirm Details

A summary screen shows:

* Source and target chains
* Wallet addresses
* Transfer amount
* Network and liquidity fees

**Review everything, then submit the transaction.**

<figure><img src="/files/ZGqijo8aUWPRQfqXkFiv" alt=""><figcaption></figcaption></figure>

Once you have submitted the transaction, you can watch it complete in real-time by clicking the transaction links to the relevant block explorers involved in the transfer.

<figure><img src="/files/bhxPFiypcbgBiqkICrcr" alt=""><figcaption></figcaption></figure>


---

# 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.kima.network/kima-network/try-kima-with-the-demo-app/the-kima-light-demo-app.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.
