> For the complete documentation index, see [llms.txt](https://docs.avis.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avis.xyz/guide/get-started/avis-ref.md).

# How to Earn Rewards with Avis Referrals

Avis offers a referral reward program to recognize users who help grow the platform. When someone you refer tops up their balance, you earn a commission on their top-up — paid into your account and withdrawable once you're verified. This guide covers how the reward program works, how much you earn, and how payouts are processed.

## How to refer friends

**Step 1:** Find your referral link on your profile.

<figure><img src="/files/Ez0xJ180hfnvrqK3swJ3" alt=""><figcaption></figcaption></figure>

**Step 2:** Click **Copy** next to your ref ID to copy the referral link to your clipboard.

**Step 3:** Send the link to your friends. When someone opens your link and completes the sign-up process, you're counted as their referrer.

<figure><img src="/files/VOs0cKRrEo4WzqXeTLmX" alt=""><figcaption></figcaption></figure>

**Tip:** Your friend must use your link and finish the full sign-up before the referral registers. Sharing the link before they create an account is what ties them to you.

**Note:** The referral is credited only when your invitee completes registration through your link. If they sign up separately first, the connection won't be recorded.

***

## How to earn rewards

You earn a commission every time a qualifying invitee tops up:

* **Minimum to qualify:** rewards unlock once an invitee's **cumulative** top-ups reach **$10**. From the moment they cross that threshold, every top-up they make earns you a commission.
* **Direct commission: 3.5%** — you earn 3.5% on the top-ups of people you referred directly.

***

## How to withdraw rewards

### Some notes before withdrawal

Before you withdraw, here's what you need to know.

|                                 | Detail                                                                                                                                                                                                                                                                                        |
| ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Identity verification (KYC)** | You must be KYC before performing withdrawal                                                                                                                                                                                                                                                  |
| **Minimum amount**              | Minimum withdrawal amount is **200,000 VND**.                                                                                                                                                                                                                                                 |
| **Frequency**                   | **Once per week**. The limit resets every Monday.                                                                                                                                                                                                                                             |
| **Processing time**             | **3–5 business days** after you submit (weekends excluded).                                                                                                                                                                                                                                   |
| **Conversion rate**             | <p>Your balance is held in <strong>USD</strong> and converted to <strong>VND</strong> at payout.<br><br>At a fixed rate of <strong>1 USD = 26,500 VND</strong>.</p>                                                                                                                           |
| **Individual income tax**       | <p>Deducted from your gross amount before payout:<br>- <strong>10%</strong> for Vietnamese citizens (verified National ID),<br>- <strong>20%</strong> for non-Vietnamese citizens (no verified National ID).<br><br>The net you'll receive is shown on screen before you confirm.<br><br></p> |

### How a withdrawal flows

**Step 1: Submit your request.** Enter the amount and confirm your registered payout account. Before confirming, review the tax deducted (10% or 20%) and the **net amount you'll actually receive**.

**Step 2: We review it.** Our team checks and processes your request within **3–5 business days** (weekends excluded).

**Step 3: You get paid.** Once processed, the money is sent to your registered payout account.

**Step 4: Wait for the next window.** To withdraw again, wait until the following Monday, when your weekly limit resets.

***

## What's Next

* Add credits to your balance — see [How to top up your balance](/guide/get-started/avis-topup.md).

***

## FAQ

### Where do I find my referral link?

It's on your Avis profile. Click **Copy** next to your ref ID to copy the full link to your clipboard.

### When does a referral count?

When your invitee opens your referral link and completes the sign-up process. Both steps matter — the link ties them to you, and completing registration confirms it.

### Can I refer more than one person?

Yes. Share your link as widely as you like — everyone who signs up through it is counted as your referral.

### When do I start earning?

As soon as an invitee you referred directly reaches **$10** in cumulative top-ups. From that point on, you earn a **3.5%** commission on every top-up they make.

### Do I earn from people my invitees refer?

No. You only earn on the top-ups of people you referred directly — not on anyone they go on to refer.

### How much do I earn per top-up?

Currently a flat **3.5%** of your invitee's qualifying top-up. For example, a $20 top-up earns you $0.70.

### How do I get paid?

Complete identity verification (KYC), then request a withdrawal. Your USD balance converts to VND at 1 USD = 26,500 VND, with a minimum of 200,000 VND, once per week. Payouts take 3–5 business days.

### Why is my payout less than my balance?

Individual income tax is deducted before payout — 10% for verified Vietnamese citizens, 20% otherwise. The net amount you'll receive is displayed before you confirm.


---

# 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://docs.avis.xyz/guide/get-started/avis-ref.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.
