# 5. Affiliate Program

Referring a new user to OdinBot earns you a 40% commission on their trading fees for life.

**Example:**

Your affiliate made a trade with **0.1 SOL**, Odin's fee would be **0.001 SOL** (1% fee). \
You would get for your affiliate **40%** of the **0.001 SOL**.&#x20;

To generate your affiliate link, hit the **Affiliate Dashboard** tab.

<figure><img src="/files/6bGU7beewtezASwVSNUy" alt="" width="563"><figcaption></figcaption></figure>

Before you can receive earnings, you must set up a Solana wallet that will act as your **affiliate payout** address. This wallet will receive all referral rewards earned through your affiliate activity. Make sure the wallet is secure and accessible only by you.

<figure><img src="/files/9Hcy2gJd9iBKZu8a71Pd" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** Your affiliate payout wallet gets paid out in **real-time** as trades happen. Make sure it has at least **0.00089088 SOL** in it to cover [**rent on Solana**.](https://solana.com/docs/core/accounts#rent)
{% endhint %}

After you have configured your affiliate payout wallet, a performance chart will be generated. This chart includes key metrics such as **Daily Revenue**, **Daily Referrals**, and **Referral Funnel**. You can adjust the date range to view data over the past **7 days**, **30 days**, or set a **custom range**.

<figure><img src="/files/ffiwF63o1P3bNf6kLvVP" alt="" width="563"><figcaption></figcaption></figure>

The **Source** and **Campaign** selectors let you generate variations of your referral link so you can measure how each marketing channel performs.

**Example how to create a new Source or Campaign:**

1. In the “Affiliate Dashboard” panel, open the **Source** or **Campaign** drop-down.
2. Select **“Add New Source”** or **“Add New Campaign”.**
3. Enter a descriptive name, then click **Save.**

<figure><img src="/files/Wo6YbiHLM2aTen5fANcX" alt="" width="563"><figcaption></figcaption></figure>

OdinBot automatically attaches the new source or campaign tag to your base referral link.

<figure><img src="/files/CNJyEoLHkc8nY1s3tPph" alt="" width="563"><figcaption></figcaption></figure>

Using different referral links for each platform or campaign allows you to:

* **Identify Top Channels**: Clearly see which platforms are driving the highest sign-ups and generating the most revenue.
* **Analyze Funnel Performance**: Compare click-through rates and conversions across different campaigns, highlighting what's working and what isn't.
* **Optimize Your Strategy**: Quickly retire underperforming sources and focus your efforts on channels that consistently perform well.


---

# 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.odinbot.io/faqs/5.-affiliate-program.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.
