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

# For Pool Admins

Pool Admins are responsible for creating, operating, and maintaining lending pools on the Qiro Marketplace. During the initial phase, all pools will be administered by the Qiro team. Over time, the platform will open up to external pool admins who can launch and manage their own pools on Qiro.

Each lending pool has dedicated Pool Admins who handle the full lifecycle of the pool, including:

* **Creating and configuring new lending pools**\
  Setting up pool parameters, borrower details, capital formation rules, and operational settings.
* **Managing investor access controls**\
  Whitelisting and blacklisting investors to ensure only eligible participants can interact with the pool.
* **Approving tokenized assets from borrowers**\
  Reviewing and authorizing the minting of borrower-issued tokenized assets tied to the pool.
* **Approving underwriting for borrower assets**\
  Verifying that the borrower’s assets meet Qiro’s underwriting and risk standards before activation.
* **Uploading and publishing investor reports**\
  Providing periodic performance updates, NAV summaries, and cashflow reports to pool investors.
* **Reporting defaults and write-offs**\
  Recording credit events such as missed payments, partial losses, or full write-offs that impact pool performance.

This framework ensures a transparent, compliant, and well-governed environment for both borrowers and investors across the Qiro ecosystem.


---

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