# Glossary

## Protocol-Specific Terms

| Term                  | Definition                                                                                                                            |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| **BT (Bond Token)**   | ERC-20 zero-coupon bond that redeems 1:1 into the underlying asset at expiry. Traded in the AMM, borrowed/lent in the lending market. |
| **CT (Coupon Token)** | ERC-20 token that tracks all interest/yield due on a given BT line. CT holders accrue interest/rewards from the underlying yield.     |
| **FW (FiraWrapped)**  | Yield-bearing wrapper for underlying assets. The base unit of account in Fira markets. Mintable and redeemable frictionlessly.        |

## Technical Terms

| Term                             | Definition                                                                                              |
| -------------------------------- | ------------------------------------------------------------------------------------------------------- |
| **LTV (Loan-to-Value)**          | Ratio of debt to collateral value. UZR uses 88% LTV.                                                    |
| **LLTV (Liquidation LTV)**       | Threshold above which positions become eligible for liquidation.                                        |
| **IRM (Interest Rate Model)**    | Smart contract that determines borrowing rates. UZR uses a fixed rate IRM at 0.10% APR.                 |
| **AMM (Automated Market Maker)** | Decentralized exchange mechanism used for BT trading in Fira V1.                                        |
| **Maturity**                     | The date at which a BT redeems at par (1:1 with underlying).                                            |
| **Par Value**                    | The face value of a BT at maturity (1 underlying).                                                      |
| **Discount**                     | The difference between current BT price and par value. This discount represents the implied fixed rate. |
| **Rehypothecation**              | Reuse of deposited liquidity in secondary markets (variable-rate vaults).                               |
| **Health Factor**                | Metric indicating how close a position is to liquidation.                                               |


---

# 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://docs.fira.money/resources/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.
