Skip to content

Commit

Permalink
GITBOOK-356: Typo fix with affiliateFeeRecipient
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeychr authored and gitbook-bot committed Oct 10, 2024
1 parent aaae749 commit 7fda2de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

#### EVM single-chain affiliate fee <a href="#evm-single-chain-affiliate-fee" id="evm-single-chain-affiliate-fee"></a>

To get affiliate fee when user performs single-chain swap on Solana chain `affiliteFeeBeneficiary` & `affiliateFeePercent` request params should be set.
To get affiliate fee when user performs single-chain swap on Solana chain `affiliateFeeRecipient` & `affiliateFeePercent` request params should be set.

* Affiliate fee percent - percent of the **output amount** to receive as fee
* Affiliate fee beneficiary - evm address that will receive fee

#### Solana single-chain affiliate fee <a href="#solana-single-chain-affiliate-fee" id="solana-single-chain-affiliate-fee"></a>

To get affiliate fee when user performs single-chain swap on Solana chain `affiliteFeeBeneficiary` & `affiliateFeePercent` request params should be set.
To get affiliate fee when user performs single-chain swap on Solana chain `affiliateFeeRecipient` & `affiliateFeePercent` request params should be set.

* Affiliate fee percent - percent of the **output amount** to receive as fee
* Affiliate fee beneficiary - Jupiter referral key, could be generated at [https://referral.jup.ag/dashboard](https://referral.jup.ag/dashboard) . Fees could be claimed at jupiter referral dashboard

### Cross-chain affiliate fees <a href="#cross-chain-affiliate-fees" id="cross-chain-affiliate-fees"></a>

Integrator could receive affiliate fee from order creation. `affiliteFeeBeneficiary` & `affiliateFeePercent` request params should be set.
Integrator could receive affiliate fee from order creation. `affiliateFeeRecipient` & `affiliateFeePercent` request params should be set.

* Affiliate fee percent - percent of input order amount that will be sent to affiliate fee beneficiary on order completion
* Affiliate fee beneficiary - receiver of the affiliate fee. Pubkey for Solana, address for EVM
Expand Down

0 comments on commit 7fda2de

Please sign in to comment.