# Yield Incentive Mechanisms

Sendit combines three sources of yield in order to generate the highest-in-class staking yields for SOL liquidity providers to ensure deep borrowing liquidity.

1. **Lending APR**: The lending APR is a variable yield that the borrowers pay to the lenders for borrowing their SOL. The yield is determined by the pool utilization. The higher the pool utilization is, the higher is the lending APR for the lenders.
2. **Loan Origination Interest**: One-time 1% interest payment at loan origination paid by the borrower that is distributed to SOL LPs over 72hr.
3. **Token Incentives**: Every market has its own proprietary reward vault in which anyone can allocate rewards to in the form of the underlying collateral asset of that market.

{% hint style="info" %}
**Supply APR = Variable Lending APR + Loan Origination APR + Token Incentives APR**
{% endhint %}


---

# 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.sendit.fun/protocol/editor/yield-incentive-mechanisms.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.
