# Merchant

**Responsibilities of a Merchant:**

* Minting & Redemption: Merchants initiate the creation and burning of Universal tokens.
* Liquidity Optimization: Provides assets where demand exists, reducing fragmentation.
* Market Execution: Facilitates cross-chain execution through intent-based fulfillment.

**Merchant Workflow:**

1. Merchant requests to mint uAssets, depositing collateral with the Custodian.
2. The Universal protocol verifies the request and mints the equivalent uAssets.
3. Merchants can then distribute uAssets to users on supported chains.
4. When users redeem uAssets, merchants initiate burn transactions, and collateral is released back to them.

{% hint style="info" %}
If you are interested in becoming a Merchant, please reach out to us via [Partnerships](/docs/developers/partnerships.md).
{% endhint %}


---

# 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/key-roles/merchant.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.
