> For the complete documentation index, see [llms.txt](https://duet-protocol.gitbook.io/duet-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet/overview.md).

# Overview

**A $bDUET is a certificate issued by the Duet Treasury for an investor to receive principal and interest payments denominated in Duet tokens in one or several future dates.**&#x20;

The architecture design of Duet protocol allows for creation of bonds with discounted face value or bond with interest payments. Take a bond with interest payments as an example, a 6 months bond with a face value (principal) of 100 DUET tokens and interest payments of 10 DUET per month would entitle the holder to receive DUET token as follows:

<table data-header-hidden><thead><tr><th>Date</th><th data-type="number">Payments</th></tr></thead><tbody><tr><td>Month 1</td><td>10</td></tr><tr><td>Month 2</td><td>10</td></tr><tr><td>Month 3</td><td>10</td></tr><tr><td>Month 4</td><td>10</td></tr><tr><td>Month 5</td><td>10</td></tr><tr><td>Month 6</td><td>110</td></tr></tbody></table>

Whereas an investor who would have received 100 DUET tokens today, he/she can opt to be paid with 160 DUET tokens in 6 months time, which is 60% more duet tokens.

<mark style="color:purple;">Another example of a typical discounted face value Duet bond would be a $bDuet trading at 0.5 Duet token with a face value of 1 Duet token. By investing in the bond today, investors effectively lock up a annualized return of 100%.</mark>&#x20;

**Mining rewards are locked for 9 to 12 months and Duet token holders may choose to reinvest their Duet tokens for any duration they please.**


---

# 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://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet/overview.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.
