> For the complete documentation index, see [llms.txt](https://docs.xccy.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xccy.finance/introduction/why-fixed-rates-matter.md).

# Why Fixed Rates Matter

Crypto has learned how to trade, lend, and speculate. What it still hasn’t learned—at least not well—is how to **lock in a rate**.

Today, most yields in DeFi are floating. Deposit USDC and your return changes day by day. Borrow against ETH and your cost can spike overnight. This works when markets are calm, but it breaks down the moment volatility rises or capital becomes scarce.

In traditional finance, this problem was solved decades ago. Current daily volume of Interest Rate Swaps (IRS) products reached $8 trillion. Corporate treasuries hedge interest rate exposure. Savers use fixed-term deposits. The entire fixed-income market exists to answer one basic question:

> *“What will my rate be over time?”*

<figure><img src="/files/YgjadQsRokiOB4lc8A23" alt=""><figcaption></figcaption></figure>

Crypto doesn’t have a real answer yet. That’s what this protocol is built to change.

XCCY introduces **on-chain fixed rates**—not as a marketing promise, but as a real financial primitive—by bringing interest rate swaps, portfolio risk management, and bank-style balance sheet logic on-chain.


---

# 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://docs.xccy.finance/introduction/why-fixed-rates-matter.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.
