# TradFi's Credit Spectrum

When we draw Credit from TradFi, we need to consider the following variables to determine the nature of the loan:&#x20;

* The interest rate on the loan
* The purpose of the loan (what the borrowed funds can be used for)
* How the loan is secured (recourse)&#x20;

For example:

* In the case of a mortgage:&#x20;
  * A homebuyer might provide 20% of the purchase price as a down payment and receive the other 80% from the bank, resulting in a 4:1 debt-to-equity ratio (purpose of loan).
  * This loan is secured, or *collateralized,* by a claim on the house itself. If the buyer stops making payments, the bank will repossess the house to recover the value of the loan (recourse).
* Other loans are secured not with direct collateral, but instead with a senior claim on assets or future income.&#x20;
  * In the case of credit card purchases and corporate bonds, loans are not secured by direct collateral but instead the lender has recourse to the borrower’s other assets, which partially compensate for the lack of direct collateral.
  * In case of nonpayment, outstanding claims are resolved through a collections process (individual) or bankruptcy (for companies). <br>

Both directly and indirectly collateralized credit are critical to the operation of the modern economy, as they provide the capital that powers consumption and investment.&#x20;

{% hint style="info" %}
Consider every loan as occupying some point on the spectrum from&#x20;

1. over-collateralized to under-collateralized,&#x20;
2. specific-purpose to general-purpose.<br>

And it becomes clear that traditional finance supports all quadrants. &#x20;
{% endhint %}

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


---

# 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://asgard-2.gitbook.io/asgard-finance/understanding-credit/tradfis-credit-spectrum.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.
