> 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/the-kima-sdk/add-kima-widget-to-your-app.md).

# The Kima Transaction Widget

The Kima Transaction Widget is a ready made React component that allows users to transfer like assets between chains using the Kima protocol. Combined with the Kima Transaction Backend, it is the quickest way to integrate Kima into your dApp.

## Modes

The Kima Transaction Widget supports 3 modes:

1. Payment
2. Bridge
3. Status

### Payment

In Payment Mode, the user can send funds from any chain supported by Kima to the specified payment address and chain. See the [Payment Mode](/kima-network/the-kima-sdk/add-kima-widget-to-your-app/widget-payment-mode.md) section for more information.

> I.e. Pay 12.34 USDC from Polygon or Solana

### Bridge

In Bridge Mode, the user is able to send funds to and from any chain supported by Kima. See the [Bridge Mode](/kima-network/the-kima-sdk/add-kima-widget-to-your-app/widget-bridge-mode.md) section for more information.

> I.e. Send 12.34 USDT on BSC and receive USDC on Arbitrum

### Status

Status Mode displays the progress of an existing transaction. See the [Status Mode](/kima-network/the-kima-sdk/add-kima-widget-to-your-app/widget-status-mode.md) section for more information.


---

# 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/the-kima-sdk/add-kima-widget-to-your-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.
