# How to Affiliate

### 📢 Affiliate Program and Payment Structure

We offer a rewarding **Affiliate Program** that allows users to **earn commissions** by referring others to the platform. Affiliates will receive **different commission rates** based on the referral level.

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

***

### 📝 How to Register as an Affiliate

**1.** On our main website page, click the **Affiliate** button to enter the registration area.\
**2.** Click the **"Connect"** button and link your wallet.\
**3.** Choose a **username** that will be used in your referral link.\
**4.** If you were referred by someone else and want them to also receive a commission:

* Type their username **or**
* Click their referral link *(reload the page in this case and their username will be automatically filled)*\
  **5.** Click **"Submit"** to register.\
  **6.** This is your **affiliate link**.\
  **7.** Here you can view the **commission percentage** and **levels**.\
  **8.** This area shows your **balance** and **withdrawals**.\
  **9.** You can also view a list of **all transactions** that used your affiliate link.

***

### 💰 Affiliate Commission Structure

* **1st Level (Direct Referrals):** 10% commission on the referred user's activity.
* **2nd Level (Indirect Referrals):** 3% commission on the activity of users referred by your direct referrals.
* **3rd Level (Indirect Referrals):** 2% commission on the activity of users referred by your second-level referrals.

This **multi-level structure** enables affiliates to earn commissions not only on their **direct referrals**, but also on the referrals of their network (*downline*), promoting wider growth.

***

### 📊 Step-by-Step Example

Let’s assume each user’s activity generates **$100** of revenue. Here’s how commissions are distributed:

#### **1. Alice Signs Up and Refers Bob (User 2)**

* **Alice** (User 1) creates an affiliate account.
* Alice refers **Bob** (User 2).
* When Bob generates $100 in activity:
  * Alice earns **10%**:

    ```
    Commission = $100 × 10% = $10
    ```

#### **2. Bob Refers Charlie (User 3)**

* **Bob** refers **Charlie** (User 3).
* When Charlie generates $100 in activity:
  * Bob earns **10%**:

    ```
    Bob’s Commission = $100 × 10% = $10
    ```
  * Alice earns **3%** (Charlie is Alice’s 2nd-level referral):

    ```
    Alice’s Commission = $100 × 3% = $3
    ```

#### **3. Charlie Refers David (User 4)**

* **Charlie** refers **David** (User 4).
* When David generates $100 in activity:
  * Charlie earns **10%**:

    ```
    Charlie’s Commission = $100 × 10% = $10
    ```
  * Bob earns **3%** (David is Bob’s 2nd-level referral):

    ```
    Bob’s Commission = $100 × 3% = $3
    ```
  * Alice earns **2%** (David is Alice’s 3rd-level referral):

    ```
    Alice’s Commission = $100 × 2% = $2
    ```

***

### ⭐ Special Conditions for Network Affiliates & Influencers

If you have:

* A **large referral network**
* Or are an **influencer with significant reach**

📩 Contact us to discuss **special commission rates** and **customized terms** that reflect your network size and influence.

**Contact for affiliate inquiries:**\
📧 Email: **<support@syndra.io>**

***

### 📜 Payment Terms

* **Automatic & Instant Payments** — commissions credited within **30 minutes** maximum.
* All transactions are recorded in your **affiliate dashboard**.
* ❗ Commissions are **NOT generated** if you use your own affiliate link with the same wallet that created the affiliate account.
* **Payments in USDT (BEP-20)** on Binance Smart Chain, sent directly to your **registered wallet address**.


---

# 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://whitepaper.syndra.io/how-to-affiliate.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.
