> 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.md).

# Qiro Marketplace Product Guide

- [For Investors](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors.md): Invest in Qiro Lending Pools
- [How to Invest?](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/how-to-invest.md)
- [Investor Onboarding](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-onboarding.md)
- [Institution](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-onboarding/institution.md)
- [Individual](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-onboarding/individual.md)
- [Pool Onboarding](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/pool-onboarding.md)
- [Investor Portfolio](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-portfolio.md)
- [Tranche Tokens](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/tranche-tokens.md)
- [Redemptions](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/redemptions.md)
- [Pricing Calculations](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/redemptions/pricing-calculations.md)
- [Investor Protection](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/investor-protection.md): Buffer Mechanisms for default protection
- [In case of default](https://docs.qiro.fi/qiro-marketplace-product-guide/for-investors/in-case-of-default.md): What happens if the asset originator doesn't repay the loan?
- [For Borrowers](https://docs.qiro.fi/qiro-marketplace-product-guide/for-borrowers.md)
- [Asset Tokenization](https://docs.qiro.fi/qiro-marketplace-product-guide/for-borrowers/asset-tokenization.md)
- [Tokenized Asset Lifecycle](https://docs.qiro.fi/qiro-marketplace-product-guide/for-borrowers/asset-tokenization/tokenized-asset-lifecycle.md)
- [How to Borrow](https://docs.qiro.fi/qiro-marketplace-product-guide/for-borrowers/how-to-borrow.md)
- [Repayments](https://docs.qiro.fi/qiro-marketplace-product-guide/for-borrowers/repayments.md)
- [Investor Reporting](https://docs.qiro.fi/qiro-marketplace-product-guide/for-borrowers/investor-reporting.md)
- [Who can borrow?](https://docs.qiro.fi/qiro-marketplace-product-guide/for-borrowers/who-can-borrow.md)
- [For Pool Admins](https://docs.qiro.fi/qiro-marketplace-product-guide/for-pool-admins.md)
- [Tokenization Approvals](https://docs.qiro.fi/qiro-marketplace-product-guide/for-pool-admins/tokenization-approvals.md)
- [Launch a Pool](https://docs.qiro.fi/qiro-marketplace-product-guide/for-pool-admins/launch-a-pool.md)
- [Manage Pool](https://docs.qiro.fi/qiro-marketplace-product-guide/for-pool-admins/manage-pool.md)
- [Investor Reporting](https://docs.qiro.fi/qiro-marketplace-product-guide/for-pool-admins/investor-reporting.md)
- [Who can become Pool Admin?](https://docs.qiro.fi/qiro-marketplace-product-guide/for-pool-admins/who-can-become-pool-admin.md)
- [Legal Structure](https://docs.qiro.fi/qiro-marketplace-product-guide/legal-structure.md)
- [Underwriting Process](https://docs.qiro.fi/qiro-marketplace-product-guide/underwriting-process.md)
- [Fees](https://docs.qiro.fi/qiro-marketplace-product-guide/fees.md): Fee component on Qiro Marketplace


---

# 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.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.
