# Cashback System

The cashback system is the most visible component of Venzo Rewards. Every qualifying purchase made with the Venzo Card triggers an instant cashback credit to the user's account.

***

### How Cashback Works

When a user makes a purchase with their Venzo Card, the following process occurs:

1. Transaction Processing. The payment is processed through the Mastercard network and settled by Venzo's payment processor.
2. Cashback Calculation. The system calculates the cashback amount based on the user's membership tier, the merchant category, and any active promotional multipliers.
3. Instant Credit. The cashback amount is immediately credited to the user's Venzo account. Users can choose to receive cashback in stablecoins (USDC/USDT).
4. Auto-Deploy. Users can optionally enable auto-deploy, which automatically routes cashback earnings into their preferred Venzo Earn vault, creating a compounding rewards loop.

***

### Cashback Rates by Tier

<table><thead><tr><th width="163.55859375">Membership Tier</th><th width="174.53125">Standard Cashback</th><th>Venzo Points Cashback</th><th>Venzo Points Cashback</th></tr></thead><tbody><tr><td>Standard</td><td>1.0%</td><td>1.5%</td><td>Up to 2x</td></tr><tr><td>Silver</td><td>2.0%</td><td>3.0%</td><td>Up to 3x</td></tr><tr><td>Gold</td><td>3.0%</td><td>4.5%</td><td>Up to 4x</td></tr><tr><td>Platinum</td><td>5.0%</td><td>7.5%</td><td>Up to 5x</td></tr></tbody></table>


---

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