# Raising Capital through Goldfinch

Raising capital through the Goldfinch ecosystem can be summarized in four basic steps, which you can learn about in more detail in the [Protocol Mechanics sections](/goldfinch/goldfinch-v1/protocol-mechanics.md) of the documentation.&#x20;

**Step 1:** A Borrower proposes a [Borrower Pool](/goldfinch/goldfinch-v1/protocol-mechanics/borrowers.md) to the Goldfinch community, sharing deal terms, structure, and due diligence materials with the [Backers](/goldfinch/goldfinch-v1/protocol-mechanics/backers.md). Borrower Pools are specific to individual Borrowers, representing the credit lines from which Borrowers draw capital to funds their real-world lending. Each pool is created by the Borrower encoded with a set of deal terms (including pool size, interest rates, repayment schedule etc.) that match the loan that Borrower Pool represents.

**Step 2:** The Backers then perform due diligence on the Pool opportunity. This diligence is based on the information shared, directly communicating with the Borrower, and negotiating key terms of the transaction. Backers then supply capital once a transaction agreement has been signed by both the Backers and the Borrower.

**Step 3:** The [Senior Pool](/goldfinch/goldfinch-v1/protocol-mechanics/liquidityproviders.md) automatically allocates its capital to fill deal tickets. Senior Pool capital contribution to the deal based on the [Leverage Ratio calculation](/goldfinch/goldfinch-v1/protocol-mechanics/leveragemodel.md), which follows the actions of Backers—to date leverage is set at 3x and in future will be determined automatically by the protocol.&#x20;

**Step 4**: The borrower draws the USDC raised from the protocol as a unitranche facility.

These four steps typically take a week to complete.&#x20;

![](/files/0VWyWITLPgXPzfMLmS6e)


---

# Agent Instructions: 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:

```
GET https://docs.goldfinch.finance/goldfinch/goldfinch-v1/borrower-mechanics/raising-capital-through-goldfinch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
