# Direct Affiliate Bonus

<figure><img src="/files/roJWeKdD2OoaKVOVyoaZ" alt=""><figcaption></figcaption></figure>

## Explanation of Direct Affiliate

* All eligible members will earn rewards for each affiliated deposit or bet with no limitations or risk of being blocked.
* As an inviter, you earn rewards from your invitees’ activity throughout the protocol infrastructure, which are recorded atomically by the Core contract at the moment of the transaction.
  * Direct Staking (Liquidity) Bonus: 7% of all native tokens deposited by your invitees into the primary Liquidity Pool.
  * Direct Betting Bonus: 0.5% of the platform edge (the mathematical house edge for House games or flat fees for PvP games) from every bet your invitees place.
* Direct affiliate bonuses are recorded in your soulbound Pass NFT and are paid from the Affiliate Fund contract.

## Technical Implementation

The affiliate structure is defined by the Pass NFT. The soulbound (non-transferable) nature of the Pass provides immutable blockchain protection to ensure that each member’s referral structure remains unchanged for a lifetime of rewards.

* The direct bonus is funded by the Affiliate Pool, which represents 49% of all tokens in the total emission.
* The direct affiliate program is governed by the Affiliate and Pass contracts, with claims executed through the Affiliate Fund payout contract.
* To be eligible to record these rewards, an inviter must meet the "skin-in-the-game" threshold of at least 100,000 native tokens deposited into the Liquidity Pool.

### Claiming Direct Bonuses

Unlike the tree-based Service Bonus, Direct Bonuses are not subject to any daily claim limit.

* Immediate Access: You can call the `claimDirectBonus()` function in the Affiliate Fund contract at any time to receive 100% of your accumulated direct rewards in a single transaction.
* Independence: Claiming direct rewards does not trigger the daily claim flag used for Service Bonuses, meaning you can claim both reward types in the same block if desired.

### Migration from Legacy (V1)

Direct bonus tracking starts fresh in the V2 system.

* Fresh Start: V2 Pass only records activity that occurs within the new modular hub-and-spoke infrastructure.
* <mark style="color:$warning;">Legacy Withdrawals: Any direct betting or staking bonuses earned in the previous version (V1) are not carried over to the V2 contract. These old rewards remain claimable from the V1 Affiliate Fund directly, which continues to operate for this purpose.</mark>

*The primary goal of the direct affiliate program is to provide users with financial satisfaction, enabling them to develop a robust affiliate strategy and establish Betfin affiliation as a primary income source.*


---

# Agent Instructions: 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:

```
GET https://betfin.gitbook.io/betfin-public/affiliate-manual/affiliate-explanation/direct-affiliate-bonus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
