> 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/boost-tips.md).

# Boost tips

<figure><img src="/files/00lfveEBh3W8HFw2xwjR" alt=""><figcaption></figcaption></figure>

**Anyone can tip a pool with SOL to boost its APY for everyone staking in that pool.**\
Tipping is a community lever: more tips → higher boost → bigger rewards (pro-rata to stake).

<div data-full-width="false"><figure><img src="https://docs.apy.fun/~gitbook/image?url=https%3A%2F%2F4102297992-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FBWFUzpdwhcweZ0KWsE84%252Fuploads%252FsHaN7dkdCuwVVQm4dHvu%252Fimage.png%3Falt%3Dmedia%26token%3Da9f212ec-4ac0-40c4-a1ea-31be4166558c&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4bd17e56&#x26;sv=2" alt=""><figcaption></figcaption></figure></div>

### How it works

1. Open a pool and click **Tip**.
2. Choose an amount in **SOL** and confirm in your wallet.
3. The pool’s **boost tier** updates and the **boosted APR** is shown on the pool.

> Tips do **not** count toward activation and do **not** affect lock timers. They only increase rewards once the pool is active.

***

### Boost tiers (example)

Tiers are configurable; here’s the model used in the UI:

* **Tier 1** → **+5%** APR boost
* **Tier 2** → **+10%** APR boost
* **Tier 3** → **+15%** APR boost
* … (multiple tips can move the pool up tiers)

**Boost math (relative):**\
`Boosted APR = Base APR × (1 + Boost%)`\
Example: Base APR **20%** with **+10%** boost → **22%** APR.

> The **Base APR** is still recalculated every **6 hours** from protocol fees (20% shared equally + 80% by pool activity). The **Boost%** multiplies whatever the current base is.

***

### Who benefits?

* **All current stakers** in the pool, pro-rata to their stake.
* New stakers benefit **as long as the boost is active**.
* Tippers don’t get a separate share—**everyone** in the pool benefits.

***

### UI states

* **Boost meter:** shows current tier and total tips (SOL).
* **APR badge:** “Boosted” when a tip is active.
* **Tip history:** recent tips with wallet and amount.

***

### FAQs

**Does tipping help activate the pool?**\
No. Only staking moves the activation progress bar.

**How long does a boost last?**\
For the duration configured by the protocol and reflected in the UI. The APR display updates on the next refresh (every 6 hours).

**Are tips refundable?**\
No. Tips are a contribution to the pool’s reward boost.

**Can multiple users tip?**\
Yes. Tips from different users accumulate and can lift the pool to higher tiers.

**Does tipping change my lock?**\
No. Lock time is unaffected by tips or APR changes.

This feature provides a way for active participants to directly support their favorite pool and its community while enhancing their returns.


---

# 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, and the optional `goal` query parameter:

```
GET https://learn.apy.fun/protocol/staking/boost-tips.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
