# Intro

Imagine a yield that's not subject to speculation. Risk free yield backed by payment transaction processing fees is what powers our staking program. Every transaction will create a bit of processing fee. The total fee will be split amongst our staking program participants.

## Yield

**Native Yield from pfUSDT in the Contract**:&#x20;

This refers to the yield generated from holding pfUSDT within the contract, which may include staking rewards, protocol-generated income, or interest earned.

**Transaction Fees from Fast Exchange**:&#x20;

Fees generated from users utilizing the fast exchange functionality within the contract. These fees contribute to the revenue pool.

**Protocol Core Business Logic Fees**:&#x20;

A portion of the fees generated by the core activities of the protocol, such as minting pfTokens, aggregating funds, or other services provided by the protocol.


---

# 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.polyflow.tech/stake/intro.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.
