# Overview

* Venture Club is a protocol for the syndication of investment opportunities, as well as a protocol to tokenize offchain assets.&#x20;
* As part of each investment, NFTs are minted on [Ethereum](https://opensea.io/collection/venture-club) and [Base](https://opensea.io/collection/venture-club-2). NFTs represent a tokenized version of the underlying asset.&#x20;
* NFTs correspond to membership interest in a legal wrapper created by Venture Club (either a Delaware or Marshall Islands based Series LLC, aka an SPV).
* NFTs are DeFi interoperable with whitelisted protocols, with restrictions on transfers and recipients to ensure compliance.

#### Who's Venture Club for?

1. **Projects raising capital.** Use Venture Club like a web3 AngelList. Projects can raise via 506c or 506b offerings, and gate the offering based on onchain credentials.
2. **Investors.** Join our network and invest in deals.
3. **Syndicates.** Publish deals, allow investors to participate, get carry for your efforts.
4. **External apps looking to issue securities within their UI.**&#x20;
5. **Asset owners looking to tokenize.** Move your assets onchain in order to get utility.

Get in touch if you are interesting in using Venture Club for any of the above.


---

# 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://docs.ventureclub.club/overview.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.
