# Expand Existing Token

On chains where token already exists UTS offers a **lock-and-unlock bridging mechanism**, similar to mint-and-burn but requiring additional liquidity for bridging. This guide will walk you through how to expand existing tokens using UTS.

{% stepper %}
{% step %}

## Entangle Hub

First, navigate to UTS via the navigation bar on the Entangle [website](https://uts.entangle.fi/).
{% endstep %}

{% step %}

### Token Details

Enter the address of the tokens that are on different chains which you wish to link. You can select the chain by clicking on the icon. In this example we're using the USDT addresses on BNB and Polgygon.

Make sure you read and understand the messages before checking them. Once you're ready click the "Import Tokens" button to move on.

<figure><img src="/files/PJPUVtg6p36IsfwLsTj1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Network Selection

Now you should decide which networks to deploy on. Here you can choose your prefered bridging mechanism but remember the total supply will remain unchanged since the token already exists. If you don't want to add new chains (as in our example) click "Skip & Deploy".&#x20;

After signing the transaction to confirm deployment of the smart contract you be automatically redirected to the next step.

<figure><img src="/files/usbHpvCYZkPOR8vcrbOq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Finishing

You have now completed expanding the existing token. However, to bridge tokens that exist on more than one chain, you're required to have liquidity locked into UTS Connectors. To find out how you canc achieve this, you can follow [this guide](/universal-token-standard/user-guides/transfer-liquidity-to-connector.md) to lock liquidity on connectors for [bridging](/universal-token-standard/user-guides/bridging.md).

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

<figure><img src="/files/eYw3tqRJwGlxMJ6sCbqw" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/expand-existing-token.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.
