> For the complete documentation index, see [llms.txt](https://docs.kryptox.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kryptox.finance/earn/reward-for-usdkfc-holder.md).

# Reward for $KFC holder

KryptoX lets $KFC holders share protocol revenue. All trading fees and other protocol income, settled in USDC, are distributed to $KFC holders based on their share of holdings.

***

### How rewards work

$KFC is designed to give token holders direct exposure to protocol growth.

* **Revenue source:** Rewards come from trading fees and other protocol revenue.
* **Settlement asset:** Rewards are distributed in **USDC**.
* **No staking required:** You only need to hold $KFC in your wallet or account.
* **Pro-rata distribution:** The more $KFC you hold, the larger your share of protocol revenue.

***

### Reward calculation

At a high level, reward distribution follows this formula:

> **User reward = Total distributable protocol revenue × (User $KFC holdings / Total $KFC supply)**

#### Example

Assume the total $KFC supply is **1,000,000,000**.

* At **T0**, you hold **1,000,000 $KFC**
* From **T0 to T1**, the protocol generates **10,000 USDC** in distributable revenue

Your reward is:

> **10,000 × (1,000,000 / 1,000,000,000) = 10 USDC**

You can then receive this reward through the **Claim** flow on the platform.

***

### Why it matters

This model aligns token holders with platform growth.

* **Direct revenue sharing:** Holders benefit when protocol activity increases
* **Simple participation:** No staking, locking, or separate farming flow is required
* **USDC-denominated rewards:** Revenue is paid in a stable settlement asset

***

### Claim and settlement

Rewards can be settled in two ways:

* **Manual claim:** Use the **Claim** button on KryptoX to receive accrued rewards
* **Automatic settlement:** If supported by the reward contract logic, pending rewards are settled when tokens are transferred

For a broader overview of token utility, see [$KFC Utility](/usdkfc-utility.md).

***

### FAQ

#### Q1: Do I need to stake $KFC to receive rewards?

**A:** No. Holding $KFC is enough. You do not need to lock tokens in a separate staking contract.

#### Q2: In what asset are rewards paid?

**A:** Rewards are paid in **USDC**.

#### Q3: Does holding more $KFC increase my rewards?

**A:** Yes. Rewards are distributed proportionally, so a larger holding receives a larger share of protocol revenue.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.kryptox.finance/earn/reward-for-usdkfc-holder.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.
