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

# Universal Token Standard

- [Overview](https://docs.entangle.fi/universal-token-standard/overview.md)
- [Architecture](https://docs.entangle.fi/universal-token-standard/architecture.md)
- [Fee Components](https://docs.entangle.fi/universal-token-standard/architecture/fee-components.md)
- [Developer Guides](https://docs.entangle.fi/universal-token-standard/developer-guides.md)
- [Manual Deploy](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy.md)
- [Token Deployment Types](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/token-deployment-types.md)
- [Create a Custom Token](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/create-a-custom-token.md)
- [Factory Blueprint Deployment](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/factory-blueprint-deployment.md)
- [Examples](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples.md)
- [Initial Setup](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/initial-setup.md)
- [UTS Connector](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-connector.md)
- [Mint & Burn Connector Scheme](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-connector/mint-and-burn-connector-scheme.md)
- [Lock & Unlock Connector Scheme](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-connector/lock-and-unlock-connector-scheme.md)
- [Connector Over Native Currency](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-connector/connector-over-native-currency.md)
- [UTS Token](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-token.md)
- [Simple Token](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-token/simple-token.md)
- [Token with Messages](https://docs.entangle.fi/universal-token-standard/developer-guides/manual-deploy/examples/uts-token/token-with-messages.md)
- [Bridge SDK](https://docs.entangle.fi/universal-token-standard/developer-guides/bridge-sdk.md)
- [Token Verification](https://docs.entangle.fi/universal-token-standard/developer-guides/token-verification.md)
- [Fees Calculation & Gas Estimation Logic](https://docs.entangle.fi/universal-token-standard/developer-guides/fees-calculation-and-gas-estimation-logic.md)
- [Estimations](https://docs.entangle.fi/universal-token-standard/developer-guides/estimations.md)
- [User Guides](https://docs.entangle.fi/universal-token-standard/user-guides.md)
- [Launch Universal Token](https://docs.entangle.fi/universal-token-standard/user-guides/launch-universal-token.md)
- [Create a Liquidity Pool](https://docs.entangle.fi/universal-token-standard/user-guides/create-a-liquidity-pool.md)
- [Expand Existing Token](https://docs.entangle.fi/universal-token-standard/user-guides/expand-existing-token.md)
- [Transfer Liquidity to Connector](https://docs.entangle.fi/universal-token-standard/user-guides/transfer-liquidity-to-connector.md)
- [Bridging](https://docs.entangle.fi/universal-token-standard/user-guides/bridging.md)
- [Contract Addresses](https://docs.entangle.fi/universal-token-standard/contract-addresses.md)


---

# 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.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.
