> 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/tokens/sgage.md).

# sGAGE

sGAGE is the protocol's own token. It is the only asset the protocol ever emits.

|                             |                                                                             |
| --------------------------- | --------------------------------------------------------------------------- |
| Supply                      | 5,000,000,000, minted once. Only ever decreases                             |
| Emissions                   | 80%, 4.0B, released to deal rewards and liquidity rewards over 52 weeks     |
| Pool seed                   | 20%, 1.0B, paired with GAGE at launch, in a 365-day timelock                |
| Team or treasury allocation | None                                                                        |
| Earned                      | Locked, from deals and from providing liquidity, dripping out over the term |
| Bought                      | In the GAGE/sGAGE pool. Bought sGAGE is never locked                        |
| Burned                      | By floor sweeps and whatever emissions remain after week 52                 |

## Why "s"

The s does not stand for staked. There is nothing to stake. sGAGE is the reward you earn and pair.

## What holds it up

Selling pressure comes from unlocked rewards. It is met by three standing buyers, a supply that only falls, and the shape of the drip. See [What gives sGAGE a bid](/tokens/what-gives-sgage-a-bid.md).

## The gauge

The pool price of sGAGE in GAGE is the health gauge for the layer. It is set by buyers and sellers alone and is shown on Rewards and Pool at all times, next to the sGAGE burned this week.

## Contract invariants

* Total supply only ever decreases.
* Locked sGAGE unlocks only by the curve. No function releases it early or slows it.
* The emissions contract can send only to the reward contracts, never faster than the schedule, and nothing leaves it after week 52 except to the burn.


---

# 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/tokens/sgage.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.
