> For the complete documentation index, see [llms.txt](https://docs.goldfinch.finance/goldfinch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goldfinch.finance/goldfinch/goldfinch-v1/borrower-mechanics/goldfinchs-borrowers.md).

# Goldfinch's Borrowers

You can learn more about Borrowers and the role they play in the protocol in the [Borrowers](/goldfinch/goldfinch-v1/protocol-mechanics/borrowers.md) section of the Protocol Mechanics documentation.

* Borrowers are able to raise unitranche loan structure allowing them to pay a single interest rate with all interest and principal payments made into a single portal
* Borrowers have the ability to propose any investments based on any terms, and transaction structures to the Goldfinch community
* The Goldfinch ecosystem was built to be generalized allowing for many Borrower archetypes that could raise capital through it. Some examples Borrower types include, but are not limited to:
  * Credit Funds
  * Fintechs

Below are some articles highlighting past borrowers on the protocol:

* [Goldfinch Provides Cauris with $5.1M as Part of a $100M DeFi Fintech Debt Fund](https://medium.com/goldfinch-fi/goldfinch-provides-cauris-with-5-1m-as-part-of-a-100m-defi-fintech-debt-fund-8161fa185c27)
* [Goldfinch Borrower Spotlight: Greenway (via Almavest)](https://medium.com/goldfinch-fi/goldfinch-borrower-spotlight-greenway-via-almavest-4fdd4625fc84)
* [Goldfinch provides Tugende with a $5M debt facility to scale its operations in Kenya](https://medium.com/goldfinch-fi/goldfinch-provides-tugende-with-a-5m-debt-facility-to-scale-its-operations-in-kenya-86ca5c8de615)


---

# 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.goldfinch.finance/goldfinch/goldfinch-v1/borrower-mechanics/goldfinchs-borrowers.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.
