# How to launch a Partner program

Use the partner program to earn a percentage of Coinsbuy commissions from clients who sign up using your referral link. This guide explains how to choose a wallet for rewards and generate your referral URL.

{% hint style="warning" %}
Only users with the *Owner* role can configure the partner program.
{% endhint %}

{% hint style="info" %}
Before you start, make sure you have at least one **Merchant** wallet in USD. This wallet will be used to receive partner rewards. For details, refer to [How to create a wallet](/how-tos/manage-your-wallets/how-to-create-a-wallet.md).
{% endhint %}

To start a partner program:

{% stepper %}
{% step %}
Go to **Partner program**.
{% endstep %}

{% step %}
In the **How it works** section, click the **Terms & conditions** link to review the program settings.
{% endstep %}

{% step %}
In the **Unique referral URL** section, click **Select wallet** and select your Merchant wallet is USD.
{% endstep %}

{% step %}
Once the link is generated, use the **Copy** button to copy it to the clipboard.
{% endstep %}

{% step %}
Share the copied URL with partners who want to join Coinsbuy.
{% endstep %}
{% endstepper %}

When an invited client signs up through your link, passes KYB checks, and starts processing eligible transactions, their commissions begin generating partner rewards for your legal entity according to the program settings.

You can track invited clients, their statuses, and rewards on the **Partner program** page in the **Invited partners** table.


---

# 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.coinsbuy.com/how-tos/manage-your-profile-and-system/how-to-launch-a-partner-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.
