> For the complete documentation index, see [llms.txt](https://docs.reveel.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveel.id/custodial-accounts.md).

# Custodial Accounts

Reveel Pay(ID) API for Custodial Solution Providers

#### Summary

Enable custodial platforms to offer users Pay(ID)-based receipt of stablecoins — with automatic settlement into a secure, managed account.

#### Who It's For

* Centralized exchanges
* Custody solutions
* Fiat on/off-ramps and cross-border platforms

#### Problem

Customers often require holding a single, secure stablecoin asset (e.g. RLUSD, PYUSD...), limiting the ability to receive or send other stablecoins. Furthermore, Centralized exchange users often send funds to the wrong network or token, creating failed transfers, stuck assets, or expensive customer support issues.

#### How Pay(ID) Solves It

Reveel allows custodial accounts to register a Pay(ID) and configure Routes that settle incoming funds correctly to their token of choice. This allows quicker & simpler transactions with custodians that might transact with a different token. Customers can just send funds to the recipient Pay(ID), and the Reveel Liquidity Layer ensures correct asset delivery.

#### Implementation Outline

* Assign a Pay(ID) to each custody user
* Configure default Routes per account
* Integrate Reveel API into custodial dashboard or backend

#### Outcome / Benefits

* Universal “receive-anything” payment address
* Fewer support tickets and lost funds
* Boosted trust, security, and UX for users


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.reveel.id/custodial-accounts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
