# Swap widget

### Introduction

Squid has a widget for cross-chain swaps and deposits, which can be customised and installed by partners with ease.

The widget is a UI component that leverages Squid’s API and SDK, making it easy to implement cross-chain functionality into any front end with minimal dev effort. It’s perfect for projects who are looking to go cross-chain and want to expand to new users across different crypto ecosystems.

{% hint style="info" %}
💡 Check out [Squid's Widget Studio](https://widget.squidrouter.com/) to customize and use the widget, live on mainnet.
{% endhint %}

### Widget features

* Maximum chain and token coverage on all Axelar-supported chains
* Speed and security powered by Axelar’s cross-chain architecture
* Customize themes to suit any brand
* One-click onboarding from EVM chains to the Cosmos
* Allow or deny certain exchanges
* Pinned tokens that appear at the top of token lists
* Custom destination addresses
* View a quote without connecting a wallet
* Set custom slippage options
* Transaction history to view recent sessions

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

### It comes with complete user docs

Squid’s user [documentation](/old-v2-documentation-deprecated/add-a-widget/widget/getting-started.md) details how to use the widget and details all supported swap and transfer types.

If you want to start integrating right away, head to [Getting Started](/old-v2-documentation-deprecated/add-a-widget/widget/getting-started.md)


---

# 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.squidrouter.com/old-v2-documentation-deprecated/add-a-widget/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.
