# Funds

### **Types of Funds**

#### **Public Fund**

Public funds are open to everyone. Any user can invest, subject only to the fund’s maximum SOL cap and user limit.

#### **Access Code Fund**

Access code funds require a shared code to join. Anyone with a valid access code can invest in the fund, allowing multiple users to participate using the same code.

#### **Invite-Only Fund**

Invite-only funds are created by a user (the fund creator) who receives a set of unique, single-use invitation codes. Each code grants access to one user, allowing the creator to curate participation.\
The creator can also choose to enable additional gating options for tighter access control.


---

# 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://defunds-finance.gitbook.io/tutorial/funds.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.
