# Affiliate System

The affiliate system rewards users who introduce projects, groups, and traffic to Raffl Bot.

## Becoming an affiliate

{% stepper %}
{% step %}

### Open Raffl Bot

* Open Raffl Bot in private chat.
  {% endstep %}

{% step %}

### Start the affiliate process

* Type `/affiliate`.
  {% endstep %}

{% step %}

### Generate your affiliate ID

Choose how to generate your affiliate ID:

* Use Telegram ID
* Use Telegram username
* Enter a custom ID
* Generate a random ID
  {% endstep %}

{% step %}

### Add wallets

* Enter your EVM wallet address.
* Enter your Solana wallet address.
  {% endstep %}

{% step %}

### Receive your affiliate link

* Receive your unique affiliate link.
  {% endstep %}
  {% endstepper %}

## How referrals work

If someone uses your affiliate link to add Raffl Bot to their Telegram group, that group becomes associated with your affiliate account.

## Commission and payout process

* Every time a raffle in your referred group completes, you earn a commission.
* Payouts are sent automatically to your saved wallet addresses.
* Payments are made when each raffle finishes — not monthly.

{% hint style="info" %}
Flow overview
{% endhint %}

{% stepper %}
{% step %}
Open Raffl Bot → Type /affiliate
{% endstep %}

{% step %}
Generate ID
{% endstep %}

{% step %}
Enter wallets
{% endstep %}

{% step %}
Receive affiliate link
{% endstep %}

{% step %}
Groups join + create raffles
{% endstep %}

{% step %}
Raffles complete
{% endstep %}

{% step %}
Affiliate commission paid
{% endstep %}
{% endstepper %}


---

# 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://raffl.gitbook.io/raffl-docs/affiliate-system.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.
