# Home

#### What you see on Home

**Your Balance**\
Your total balance in Sail, shown in USD terms.

**Quick navigation**\
Use the bottom tabs to move between:

* **Home** (overview)
* **Portfolio** (your current positions)
* **History** (activity log)

<figure><img src="/files/Mpv7XyD8dI0hKMzQq1Pp" alt=""><figcaption></figcaption></figure>

#### The Home bubbles

On the right side of the screen, you’ll see three bubbles. Each one opens a focused view:

**Earnings**\
Shows how much you’ve earned over time. You can review your earnings by month and see a full-year total.

**APY**\
Shows your current total APY and the breakdown:

* **USD APY**: variable APY earned from DeFi strategies
* **Points APY**: the incentives component used to reach the current target, subject to the active incentives budget

Sail’s total APY is modeled as:

`APY_shown = USD_APY + Points_APY`

**Transactions**\
Shows your agent’s activity over time (how many transactions your agent executed). You can review this by month and see a full-year total.


---

# 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/usesail/explore-the-app/home.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.
