# Invitation and Referral Rewards

### Invitation Rules

Registration is open for all supported wallets, however purchasing $SEED is invitation limited. There are 3 levels of inviter and invitee relationship; below is an example:

Jay sent his invitation code to B.

B is Jay’s Lv 1 invitee. Assume that B sent invitation code to C, then C sent his to D, then D to E, and they are all eligible invitees.

The inviter/invitee relation can be described as below:

| Inviter | Lv1 Invitee | Lv2 Invitee | Lv3 Invitee |
| ------- | ----------- | ----------- | ----------- |
| Jay     | B           | C           | D           |
| B       | C           | D           | E           |
| C       | D           | E           | none        |

### Direct Referral Rewards in Equivalent Value of $SEED Points

| Contribution Requirement to Activate Referral Rewards | Lv 1 Invitee Rewards | Lv 2 Invitee Rewards | Lv 3 Invitee Rewards |
| ----------------------------------------------------- | -------------------- | -------------------- | -------------------- |
| X  < 1 ETH                                            | 8%                   | not eligible         | not eligible         |
| 1 ≤ X < 10 ETH                                        | 8%                   | 5%                   | not eligible         |
| 10 ≤ X ≤ 50 ETH                                       | 8%                   | 5%                   | 2%                   |

An example for the referral scenario:

Jay contributed 1.5 ETH for $SEED  and sent his invitation code to his social media account.

He is eligible for Lv 1 and Lv 2 invitee rewards (X=1.5 > 1 ETH and ≤ 10 ETH). His direct invitees have contributed 6.0 ETH in total, and secondary level invitees (invitee of invitee) have contributed 12.0 ETH.

Jay’s total Direct Referral Rewards would be 6.0 \* 8% +12.0 \* 5% = 1.08 ETH equivalent value of $SEED.

### Who is an eligible invitee

If an invitee has registered successfully via the referral code, and has purchased more than 0.1 ETH worth of $SEEDs, by definition this is an eligible invitee.


---

# 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.jayx.com/jayx-docs-n8rfmgwto77q5ila/token-pending/utility-token-usdseed/invitation-and-referral-rewards.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.
