> 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/general/thesis.md).

# Thesis

Private Credit is $1.7T market where non-banking lenders issue loans to asset originators and corporates. However, it has been plagued with rent seeking intermediaries and broken TradFi infrastructure rendering it expensive, inefficient for the participants. \
\
Tokenization of RWAs has been on the rise and Tokenized private credit has rapidly grown to become the largest Real-World Asset (RWA) category after stablecoins, boasting **$9.75 billion** in active loans and **$16.48 billion** in total loans issued to date. This impressive growth signals that the market is not just a trend—it’s here to stay.

We believe that tokenization address a fundamental issue in private credit: illiquid assets and limited accessibility. By transitioning assets from off-chain ledgers to on-chain systems, they become modular "money legos," enabling the creation of diverse financial products. This innovation allows anyone holding stablecoins to invest in previously inaccessible private credit opportunities, thereby making the illiquid assets more liquid and accessible.<br>

**But before that, why tokenize private credit ?**

1. Private credit provides attractive risk-adjusted yield opportunities for on-chain investors.
2. Tokenization simplifies access, allowing retail investors to tap into private credit markets that were once limited to institutional players.
3. Blockchain and smart contracts enhances transaction efficiency for the asset originators and investors by eliminating intermediaries. e.g [97% cost reduction for securitisation on centrifuge](https://centrifuge.mirror.xyz/TLXQmWd7d4QJtqXE9c_Y7TgGSvAG060S-YOBs_9TIP0)<br>


---

# 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/general/thesis.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.
