# Target APY

#### What the APY includes

* **USD APY:** variable yield earned from real DeFi strategies.
* **Points APY:** an incentives component that fills the gap up to the current target.

#### How it works

The APY is modeled as:

`APY_shown = APY_USD + APY_points`

* If Sail's strategy pays more in USD yield, the points component decreases.
* If Sail's strategy pays less in USD yield, the points component increases, subject to the active incentives budget.

#### What “points APY” means

* Points APY is an *estimated equivalent rate* shown for clarity.
* Points are not USD, and they are not transferable today.
* Points APY is also the rate used to compute how many points you receive each day.

#### Important

* USD yield is variable. it can go up or down with market conditions.
* Target APY is not a guaranteed rate. it depends on available USD yield and the active points budget.
* In-app, Sail shows the breakdown between USD APY and points APY so you can see what is driving your total APY.


---

# 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.sail.money/learn/incentives/target-apy.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.
