# The Investment Process

**Our typical investment process is as follows:**

1. basedVC will identify projects that we feel are strong investments and we will negotiate with projects to acquire allocations for basedVC.
2. The opportunity will be presented and announced via the basedVC announcement channel.
3. basedVC investors will be able to review the investment details as well as the detailed research report so that they can conduct their own due diligence and research the investment opportunity.
4. The dates for the investment start and end will be announced on discord.

Investments are live for a pre-determined time period. You will be notified prior to each investment on how long it will be live for. When the investment goes live investors will be able to participate on a First Come First Serve basis. During this time investors will be able to contribute up to their Max Invest Amount.

{% hint style="warning" %}
Keep in mind the ticket may fill sooner than the pre-determined time period and end prior to allotted time.
{% endhint %}

### Investing Tiers

<table><thead><tr><th width="115.0546875">Tier Name</th><th width="165.36328125" align="right">$BASED tokens held</th><th width="128.34375" align="right">Haircut</th><th width="131.99609375" align="right">Carry Fee</th><th width="179.22265625" align="right">Max Invest Amount</th></tr></thead><tbody><tr><td>Rookie</td><td align="right">0</td><td align="right">15%</td><td align="right">6%</td><td align="right">$2,500</td></tr><tr><td>Based</td><td align="right">50,000</td><td align="right">10%</td><td align="right">4%</td><td align="right">$5,000</td></tr><tr><td>Whale</td><td align="right">100,000</td><td align="right">5%</td><td align="right">2%</td><td align="right">$7,500</td></tr></tbody></table>


---

# 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://info.basedvc.fund/overview/the-investment-process.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.
