# Usdfi: What is a Stablecoin?

A **stablecoin** is a type of cryptocurrency designed to maintain a stable value by being pegged to a reserve asset, typically a fiat currency like the US Dollar (USD), Euro (EUR), or a basket of assets. Unlike traditional cryptocurrencies such as Bitcoin or Ethereum, which can experience high levels of volatility, stablecoins aim to provide price stability and are often used as a medium of exchange, a store of value, or a unit of account within blockchain-based ecosystems.

Stablecoins can be categorized into three main types:

1. **Fiat-collateralized stablecoins** – backed 1:1 by fiat reserves held in custody (e.g., USDT, USDC).
2. **Crypto-collateralized stablecoins** – backed by other cryptocurrencies and often over-collateralized to account for market volatility (e.g., DAI).
3. **Algorithmic stablecoins** – rely on algorithms and smart contracts to regulate supply and demand and maintain the peg without physical collateral.

In the case of USDfi, the stability of the asset is ensured through a transparent and verifiable mechanism, combining the reliability of reserve-backed models with the efficiency and scalability of decentralized finance (DeFi) protocols.

* ###


---

# 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.usdfi.co/usdfi-what-is-a-stablecoin.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.
