> For the complete documentation index, see [llms.txt](https://docs.squidrouter.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squidrouter.exchange/widget-integration/add-a-widget/deposit-widget.md).

# Deposit widget

### Introduction

Squid's Deposit Widget is a drop-in React component that lets your users deposit any token, from any supported chain, into a destination address you control — receiving the exact token you specify on the destination chain.

The widget wraps Squid's cross-chain routing API and SDK, so integrators get a fully-featured deposit / payment flow (route quoting, wallet connection, transaction execution and progress tracking) with minimal dev effort. It's the fastest way to accept cross-chain deposits or one-shot payments into your app.

### Widget features

* Two modes: `deposit` (user-entered amount) and `payment` (fixed amount, ideal for checkouts)
* Cross-chain routing across all chains supported by Squid (EVM, Cosmos, XRPL, and more)
* Fully themeable via the shared Squid theming system (light / dark + custom palette overrides)
* Integrator branding (name + logo) rendered inside the widget
* Built-in route preview, progress and success / error screens
* Transaction history view, scoped to your destination address

{% hint style="info" %}
💡 Need a cross-chain swap UI instead of a deposit / payment flow? Check out the [Swap Widget](/widget-integration/add-a-widget/widget.md).
{% endhint %}


---

# 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:

```
GET https://docs.squidrouter.exchange/widget-integration/add-a-widget/deposit-widget.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.
