> For the complete documentation index, see [llms.txt](https://tectonic.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tectonic.gitbook.io/docs/protocol/tonic-token/earn-tonic-by-staking-tonic.md).

# Earn TONIC by staking TONIC

## What is TONIC Staking? <a href="#id-2519" id="id-2519"></a>

* TONIC staking allows TONIC holders to deposit their tokens into the TONIC staking module in return for yield rewards.
* Here’s the general ide&#x61;**:** stakeholders receive rewards, including 50% of protocol revenue generated from fees paid by borrowers and liquidations
* TONIC staking drives further utility for the TONIC token, and it seeks to align incentives with the long-term believers of our protocol and benefits token holders.
* Staking is a standalone feature and not the same thing as our [TONIC money market](https://app.tectonic.finance/markets/tonic/).

## How does it work? <a href="#id-337b" id="id-337b"></a>

1. TONIC token holders can stake TONIC into the staking module and receive xTONIC based on the TONIC : xTONIC exchange rate at the time.
2. Being a yield-bearing token, the TONIC : xTONIC’s exchange rate increases over time, without any action on your part!
3. As a result, when you withdraw your TONIC from the staking module, you will receive more TONIC compared to when you made the initial deposit.


---

# 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://tectonic.gitbook.io/docs/protocol/tonic-token/earn-tonic-by-staking-tonic.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.
