> For the complete documentation index, see [llms.txt](https://docs.qiro.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-protection.md).

# Investor Protection

**Bankruptcy Remote SPV:** Every lending pool on Qiro Marketplace has a separate SPV setup which protects the investors from bankruptcy&#x20;

**Over-collateralisation:** Based on underwriting, the asset originator are required to pledge additional portfolio as collateral to the [SPV](https://docs.qiro.fi/qiro-marketplace-product-guide/legal-structure). Typically, the LTV would be 60-70% for these fintechs. e.g $6M loan would required borrower to pledge $10M worth off-chain assets.

**Cash Reserves**: We will also require the asset originators to deposit cash into reserves which can be utilised in case of missed repayments or default scenarios to make the investors whole.

**Excess Interest Spread (EIS):** The spread between asset originators interest rate and what they pay to stablecoin investors on Qiro is the first buffer to cover defaults. e.g if the asset originator earns 15% on the loans, they will typically pay 10-12% to stablecoin investors on Qiro.

**Junior Tranche Protection:** Every lending pool on Qiro will be have junior tranche where the underwriters will have to put capital to support their decision. This can also be filled jointly by underwriters + asset originator. Typically it’s \~20% of the whole pool.\
\
On top of this, we perform rigorous credit underwriting before approving the loan and have integration into asset originator's platform to track different information covenants(bank balance, financials, NPAs, profits, losses etc) which can trigger event of default if the agreed covenants thresholds are breached.

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


---

# 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.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-protection.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.
