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

# Yield DTFs

**Yield DTFs package diverse baskets of yield‑bearing assets into single ERC‑20 tokens.**

All Yield DTFs are fully backed by diversified collateral and can be protected against default by [Reserve Rights (RSR) staking](/core-components/rsr-reserve-rights.md#staking). Stakers earn a portion of DTF yield in exchange for governance and security.

## Key features

Yield DTFs are fully onchain financial primitives that deliver yield, security, and accessibility—no intermediaries required.

* Full 1:1 backing & emergency overcollateralization
* Permissionless onchain minting, redemption, & deployment
* Autonomous revenue auctions executed by dedicated contracts
* Customizable onchain decentralized governance

## Learn more

* 🌐 [Overview](/core-components/yield-dtfs/overview.md)\
  A big picture overview of Yield DTF functionality and governance.
* 🔁 [Minting & redeeming](/core-components/yield-dtfs/minting-and-redeeming.md)\
  Mint or redeem using a one-step zap, exact collateral, or direct contract calls.
* 🛠 [Deployment guide](/core-components/yield-dtfs/deployment-guide.md)\
  How to launch a new Yield DTF—including collateral selection, configuration, and governance.
* ⚙️ [Protocol operations](/core-components/yield-dtfs/protocol-operations.md)\
  Details of minting/redeeming, collateral management, yield capture, and revenue distribution.
* 📜 [Smart contracts](https://github.com/reserve-protocol/protocol/tree/master/docs)\
  A walkthrough of the contracts that govern collateral, issuance, revenue, and governance.
* 🔐 [Security & audits](/core-components/yield-dtfs/security.md)\
  Audit reports, bug‑bounty details, and risk‑mitigation practices that keep DTFs secure and reliable.


---

# 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.reserve.org/core-components/yield-dtfs.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.
