# How much can I expect to earn?

Tier 1. You will earn 20% from every sale made with your discount code.

Tier 2. You will earn 25% from every sale made with your discount code.

Tier 3. You will earn 30% from every sale made with your discount code.

Tier 1 | 0 - 200 NFT sales with 20% payout -> 200 \* 175 \* 0.2 = 7000 USD\
Tier 2 | 200 - 500 NFT sales with 25% payout -> 300 \* 175 \* 0.25 = 13125 USD\
Tier 3 | 500 - 1000 NFT with 30% payout -> 500 \* 175 \* 0.3 = 26250 USD


---

# 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://docs.reventon.io/reventon-help-center/reventon-affiliate-program/how-much-can-i-expect-to-earn.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.
