> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/tokenomics/kuji-token/staking.md).

# Staking KUJI

Staking KUJI on the Kujira Network with a Kujira validator allows users to earn [xKUJI](/dapps-and-infrastructure/ghost-money-market/lend.md#how-does-lending-work-on-ghost) and [xUSK](/dapps-and-infrastructure/usk-stablecoin.md) over time. All fees collected on the network are paid directly to stakers through the validators, after being converted to KUJI first. This makes it easy for users to accumulate a diversified staking yield rather than just more KUJI. Kujira is also adding the option to redeem staking rewards as KUJI based on popular demand.

Some key points about staking KUJI on the Kujira Network include:

* Earn yield bearing xKUJI and [xUSK](/dapps-and-infrastructure/ghost-money-market/lend.md#how-does-lending-work-on-ghost) by staking KUJI with a Kujira validator
* Fees collected on the network (including airdrops) are paid directly to stakers through the validators
* All revenue grows Kujira's TVL
* 50% of staking yield is in a yield bearing USD denominated stablecoin
* Option to redeem staking rewards automatically as scheduled (using Fuzion's [DustButler](https://fuzion.app/dustbuster))
* Kujira is [sustainable](/introduction/readme-1/values/sustainability.md) and does not rely on inflationary tokens to incentivize staking
* Revenue from Kujira's core dApps, such as [ORCA](/dapps-and-infrastructure/orca.md) and [FIN](/dapps-and-infrastructure/fin.md), as well as a portion of revenue from each external protocol that launches on the chain, is sent back to stakers

Please navigate [here](https://blue.kujira.app/stake) if you would like to stake your KUJI.  &#x20;

A more detailed explanation on the nuances of KUJI staking can be found [here](/governance/staking.md).


---

# 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.kujira.app/tokenomics/kuji-token/staking.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.
