> 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/access.-issue.-operate./glossary.md).

# Glossary

<table><thead><tr><th width="271.87109375">Term</th><th>Definition</th></tr></thead><tbody><tr><td>Structured Product</td><td>A pre-packaged investment strategy based on a single security, a basket of securities, options, indices, commodities, debt issuance, or foreign currencies, designed to provide customized risk-return objectives.</td></tr><tr><td>ETP (Exchange-Traded Product)</td><td>A type of security that tracks underlying securities, an index, or other financial instruments, which is traded on an exchange or platform.</td></tr><tr><td>NAV (Net Asset Value)</td><td>The total value of a product's assets minus its liabilities, divided by the number of outstanding shares or tokens.</td></tr><tr><td>Delta-Neutral</td><td>An investment strategy designed to maintain a net-zero exposure to directional market movements by balancing long and short positions.</td></tr><tr><td>City Protocol</td><td>The underlying open infrastructure for neofinance that powers Venzo's issuance, vault operations, and tokenization services.</td></tr><tr><td>Polis Point System</td><td>An onchain reputation and rewards tracking system developed by City Protocol, currently hosting its Season 1 campaign on Venzo.</td></tr><tr><td>VaaS (Vault-as-a-Service)</td><td>City Protocol's standardized operating layer for underlying yield strategies, managing capital flows and security controls.</td></tr><tr><td>Issuance &#x26; Operation Layer</td><td>The framework for product issuance, product-level accounting, methodology enforcement, rebalancing, and reporting.</td></tr></tbody></table>


---

# 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/access.-issue.-operate./glossary.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.
