UTS Token
Last updated
Last updated
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.
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 contract on GitHub.
In this section, we’ll provide examples of two types of tokens: a simple token and a token that uses cross-chain messages, allowing you to bridge tokens to multiple addresses in a single transaction.