> For the complete documentation index, see [llms.txt](https://docs.universal.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.universal.xyz/docs/introduction-to-universal/universal-protocol-overview/key-roles/custodian.md).

# Custodian

<figure><img src="/files/5rJMs03XiXuQVUYtBdNL" alt=""><figcaption><p>Universal Custodian Structure</p></figcaption></figure>

**Responsibilities of a Custodian:**

* Asset Security: Stores the private keys that control the underlying crypto assets.
* Collateral Management: Manages deposits and withdrawals of assets used for the minting and burning of Universal tokens.
* Regulatory Compliance: Works with auditors and third parties to ensure transparent asset backing.

**Custodian Workflow:**

1. Merchants deposit collateral into dedicated Custodian-controlled wallets.
2. Custodian verifies and holds the assets, ensuring that every minted uAsset is fully backed.

Tokens are burned upon redemption, releasing the equivalent amount of collateral back to the Merchant.

{% hint style="info" %}
The current Custodian for uAssets is Coinbase Prime.
{% endhint %}


---

# 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.universal.xyz/docs/introduction-to-universal/universal-protocol-overview/key-roles/custodian.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.
