> For the complete documentation index, see [llms.txt](https://uniquevc.gitbook.io/unique-venture-clubs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uniquevc.gitbook.io/unique-venture-clubs-docs/operate-your-venture-club/governance-configurations/investors.md).

# Investors

Investment club's capabilities are relative to its structural setup. In order to get the best out of blockchain, and automate the operations, club founders/managers can centralize or decentralize the club to best fit the needs of their investment vehicle.

We have designed three different governance models that allocate certain power to each of the roles. As all the configurations are transparent and visible when browsing clubs, users will be able to know the rules prior to joining.

When creating a club, founders can choose among the following models:

{% tabs %}
{% tab title="1. Deposit - based" %}
The voting power of each member is calculated based on the amount of tokens one deposits to the club's [treasury](broken://pages/NY1KBLiY4kqXWITjZeil#treasury). The maximum number of votes equals the amount of tokens fundraised.

**E.g.: Total funds raised is 50 USDC:**

* Member A deposits: 12 USDC = 24% of total votes&#x20;
* Member B deposits: 17 USDC = 34% of total votes&#x20;
* Member C deposits: 21 USDC = 42% of total votes
  {% endtab %}

{% tab title="2. Role - based" %}
The club founder assigns roles with predefined voting power to each member.

**E.g.:** The club founder invites members and managers to the club. They assign 10 votes for managers and 5 for members. Therefore, whoever joins the club and is assigned one of these roles will have a predefined voting power.
{% endtab %}

{% tab title="3. NFT - based" %}
Voting power is calculated based on the number of NFTs one owns from a chosen collection. One NFT represents one vote.

Note that NFT-based clubs are built using the NFT voting plugin and are enabled only for minted collections that follow the [Metaplex token metadata standard v1.1](https://docs.metaplex.com/programs/token-metadata/certified-collections)
{% endtab %}
{% endtabs %}


---

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

```
GET https://uniquevc.gitbook.io/unique-venture-clubs-docs/operate-your-venture-club/governance-configurations/investors.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.
