# Affiliate FAQ

<details>

<summary>Is it possible to use Betfin services without being affiliated?</summary>

In the Betfin ecosystem, most services are gated. If the membership gate is active in the Core contract, all bet payers and liquidity providers must hold a soulbound Pass NFT to interact with the protocol infrastructure.

</details>

<details>

<summary>How can I recommend someone to Betfin?</summary>

Yecommendations are the primary engine for protocol growth. To invite someone, you must be an eligible inviter (deposited at least 100,000 BET into the Liquidity Pool) and hold your own Pass. Your invitee then mints their own Pass, specifying your wallet address as their permanent on-chain "Inviter."

</details>

<details>

<summary>What is Betfin Permit Token (pass) and why it exists?</summary>

It is a unique access ticket to the platform. The Pass is a soulbound (non-transferable) NFT that serves as your permanent membership identity, cryptographic gate for Core functions, and on-chain ledger for referral tracking and reward accumulation.

</details>

<details>

<summary>What are the affiliate commissions in Betfin?</summary>

Inviters earn rewards from their invitees' activity.

V2 commissions include a Direct Betting Bonus (0.5% of the platform edge), a Direct Staking Bonus (7% of LP deposits), and a tree-based Service Bonus computed by the backend and subject to daily claim limits.

</details>

<details>

<summary>How are the affiliate commissions covered while Betfin is decentralized?</summary>

Commissions are funded by a dedicated allocation.&#x20;

49% of the total BET supply is held in the Affiliate Pool and distributed programmatically via the Affiliate Fund contract. Additionally, a portion of the platform edge from every bet is routed to cover these rewards atomically.

</details>

<details>

<summary>Is it allowed to create multiple accounts?</summary>

Each user should maintain one identity.

The protocol strictly enforces a one-Pass-per-address rule; once a wallet has minted or been assigned a Pass, it cannot acquire another.

</details>

<details>

<summary>Can affiliate conditions be changed</summary>

Technological settings ensure fairness.&#x20;

While game-specific fee configurations (like RTP) are frozen at connection, protocol-wide parameters like the inviter threshold or daily claim limits can be adjusted through DAO governance or designated service roles.

</details>

<details>

<summary>Is it possible to change the sponsor?</summary>

No. The inviter relationship is permanent, immutable, and recorded on-chain at the moment the Pass is minted; because the Pass is soulbound, it cannot be transferred to a new wallet to change sponsors.&#x20;

</details>

<details>

<summary>What is the Liquidity Pool?</summary>

The Liquidity Pool (LP) is the protocol's primary capital infrastructure where providers deposit tokens to back independent game operators and earn a share of the house edge.

</details>

<details>

<summary>Why is my daily limit 0?</summary>

Your Service Bonus daily limit is tied to your Liquidity Pool deposits (capped at 10% of your stake). If you have not provided liquidity to the protocol, your daily claim limit remains zero until a deposit is made.

</details>

<details>

<summary>What is the sorting logic in Betfin binary tree?</summary>

V2 replaces the legacy binary tree with a simplified, tree-based referral model. Sorting logic and balancing "legs" are no longer relevant; all invitees and their downlines contribute to your total Service Bonus volume.

</details>

<details>

<summary>Can I choose the exact position of my affiliate in the Binary scheme?</summary>

No. In the tree-based model, there are no "positions" or "legs" to manage. New affiliates are simply bound to your address as their direct inviter.

</details>

<details>

<summary>What should I do If my affiliate falls into the wrong position in the binary scheme?</summary>

No, this is not possible. Once someone is in Betfin structure their position cannot be changed. \
\
Since V2 does not utilize a binary scheme, "falling into the wrong position" is technically impossible. However, if an invitee specifies the wrong Inviter address during minting, that relationship is permanent and cannot be corrected.

</details>

<details>

<summary>Are there some restrictions on how to promote Betfin?</summary>

It is your sole responsibility to ensure promotion is legal in your jurisdiction.

Betfin is a technological infrastructure; promoting it constitutes recommending a bilateral smart-contract arrangement, not a collective investment managed by a central entity.

</details>

<details>

<summary>I sent the invitation link to someone but still cannot see them in my structure?</summary>

An invitee only appears in your structure after they successfully mint their own Pass NFT specifying your wallet as the "Inviter" and a valid "Parent" address. Confirm they have executed the minting transaction on the Polygon blockchain.

</details>


---

# 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/affiliate-faq.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.
