Affiliate Link
The /affiliate page helps create a link with your EVM payout address.
If someone opens AntiDrain through your link and later uses a supported paid rescue flow, part of the fee can be paid to your address.
How to Create a Link
- Open
/affiliate. - Enter your EVM payout address.
- Copy the link.
- Share it with the user.
Affiliate Wallet Requirements
The payout address must be a normal EVM wallet that you control.
Do not use an address if:
- it is a smart contract;
- it has an active EIP-7702 delegation;
- the address currently shows delegated code.
If you are not sure, check the address in an explorer or through RPC before creating the link. If the address has EIP-7702 delegation, remove it with Remove Delegation first, then use the address as the affiliate wallet.
How It Works
The link includes your address in the ?affiliate= parameter.
When a user opens the site with that link, AntiDrain saves your address locally in the user's browser as the affiliate wallet.
If the user's browser already has another affiliate wallet saved, the new address usually does not replace the old one. The user can clear the saved address on /affiliate.
The affiliate link does not increase the user's total fee. It only changes how an existing fee is split between protocol and affiliate.
Percentages and Rewards
There are two payout types.
1. Token Rescue Fee
This is a fee in the token being rescued.
When a supported token rescue flow applies the standard token fee:
- total fee is
20%of the rescued amount; - user/recipient receives
80%; - protocol receives
15%; - affiliate receives
5%.
If there is no active affiliate wallet:
- user/recipient receives
80%; - protocol receives
20%; - affiliate receives
0%.
Examples:
- if
100 USDTis rescued, the affiliate receives5 USDT; - if
1,000 TOKENis rescued, the affiliate receives50 TOKEN; - if
0.5 ETHis rescued through a supported native transfer-all flow with the same split, the affiliate receives0.025 ETH.
2. Native Service Fee
This is a separate fee in the network's native coin: ETH, BNB, POL, AVAX, and so on.
The site calculates it in fee units. One fee unit is $5, then it is converted into the native coin using the current price.
If an affiliate wallet is active:
- protocol receives
75%of the native service fee; - affiliate receives
25%of the native service fee.
So the affiliate receives $1.25 for each fee unit.
Examples:
- if the service fee is
$5, the affiliate reward is$1.25in the native coin; - if the service fee is
$10, the affiliate reward is$2.50in the native coin; - if the service fee is
$15, the affiliate reward is$3.75in the native coin.
The exact ETH/BNB/POL amount depends on the native coin price when the quote is calculated.
When the Affiliate Gets Paid
The affiliate receives a payout only when all of these are true:
- the user opened the site through your link;
- your EVM address was saved as the affiliate wallet;
- the user reached a paid rescue flow;
- the selected flow supports affiliate fee sharing;
- the transaction was sent and executed successfully;
- that flow actually had a fee that can be split.
The affiliate can receive a payout in these cases:
- supported ERC-20 token rescue where token fee applies;
- Permit Rescue when the selected mode uses token fee;
- DeBank/Bundler token transfer or native transfer-all when that route applies fee split;
- Custom Batch / DeBank actions with native service fee, such as raw calls, NFT/pool actions, or other fee-bearing operations.
The affiliate does not receive a payout if:
- the user did not open your link;
- the address was not saved or was cleared;
- the flow is free;
- the flow does not support affiliate fee sharing;
- the transaction was not sent or failed before payout;
- the affiliate wallet cannot receive the payout.
Important
An affiliate link does not change rescue safety.
If the affiliate wallet cannot receive a native payout or token payout, rescue execution should not break. In that case the affiliate reward may use fallback logic, usually sending that share to the protocol recipient.
What to Check
Check that:
- the address is correct;
- the address is not a smart contract;
- the address has no active EIP-7702 delegation;
- the full link was copied;
- the user opened your link;
/affiliateshows the expected saved affiliate wallet for the user;- the flow actually supports fee sharing;
- the selected flow has a fee that can produce a payout.