> 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/venzo-card/membership-tiers-and-cashback.md).

# Membership Tiers and Cashback

Venzo Pay incorporates a robust membership and cashback program designed to incentivize usage and drive user retention. The tiered structure rewards users who are more deeply engaged with the Venzo ecosystem.

<table><thead><tr><th width="103.43359375">Tier</th><th width="210.92578125">Requirement</th><th width="148.3828125">Cashback Rate</th><th>Key Perks</th></tr></thead><tbody><tr><td>Standard</td><td>Account creation</td><td>1%</td><td>Virtual card, basic swaps, standard vaults</td></tr><tr><td>Silver</td><td>Minimum vault balance</td><td>2%</td><td>Physical card, priority support, reduced fees</td></tr><tr><td>Gold</td><td>Higher vault balance</td><td>3%</td><td>Premium card, lounge access, exclusive vaults</td></tr><tr><td>Platinum</td><td>Top-tier vault balance</td><td>5%</td><td>Concierge service, highest limits, VIP events</td></tr></tbody></table>

Cashback rewards are credited to the user's account immediately after a qualifying purchase, providing instant gratification. Cashback can be received in stablecoins and Venzo Points (at a bonus rate).

***

#### Lifestyle Perks

Venzo partners with leading lifestyle brands to offer exclusive discounts and rewards across categories including:

* Travel: Airport lounge access, hotel upgrades, flight discounts
* Dining: Restaurant reservations, exclusive dining experiences
* Entertainment: Concert and event priority access, streaming subscriptions
* Wellness and Longevity: Gym memberships, health screening packages, longevity clinics

These lifestyle perks are a key differentiator that transforms Venzo from a financial tool into a lifestyle platform, increasing user engagement and retention.


---

# 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/venzo-card/membership-tiers-and-cashback.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.
