> 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/yield-to-maturity-and-yield-curve.md).

# Yield to Maturity and Yield Curve

![](/files/4bG3GjAazqaQeSLwOLus)

After initially providing liquidity to all bond AMM Pools, market forces will determine the bonded Duet discount rates.

Let us assume that bonds with a duration of 12 months with 100 Duet face value are now trading at 49.7 Duets. This implies that the market is pricing a 6% coupon rate per epoch.

Yield to Maturity is the annualized return expected if an investor buys a bond at market price P, reinvests all payments at the current rate, and holds it until maturity.

Given that the current price P is 49.7, payment is 100 and duration is 12, Knowing that **,**$$P=Payment/(1+R)^n$$, Thus

$$
R=\sqrt\[n]{Payment/NPV}-1=\sqrt\[12]{100/49.7}-1=6%
$$

Now, to annualize the return, we calculate YTM as

$$
YieldtoMaturity(YTM)=(1+R)^{12}-1=(1+6%)^{12}-1=101.22%
$$

Market prices of bonds of all 12 epochs will form an implied yield curve, typically with a higher yield to maturity at longer durations.

**The market mechanisms will balance buying and selling pressures such that when selling pressures of bonds are greater, the market price of bonds will fall, and yield will rise, which will attract more investors to reinvest Duet tokens; when investors reinvest Duet tokens with enthusiasm, bond prices will increase, and yield will fall, which will encourage bondholders to sell their bonds at a profit.**


---

# 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/yield-to-maturity-and-yield-curve.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.
