Introduction

We are excited to present an addition to our array of services that many have eagerly anticipated: Orderly Referral System. This system, developed in response to your insightful feedback, represents a pivotal advancement in our platform’s evolution. Designed to enrich and expand our community, it offers a dynamic way for both existing and new users to connect, thereby significantly strengthening the Orderly ecosystem.

Existing users can effortlessly create personalized referral codes, which they can then share with potential new members. It’s designed to reward both new and existing members, encouraging the growth of their networks within the Orderly ecosystem and fostering a more interconnected and robust trading community.

Overview of the Referral Binding Process

Referral Code Creation: Brokers create unique referral codes linked to specific user accounts.

Binding Process: The referee, upon receiving a referral code, binds it to their account, establishing a direct link between the referrer and the referee.

Rebate Distribution: Rebates are distributed daily and credited to each user’s Orderly account.

Incentives: Referrers and/or referees benefit from rebates off trading fees for using the referral code.

Referral Rebate Breakdown

Taker Fee Rebate: The referral rebate applies exclusively to taker fees.

Distribution of Rebates:

  • Referee Rebate: A portion of the taker fee is rebated to the referee.

  • Referrer Rebate: A matching portion of the taker fee is rebated to the referrer.

  • Broker Rebate: The remaining portion of the taker fee is rebated to the broker.

Example Calculation

Assumptions:

-Referee Rate: 0.2%

-Referrer Rate: 0.2%

-Total Taker Fee for Referee’s Order: 7 basis points (bps) = 15 USDC

-Broker Rebate: 4 bps ≈ 8.6 USDC

Rebate Allocation:

  • Referee Rebate: 1.7 USDC

  • Referrer Rebate: 1.7 USDC

  • Broker Rebate: 5.2 USDC

User Flow for Brokers

1

Generating referral codes

Brokers generate and assign unique referral codes for each user (referrer) through POST /v1/referral/create.

Taker rebate need to provided for both referee and referrer.

This endpoint is authenticated with broker’s admin account

2

Bind referral code

Bind the referral code to each user (referee) through POST /v1/referral/bind.

3

Update referral code

Update referral rebate of a referral code through POST /v1/referral/update.

This endpoint is authenticated with broker’s admin account

4

Retrieve referral information

Brokers can retrieve details of referees, referrers, rebates. All endpoints listed under “Referral Program” section.