# FAQ & Examples

### Examples

#### Example A: Simple Team

* Alice (Leader) invites Bob → Bob becomes Member.
* Bob invites Carol → Carol is Bob’s Referee, but under Alice’s team.
* When Bob trades: Alice earns 40% of the fee.
* When Carol trades: Alice earns 40% of the fee.
* Bob earns 0% from Carol.

#### Example B: Referral → Member Coexistence

* Zoe referred Dan months ago (Referral Program).
* Zoe later joins Alice’s team as a Member.
* When Dan trades:
  * Zoe still receives her referral share (from Dan’s own trading, as before).
  * Alice (Leader) receives nothing from Dan’s trading fees.

Any new users Zoe invites now become Referees under Alice’s team; Alice earns from them; Zoe does not.

### FAQ

<details>

<summary><strong>What does a Leader receive from Affiliate Team?</strong></summary>

The Leader will receive 40% of the trading fees from the group members

</details>

<details>

<summary><strong>How can I create my own Team?</strong></summary>

Simple go to the Affiliate Dashboard and click on "Create a Team" and submit all the required information. The platform will manually review the application and approve.

</details>

<details>

<summary><strong>Can I switch to another Leader later?</strong></summary>

No. Team membership is **permanent**.

</details>

<details>

<summary><strong>Can a Leader delete their team?</strong></summary>

No. Only the platform can **disable** a team.

</details>

<details>

<summary><strong>Do Members earn anything from people they invite?</strong></summary>

Yes. Team members enjoy exlusive rewards from group activities which are decided by the Leader.

</details>

<details>

<summary>I refer an user and join an Affiliate Team later, who will earn the user's fees?</summary>

The original referrer keeps their referral share from the user's trades. Any new invites you make now go under your Leader.

</details>


---

# 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.whales.market/affiliate-program/faq-and-examples.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.
