# 2. Getting Started with $XR Staking

**$XR Staking** is the core of the XRADERS ecosystem. By staking your tokens, you **obtain a Stake Point** which determines your eligibility for Exclusive Trade2Earn campaigns.

### **Step-by-Step Staking Guide**

* **Navigate to Menu:** Go to the **Staking** tab on `app.xraders.com/staking`.

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

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

* **Enter Amount:** Input the amount of $XR you wish to stake. The minimum stake is **1 XR**, and you can click the \[MAX] button to stake your entire wallet balance.
* **Check Your Points:** See the **Stake Points** you'll earn, calculated automatically based on your staking amount.

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

* **Sign Transactions:** Click **\[Stake]** and complete two sequential wallet signatures **(Approve and Stake)**. Note that BNB gas fees apply to both transactions.
* **Done:** Once both transactions are confirmed on-chain, your **Stake Points** update immediately, unlocking access to **Exclusive Campaigns.**

### **Stake Point Calculation**

Stake Points are **calculated based on** the total amount of $XR you have staked. These points represent your "weight" when determining your share of the daily reward pool.

| **$XR Staked**    | **Stake Points** | **$XR Staked**      | **Stake Points** |
| ----------------- | ---------------- | ------------------- | ---------------- |
| 0 – 19,999        | 0                | 120,000 – 139,999   | 6                |
| 20,000 – 39,999   | 1                | 140,000 – 159,999   | 7                |
| 40,000 – 59,999   | 2                | 160,000 – 179,999   | 8                |
| 60,000 – 79,999   | 3                | 180,000 – 199,999   | 9                |
| 80,000 – 99,999   | 4                | **200,000 or more** | **10 (MAX)**     |
| 100,000 – 119,999 | 5                |                     |                  |

* **Point Acquisition:** You **receive** 1 Stake Point for every 20,000 $XR staked.
* **Point Cap:** A maximum of 10 Stake Points can be **assigned** per account.

### **Eligibility Status**

The Staking tab features an eligibility badge so you can easily track your campaign status:

* **Exclusive Campaign Eligible:** Displayed if you have **20,000 $XR or more** staked (Stake Points ≥ 1).
* **Not Eligible:** Displayed if you have **1 – 19,999 $XR** staked (Stake Points = 0). While you are still a "staker," you must stake additional $XR to reach the 20,000 XR threshold and qualify for rewards.

### **Key Technical Notes**

* **Staking Duration:** Staking is **perpetual**, meaning there is no fixed term. Your $XR stays staked until you manually initiate an unstake request.
* **Input Validation:** $XR staking is **integer-only**; decimal amounts are not supported.
* **Gas Fees:** Ensure you have a small amount of **BNB** in your wallet to cover network gas fees for staking and unstaking transactions.
* **Supported Wallets:** We support major Web3 wallets, including OKX Wallet, MetaMask, and Trust Wallet.


---

# 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://xraders.gitbook.io/xraders-t2e-guide/staking/2.-getting-started-with-usdxr-staking.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.
