> For the complete documentation index, see [llms.txt](https://learn.apy.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.apy.fun/protocol/staking.md).

# Staking

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

### TL;DR

* Stake → earn **$YIELD**.
* **Lock time** is optional but increases your **multiplier** (your share of rewards).
* Rewards accrue over time; **claim** in the UI (per‑pool rules).
* Learn more: How to stake, Activation goal, Lock time, Boost tips, Pool math.

> ⚠️ Rewards are variable and not guaranteed. Token prices fluctuate.

### Getting started

See [**How to stake**](/protocol/staking/how-to-stake.md) for the full step‑by‑step. This page only covers the basics.

### Core concepts

* **Lock time** → longer lock = higher **multiplier**. See Lock time.
* **Activation goal** → some pools start rewards only after reaching a target. See Activation goal.
* **Boost (tips)** → optional boosts that raise your multiplier further. See Boost tips.
* **Your share** → based on **weighted stake**: `amount × multiplier`. See Pool math.

### Notes

* Early unlock (if enabled) can incur a **fee** and reduce rewards
* **Network fees** apply on stake/unstake/claim

### For builders

Use the public API to fetch live data.

* **GET `/front`** → `pools`, `tipsStepsAndMultiplier`, `$YIELD` & `SOL` prices
* See [**API docs** ](/developers/api.md)for full examples


---

# 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://learn.apy.fun/protocol/staking.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.
