Partner Revenue

The War Room includes a built-in revenue sharing system that compensates brokers for facilitating deals. All partner earnings are handled automatically during settlement, with no manual intervention required.


Revenue Model Overview

When a broker generates a deal link, it contains a partner referral code. Every OTC trade executed through that link triggers:

  • A platform fee applied to the seller

  • A partner rebate paid to the broker

  • A fee discount applied to both participants

This structure incentivizes brokers to bring high-quality deal flow into the protocol.


Partner Rebate

Brokers earn:

40% of all platform fees generated by the deal

This rebate is automatically distributed at settlement.

Example:

Parameter
Value

Trade size

100 SOL

Platform fee (1.2%)

1.2 SOL

Broker rebate (50%)

0.6 SOL

The broker never touches escrow and is only rewarded after successful settlement.


Participant Fee Discount

Participants using a partner link receive:

10% discount on platform fees

This discount is applied after the cashback (if any) but before the rebate calculation.

This improves deal conversion and broker credibility.


Attribution Logic

Every settlement stores:

  • partner_code

  • broker_id

  • deal_id

  • fee_paid

  • broker_earnings

  • timestamps

  • buyer/seller wallets

  • underlying asset

This creates a verifiable audit trail for revenue reporting.


Broker Dashboard Visibility

Brokers can monitor:

  • Active deals

  • Pending settlements

  • Settled trades

  • Total earnings

  • Per-deal revenue

  • Participant activity

  • Referral tree growth (future expansion)

This data is refreshed in real time through event listeners or periodic syncs.


Conditions for Broker Earnings

A broker only earns revenue if:

  • The deal settles successfully

  • The link includes a valid partner code

  • Both deposits occur without error

  • Escrow contract completes settlement

If the deal is canceled or fails before settlement, no revenue is created.


Screenshot

📸 ![Broker Revenue](../images/warroom-broker-revenue.png)

Last updated