> For the complete documentation index, see [llms.txt](https://docs.gage.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gage.cash/rewards/claim-and-reinvest.md).

# Claim and reinvest

The Rewards page is the one place sGAGE is claimed or reinvested. Every drip you hold is drawn on its curve with dates, and one figure sums what is claimable now.

## Claim

`CLAIMABLE NOW 3,021 sGAGE · ≈ 123.9 GAGE at 0.041`. Claim moves the unlocked amount from every drip to your wallet in one transaction. The rest keeps dripping.

## Reinvest

Reinvest turns unlocked sGAGE into a GAGE/sGAGE position in your wallet in one transaction. Two routes, one range choice, one confirmation.

| Route     | What happens                                                                                                                                    | When to use it                     |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| **Match** | Buy the GAGE needed to pair your sGAGE for the chosen range, paid from ETH or USDG in your wallet, then mint the position. No sGAGE is sold.    | The default                        |
| **Zap**   | Sell part of the sGAGE into the pool so the rest pairs, then mint the position. The pool's 3% fee on the sold part is shown before you confirm. | A wallet holding nothing but sGAGE |

| Range           | What it is                                                                                                                                                                                                           |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Recommended** | Sized from the pool's recent volatility for a week, centred on the current price. Earns more swap fees per GAGE of value. Carries the note: this position holds only one asset while the price is outside its range. |
| **Full**        | 0 to infinity. Never out of range, never concentrated.                                                                                                                                                               |

Ranges are "Recommended" or "Full", never "best".

## The confirmation

Before you sign, one screen shows exactly what is sold, what is bought and what is paired:

> ROUTE Match · buy GAGE to pair RANGE Recommended 0.032 – 0.052 Buy 32.0 GAGE with 26.26 USDG Pair 781 sGAGE + 32.0 GAGE Position New · or add to #112

Either route can mint a new position or add to one you already hold, which keeps its score history. Minimum received and maximum sold are quoted in the app and enforced by the contract.

## Where it appears

Reinvest is offered wherever unlocked sGAGE is held: on Rewards, and on Pool next to Collect. Deal pages and Portfolio show the live figures and link to Rewards.

Only unlocked sGAGE can be reinvested. Locked rewards keep dripping.


---

# 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://docs.gage.cash/rewards/claim-and-reinvest.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.
