# Glossary

{% hint style="info" %}
The glossary is a living artifact that will be incrementally & continuously updated.
{% endhint %}

* **USD0 (Usual USD):** The primary stablecoin of Usual, a liquid and transferable ERC-20 token that can be staked or locked to receive rewards. It is backed by cash equivalents like tokenized money market funds.
* **bUSD0 (Bond USD0):** A token representing USD0 deposited in a onchain bond, maturing over a defined period, during which $USUAL can be claimed.
* **USYC (US Yield Coin):** USYC is the on-chain representation of the Hashnote International Short Duration Yield Fund Ltd. ("SDYF"). SDYF invests primarily in reverse repo and U.S. Government backed securities.
* **ERC-20 Token:** A popular token standard on the Ethereum blockchain, enabling the creation of fungible tokens.
* **Staking:** The process of locking cryptocurrencies in a blockchain network to support operations, in return for rewards.
* **Reverse Repo:** A repurchase agreement wherein securities are sold with an agreement to repurchase them at a higher price in the future.
* **Money Market Fund:** A fund that invests in short-term, high-quality debt securities, providing liquidity and safety.


---

# 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://tech.usual.money/support/glossary.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.
