> For the complete documentation index, see [llms.txt](https://docs.entangle.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-token.md).

# 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](/universal-token-standard/developer-guides/manual-deploy/examples/uts-token/simple-token.md) and a [token that uses cross-chain messages](/universal-token-standard/developer-guides/manual-deploy/examples/uts-token/token-with-messages.md), 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="/files/ukwYyHnlgei9fFwINp1Y">/files/ukwYyHnlgei9fFwINp1Y</a></td><td><a href="/pages/RYW8PCEetxa2FzcArzk0">/pages/RYW8PCEetxa2FzcArzk0</a></td></tr><tr><td>Token with Messages</td><td><a href="/files/c1BOPgDRckcX1u44NlEJ">/files/c1BOPgDRckcX1u44NlEJ</a></td><td><a href="/pages/GksTOfvsYuAarI2OKRjt">/pages/GksTOfvsYuAarI2OKRjt</a></td></tr></tbody></table>
