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

# Introduction

### Welcome to Venzo

Venzo Finance is the structured product layer for onchain finance. It provides the essential infrastructure to access, issue, and operate onchain Exchange-Traded Products (ETPs), ETF-style products, vaults, and specialized strategies built for high-quality yield.

In an era marked by macroeconomic uncertainty, traditional financial products often lack the flexibility required to meet diverse risk profiles, while onchain assets have historically suffered from fragmented user experiences and a lack of verifiable structure. Venzo bridges this gap by turning complex onchain assets and investment strategies into accessible, structured products.

By packaging yield into structured formats, Venzo enables investors to navigate market volatility with tailored risk profiles. Whether an investor seeks the stability of a money market fund, the uncorrelated returns of a delta-neutral strategy, or the growth potential of a thematic ETF, Venzo provides a unified platform to subscribe, redeem, and monitor these investments.

***

### The Vision

The vision of Venzo Finance is to bring onchain assets to onchain structured products for real mass adoption. The current landscape of decentralized finance (DeFi) is often characterized by isolated yield opportunities that require deep technical knowledge to navigate. Venzo envisions a future where institutional-grade strategies are abstracted into simple, composable structured products.

By leveraging robust underlying protocols, Venzo ensures that these products are not only accessible but also verifiable, governable, and secure. This approach transforms raw onchain capital into mature financial instruments, paving the way for mainstream users and institutions to participate in the onchain economy with confidence.

***

### The Problem & Opportunity

The primary challenge in today's onchain finance ecosystem is the gap between raw yield generation and consumer-ready financial products. While the tokenization of real-world assets (RWAs) and the development of complex DeFi strategies have created unprecedented opportunities for yield, these mechanisms remain largely inaccessible to the average investor.&#x20;

Furthermore, the lack of standardized issuance and operational frameworks means that each new product must rebuild its own infrastructure for Net Asset Value (NAV) calculation, risk management, and redemption logic.

Venzo capitalizes on this opportunity by providing a comprehensive suite of structured products that cater to varying risk appetites. In today's uncertain market environment, investors require more than just basic yield; they need structured solutions that offer capital preservation, defined risk parameters, and transparent reporting. By acting as the distribution and operational layer for these products, Venzo captures the growing demand for sophisticated yet accessible onchain investments.


---

# 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://venzofinance.gitbook.io/venzofinance-docs/introduction.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.
