# Functions & User Guides

- [Stablecoin Minter](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/stablecoin-minter.md)
- [Wallet Configuration](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/stablecoin-minter/wallet-configuration.md)
- [Mint dUSD](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/stablecoin-minter/mint-dusd.md)
- [Redeem dUSD](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/stablecoin-minter/redeem-dusd.md)
- [Earn](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/earn.md)
- [Earn User Guide](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/earn/earn-user-guide.md)
- [dAssets](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/dassets.md): dAssets are short for Duet Assets, which are synthetic assets that tracks the value of the underlying assets.
- [dAssets User Guide](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/dassets/dassets-user-guide.md)
- [Farm](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/farm.md): $Bonded Duet is distributed as incentives to motivate certain desired activities.
- [$bDUET](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet.md)
- [Overview](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet/overview.md)
- [How to calculate the value of a $bDUET](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet/how-to-calculate-the-value-of-a-usdbduet.md)
- [Duet Open Bond Market](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet/duet-open-bond-market.md)
- [Yield to Maturity and Yield Curve](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet/yield-to-maturity-and-yield-curve.md)
- [Bond As A Service](https://duet-protocol.gitbook.io/duet-protocol/functions-and-user-guides/usdbduet/bond-as-a-service.md)


---

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