# Transfer Liquidity to Connector

{% hint style="warning" %}
Caution, the liquidity you transfer to the UTS Connctor is non-refundable.
{% endhint %}

Adding liquidity to the UTS connector is simple, this guide will explain how it's done.

{% stepper %}
{% step %}

### Import

Import your underlying token for UTS Connector in Metamask. You may follow the [official guide](https://support.metamask.io/managing-my-tokens/custom-tokens/how-to-display-tokens-in-metamask/) to import any token.
{% endstep %}

{% step %}

### Transfer

{% hint style="info" %}
Copy the connector address from the station page to ensure that you are transferring tokens to the correct address.
{% endhint %}

Now you need to ensure you supply liquidity to all connectors to allow bridging in every direction.&#x20;

For those using Metamask, transferring is simple, follow their indepth [guide to transfer tokens](https://support.metamask.io/managing-my-tokens/moving-your-tokens/how-to-send-tokens-from-your-metamask-wallet/). If you're using another wallet please refer to its documentation for transfering tokens.

<figure><img src="https://4040807501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5AajewgFWO9EkufRORqL%2Fuploads%2FESOQjl8jkmMUdq9nCbJy%2Futs%20station%20page%20-%20add%20liquidity.png?alt=media&#x26;token=35f96899-79a9-4772-bda3-8b7141859fcc" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

That's it! Now the connector has liquidity and is ready to be unlocked in bridging transactions. Go to Entangle bridge page to [perform your first bridge](https://docs.entangle.fi/universal-token-standard/user-guides/bridging)!


---

# 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.entangle.fi/universal-token-standard/user-guides/transfer-liquidity-to-connector.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.
