> 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.md).

# Developer Guides

The Universal Token Standard (UTS) is a framework for deploying and managing omnichain tokens across multiple blockchains. It uses mint-and-burn or lock-and-unlock mechanisms to ensure consistent token supply during cross-chain transfers. Integrated with the Entangle Bridge, UTS supports EVM and non-EVM environments, enabling seamless token management and interoperability across diverse blockchains.

## Explore

<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>Manual Deploy</td><td><a href="/files/6j68O4W0sOoVgGutiCr7">/files/6j68O4W0sOoVgGutiCr7</a></td><td><a href="/pages/Ke5bpGTHpgRnrzj3X0pD">/pages/Ke5bpGTHpgRnrzj3X0pD</a></td></tr><tr><td>Bridge SDK</td><td><a href="/files/z8Di6kfSARLRcKykIUW0">/files/z8Di6kfSARLRcKykIUW0</a></td><td><a href="/pages/XDAoJjnAw46n6RFPwPeP">/pages/XDAoJjnAw46n6RFPwPeP</a></td></tr><tr><td>Token Verification</td><td><a href="/files/1GQZuCRjjSPdGYMiZkKe">/files/1GQZuCRjjSPdGYMiZkKe</a></td><td><a href="/pages/yRCRiYrvtAskuEyctJb0">/pages/yRCRiYrvtAskuEyctJb0</a></td></tr><tr><td>Fees Calculation &#x26; Gas Estimation Logic</td><td><a href="/files/XfH8KJ58Mw9RjVhioHDq">/files/XfH8KJ58Mw9RjVhioHDq</a></td><td><a href="/pages/Faoj8DgwYxRlMYLkZAvq">/pages/Faoj8DgwYxRlMYLkZAvq</a></td></tr><tr><td>Estimations</td><td><a href="/files/AI0mDKv52XL0AEAdvvRi">/files/AI0mDKv52XL0AEAdvvRi</a></td><td><a href="/pages/Irg4fQFvFCfrzOT8QZ4o">/pages/Irg4fQFvFCfrzOT8QZ4o</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/developer-guides.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.
