> 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/template-borrower-deal-structures.md).

# Template Borrower Deal Structures

Here are a few simple archetypes of structures, Borrowers such as Credit Funds and Fintechs could design and propose to the Goldfinch community.

## Key Universal Structural Considerations

While there are many use cases for the Goldfinch ecosystem (see below), there are two universal questions which should be carefully considered prior to approaching the Goldfinch community.

1. "How will the transaction security which typically can be assigned to a single party in a transaction be perfected, and accessible to investors?"
2. "Who at the outset of pool close would be the primary delegate acting on the best interest of the other Backers when it comes to managing communications"

## Credit Funds

There are a multitude of use cases Credit Funds could deploy capital raised through the Goldfinch ecosystem into. The following illustrates just a few:

* Raise parri-passu or senior capital into your fund (or fund like) structure to then on-lend
* Co-invest into a new prospective borrower via raising new money capital
* Co-invest into an exiting borrower via raising new money capital (i.e. fill uncommitted allocation)
* Refinance existing investments via sub participate exiting investments at a different cost of capital

**Checklist of Features Credit Funds Could Incorporate**

* [ ] **Facility and Security Agent -** A single party appointed by the other Backers to manage the perfected security, and core communication between the Borrower and investor group
* [ ] **Backup Servicer** - A 3rd party with the ability to step in as the fund administrator in the instance the Credit Fund were to default
* [ ] **Capital Custody** - A capital custody platform(s) to manage Crypto or fiat capital

![](/files/cG7xK1Y9WRFUVyoRx83c)

## Fintech Structural Diagram <a href="#fintech-structural-diagram" id="fintech-structural-diagram"></a>

The following is a potential "plug and play" structure speaking to the key universal structural considerations.&#x20;

**Checklist of Features Fintechs Could Incorporate**

* [ ] **Facility and Security Agent -** A single party appointed by the other Backers to manage the perfected security, and core communication between the Borrower and investor group
* [ ] **Backup Servicer** - A 3rd party with the ability to step in to collect funds from the Fintechs end borrowers
* [ ] **Capital Custody** - A capital custody platform(s) to manage Crypto or fiat capital

![](/files/080pNIqa2XsQI5XWawHU)


---

# 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/template-borrower-deal-structures.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.
