UTS Connector
Last updated
Last updated
The UTS Connector is designed to add cross-chain bridging capabilities to your tokens. If you want to add bridging capabilities to an already deployed token, the Connector is the solution. Once deployed, it allows tokens to be locked on one chain and unlocked on another, facilitating the creation or release of UTS tokens. You can use the provided contract as it is or adjust it to suit your needs. To get started, simply deploy the Connector, and you'll be able to bridge tokens seamlessly.
For additional technical details, you can explore the UTSConnector.sol contract on GitHub.
Below are two types of Connectors you can choose from based on your needs:
Connector with Lock/Unlock Mechanism: If you do not want or cannot provide mint/burn access to the Connector, this option allows you to control the token’s locking and unlocking functions. Use this when you prefer to restrict token minting or burning but still want to enable bridging.
Connector with Mint/Burn Mechanism: Choose this option if you're able to provide mint and burn access to the Connector. It allows the Connector to mint and burn tokens during the bridging process.
Connector Based on Native Currency: This type of Connector is built over the native currency of a blockchain, using the native token as the underlying asset for bridging.