> 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/getting-started.md).

# Getting Started

### Environments

The Deposit Widget is a [React](https://reactjs.org/) component, so it works in any React-based app — [Next.js](https://nextjs.org/), Vite, Create React App, and similar.

**Currently supported environments:**

* React (18 or 19)
* Next.js
* Vite

### Supported chains and tokens

The Deposit Widget supports every chain and token available on Squid's routing API, including EVM chains, Cosmos chains, XRPL, Bitcoin and Solana. The destination chain and token are fixed by you (the integrator) via configuration; users pick any supported source chain and token from inside the widget.

### Supported wallets

The widget reuses Squid's wallet stack, so it supports the same wallets as the Swap Widget:

**EVM:** MetaMask, Trust Wallet, Rabby, Zerion, Coinbase Wallet, WalletConnect, Rainbow, BitGet Wallet, OKX Wallet, and more.

**Cosmos:** Keplr, Leap, Cosmostation.

**Other:** Wallets for any non-EVM chain Squid supports on the source side (e.g. XRPL, Solana, Bitcoin) are surfaced when those chains are selected.


---

# 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/getting-started.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.
