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