# Referral Points

Users who obtain a special inviter NFT can generate a unique link to welcome new participants to the ENKI platform, earning referral points in the process.

### Minting the Inviter NFT

To mint this non-transferable inviter NFT, users need to hold a minimum of 1 eMetis or seMetis in their wallet, which then enables them to create a unique invitation link.

### Viewing the Inviter NFT and Referral Points

These elements are displayed on the Portfolio page of the ENKI Dapp, accessible once the user's wallet is connected.

### Usage of Referral Points and Inviter NFT

Referral points are key to determining the distribution of airdrop tokens during the Invitation Staking Activity (which has 400,000 ENKI tokens set aside) in Fantasy Phase 2. The inviter NFT serves as proof of eligibility to claim the airdrop.

### Earning Referral Points

The most straightforward method to accumulate referral points is by encouraging potential stakers to use your invitation link for staking at least 0.1 Metis in the protocol.

### Referral Points Calculation

Referral points are calculated using the formula: Points = 100 \* Total Referrals + 200 \* Total Staked Metis by Invitees. For instance, if you have 5 invitees who each stake 0.1 Metis (totalling 0.5 Metis), your points would be 100 \* 5 + 200 \* 0.5 = 600.

### Policy on Cheating

Should any form of cheating be verified, the implicated user's referral points will be annulled.


---

# 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.enkixyz.com/getting-started/points-system/referral-points.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.
