# Issuance

<div align="center" data-full-width="false"><figure><img src="/files/vFW8N0OJLm4AnV6j7W0P" alt=""><figcaption><p>Universal Token Issuance Flow</p></figcaption></figure></div>

The issuance process is **managed by the Universal network** but can only be **initiated by a Merchant**. Each token issued is **fully collateralized** by its respective underlying asset. Additionally, Universal tokens can only be minted to **whitelisted destination addresses** of authorized Merchants.

#### **Sequence of Events for uAsset Issuance:**

1. **Merchant Initiation:**\
   The Merchant initiates the issuance process by sending a transaction to the Universal token contract. This transaction **signals intent** to issue Universal tokens, backed by an equivalent amount of the underlying asset.
2. **Asset Transfer to Custodian:**
   * The Merchant specifies the **blockchain and recipient address** where they wish to receive the minted Universal tokens.
   * The Merchant **transfers the corresponding underlying assets** to the designated Custodian.
   * The deposited assets must match the exact value of the Universal tokens being requested for issuance.
3. **Verification and Minting:**
   * The Universal network **validates the received assets** to ensure they match the requested issuance amount.
   * Once successfully verified, the network **executes a minting transaction**, creating the specified number of Universal tokens.
   * The newly minted tokens are then sent to the **Merchant’s designated address** on their specified blockchain.


---

# Agent Instructions: 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.universal.xyz/docs/introduction-to-universal/universal-protocol-overview/issuance.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.
