> For the complete documentation index, see [llms.txt](https://guide.charityvest.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.charityvest.org/for-donors/getting-started/enable-investing/impact-investing.md).

# Impact investing

<figure><img src="/files/vIMK2YARR821WgWq2oLl" alt=""><figcaption></figcaption></figure>

You may wish to leverage your donor-advised fund balance to:

* Invest in / make loans to for-profit social ventures.
* Make recoverable grants or loans to charities loans.

Now, you can request to partner with [Impact Foundation](https://www.impactfoundation.org/) via your Charityvest account.

Impact Foundation is a 501(c)(3) public charity that allows you to recommend custom investments in your Impact Accounts (a donor advised fund). Through January 2024, their donors/investors have deployed more than $525 Million for impact.

### Request impact investing services

{% embed url="<https://vimeo.com/1006743299?share=copy>" %}

If you are interested in impact investing:

* Log in to your account Dashboard.
* Select the [Philanthropic Services](https://www.charityvest.org/philanthropic-services) tab on the left-hand menu bar.
* Select the I’m interested button under the Impact investing section.
* Complete the form details to initiate an introduction to our impact investing partners. You will need to answer the following questions:
  * How much charitable capital do you plan to invest over the next 2 years?
  * Which of the following describe your interest in impact investing?
    * I would like to choose from pre-screened impact investments.
    * I have already identified an investment opportunity.
  * Do you have a preference of who you would prefer to work with?
    * Impact Foundation
    * Other - describe below
  * Additional information or questions.
* Click Message us to submit. We will share a summary of responses to for your reference.
* The Charityvest team will follow up directly with you to get started.

### Partner fees and minimums

Impact Foundation assesses fees on invested assets on an annual basis, which are deducted from your Impact Foundation donor-advised fund balance. Their minimum opening balance is $25,000.

| Impact Foundation account balance | Fees          |
| --------------------------------- | ------------- |
| $25,000 - $3M                     | (0.85%)       |
| $3M - $5M                         | 65bps (0.65%) |
| $5M - $10M                        | 40bps (0.40%) |
| $10M+                             | 30bps (0.30%) |

Additionally, they charge a one-time 3% origination fee on the total value of each new investment (with a minimum origination fee of $1,000).

Still have questions about this process? Contact us via Intercom chat or email at <support@charityvest.org>.


---

# 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://guide.charityvest.org/for-donors/getting-started/enable-investing/impact-investing.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.
