# UTS Token

The **UTS Token** is designed to be bridgeable by default. Once you create it, you can immediately begin bridging it across networks. You can use the provided implementation as-is or customize it to suit your needs.

{% hint style="info" %}
A key feature of the UTSToken is its ability to override the `_update` function to restrict burning access. For additional technical details, you can explore the [UTSToken.sol](https://github.com/Entangle-Protocol/uts-sc-v1/blob/main/contracts/ERC20/token/UTSToken.sol) contract on GitHub.
{% endhint %}

In this section, we’ll provide examples of two types of tokens: a [simple token](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-token/simple-token) and a [token that uses cross-chain messages](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-token/token-with-messages), allowing you to bridge tokens to multiple addresses in a single transaction.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Simple Token</td><td><a href="https://4040807501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5AajewgFWO9EkufRORqL%2Fuploads%2F2LEbxImhCww3WuO2ZqOu%2FEconomy%20Model.png?alt=media&#x26;token=c3bb79e3-1155-40d7-817e-99f06514337c">Economy Model.png</a></td><td><a href="uts-token/simple-token">simple-token</a></td></tr><tr><td>Token with Messages</td><td><a href="https://4040807501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5AajewgFWO9EkufRORqL%2Fuploads%2F2NrO9wvrVp6M069jLWgS%2F6.png?alt=media&#x26;token=05375e06-8f39-4e6b-b915-4f0c6d66ab39">6.png</a></td><td><a href="uts-token/token-with-messages">token-with-messages</a></td></tr></tbody></table>
