# Affiliate Reward

## **Affiliate** <a href="#affiliate-program" id="affiliate-program"></a>

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

This is an incentive program for users to invite their friends to participate in the launchpad. If a user uses the provided link to invite their friends to join, they will receive a **2% commission** on the stakes placed by the friends they invite. The commission will be paid in $ETH.

## Calculation <a href="#affiliate-program" id="affiliate-program"></a>

The formula to calculate the affiliate reward is as follows:&#x20;

$$
Affiliate = (Total ETH Referred) \* (  Percentage Affiliate Reward)
$$

&#x20;

Referrers will earn a percentage of the total ETH used by their referees to purchase tokens (after the allocation and refund process). The more ETH a referrer brings to the presale pool, the greater their potential reward.&#x20;

User X shares the affiliate link with Users A, B, and C, who subsequently participate as follows:&#x20;

* A stakes 100 ETH&#x20;
* B stakes 60 ETH&#x20;
* C stakes 40 ETH&#x20;

After the IDO is completed and users receive their refunds:&#x20;

* A receives a 60 ETH refund ---> A used 40 ETH&#x20;
* B receives a 36 ETH refund ---> B used 24 ETH&#x20;
* C receives a 24 ETH refund ---> C used 16 ETH&#x20;

So the total ETH referred is A + B + C = 40 + 24 + 16 = 80 ETH&#x20;

\---> Therefore, X would receive Affiliate reward = 80 \* 2% = 1.6 ETH&#x20;

The maximum Affiliate reward for the Affiliate Program:

$$
Hard Cap \*  Perrcentage Affiliate reward
$$

In this case, the maximum reward is 400 \* 2% = 8 ETH. This implies that all ETH staked in the IDO pool is attributed to referrals.&#x20;


---

# 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.holdstation.com/holdstation/holdstation-launchpad/affiliate-reward.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.
