> For the complete documentation index, see [llms.txt](https://docs.b2binpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2binpay.com/how-tos/manage-your-profile-and-system/how-to-launch-a-partner-program.md).

# How to launch a Partner program

Use the partner program to earn a percentage of B2BINPAY 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 B2BINPAY.
{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2binpay.com/how-tos/manage-your-profile-and-system/how-to-launch-a-partner-program.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
