# Fee Distribution & Rewards

### Fee Distribution

<div data-with-frame="true"><figure><img src="/files/D2Olu5mBSmh1BtaroM6N" alt=""><figcaption></figcaption></figure></div>

The 20% performance fee splits this way:

* **50% → ALPHA Vault Rewards.** Paid to ALPHA Vault stakers in SUI, distributed every Sunday.
* **20% → AlphaFi Reserve.** Held by the protocol as a financial cushion.
* **5% → Liquidity.** Deepens the ALPHA-SUI trading pool.&#x20;
* **25% → Operations.** Funds team operations, audits, partnerships, and infrastructure.

<details>

<summary>Example</summary>

Suppose AlphaFi has $20M TVL earning an average 30% APY in the underlying pools. Annual gross yield is **$6M**. The 20% performance fee = **$1.2M / year**.

Of that:

* **50%** ($600K/year) → SUI rewards to ALPHA Vault stakers
* **20%** ($240K/year) → AlphaFi Reserve
* **5%** ($60K/year) → ALPHA-SUI liquidity
* **25%** ($300K/year) → Operations (team, audits, partnerships, infrastructure)

So roughly **$600K/year** in SUI flows to ALPHA stakers at $20M TVL. The amount scales with TVL.

(Numbers are illustrative. Actual TVL, APYs, and allocations vary.)

</details>

#### The fee → reward flywheel

1. A user deposits in a Strategy vault. The vault generates yield.
2. AlphaFi takes a 20% performance fee on that yield (see Strategies → Fees).
3. The fee is split — part of it pays SUI rewards to ALPHA Vault stakers, part is used to buy ALPHA on the open market, and part funds operations and reserves.
4. As TVL grows, fee revenue grows, and so do SUI rewards and ALPHA buys.

The rewards are funded by protocol revenue, not by minting new ALPHA.

#### Supply Dynamics

* The contract cannot mint new ALPHA. The 10M cap is final.
* Vesting unlocks follow a published schedule.
* Team tokens have a 300-day cliff before any unlocks.
* SUI rewards continue as long as the protocol generates fees, independent of ALPHA price.


---

# 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://docs.alphafi.xyz/alpha/fee-distribution-and-rewards.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.
