> For the complete documentation index, see [llms.txt](https://docs.builtbydao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.builtbydao.com/quick-start/quick-start-investor.md).

# Investors

Built By DAO's current proof-round plan uses a Qualified Opportunity Fund as the primary lane for eligible accredited investors. A separate non-OZ convertible-note lane may be retained only when approved.

{% hint style="warning" %}
No investment flow is live through the dashboard. Offering documents remain drafts for counsel review. Nothing on this site is an offer, solicitation, or investment advice.
{% endhint %}

## Before investing

1. Read the current [investor overview](/investors/invest.md) and proof thesis.
2. Review the final counsel-approved offering package when it becomes available.
3. Confirm your eligibility and the consequences with independent advisers.
4. Complete the approved verification and subscription process.
5. Fund only through the authorized closing channel.

Neither BLTBY nor EQTBLT is included in the QOF or fallback-note security. Do not send funds to a wallet or interact with an old testnet contract as an investment step.

{% content-ref url="/pages/v5Tu45NwlsFCe5DcorCE" %}
[How to Invest](/investors/process.md)
{% endcontent-ref %}


---

# 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.builtbydao.com/quick-start/quick-start-investor.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.
