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

# Core Features

<img src="/files/wBquks5CmKrbnQfVA9WY" alt="" height="328" width="624">

Doppler provides infrastructure modules for tokenized capital markets. Each module is designed to help assets move from passive ownership into productive, risk-aware financial use.

<br>

1. **Doppler Vaults**

   Doppler Vaults provide structured access to risk-managed strategies for tokenized assets, including crypto assets and real-world assets.<br>

   Vaults are designed to support customized strategy management and custody structure design for institutional participants, helping asset holders access vetted sources of liquidity and yield while maintaining clear operational boundaries across custody, strategy execution, risk management, and reporting.

   Through Doppler Vaults, retail and institutional users can access yield strategies that have traditionally been available only to a limited group of institutional market participants, supported by secure infrastructure, transparent reporting, and risk-aware execution.

   <br>
2. **Doppler Lending**

   Doppler Lending is being developed as an institutional lending and financing module for tokenized capital markets as XRP Ledger’s native lending feature ‘XLS-66d’ is being developed.

   The module is intended to enable tokenized assets to be used more efficiently across collateralized lending, borrowing, and liquidity access. It is designed to help qualified market participants unlock capital efficiency while maintaining clear risk controls across custody, collateral management, execution, and reporting.

   As the product architecture evolves, Doppler Lending may incorporate prime brokerage-style capabilities, including collateral financing, structured liquidity access, and financing solutions for tokenized asset markets.

   Additional details on supported assets, networks, collateral parameters, eligible participants, and launch timing will be provided as development progresses.

   <br>


---

# 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.doppler.finance/introduction/core-features.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.
