> For the complete documentation index, see [llms.txt](https://docs.luckaton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luckaton.com/staking-101/staking-dapp/staking-dapp-dashboard.md).

# Staking dApp Dashboard

## <mark style="color:purple;">$LUKT Staking dApp Dashboard</mark>

### <mark style="color:purple;">**Total $LUKT Staked**</mark>

**Definition:** This metric represents the cumulative quantity of Luckaton tokens currently committed to the staking contract across all users. It acts as a direct indicator of community engagement and the confidence vested in the $LUKT ecosystem.

### <mark style="color:purple;">**Percentage of $LUKT Staked**</mark>

**Explanation:** This figure shows the ratio of Luckaton tokens stacked against the total circulating supply. It sheds light on the token's utility and acceptance, indicating the portion of the available tokens that participants are actively staking.

### <mark style="color:purple;">**Annual Percentage Yield (APY)**</mark>

APY calculates the expected annual return rate on staked Luckaton tokens. This dynamic figure adjusts based on the volume of current staking activity, providing participants with a current estimate of their potential earnings, which varies with the fluctuation in active stakers.

### <mark style="color:purple;">**Total Rewards Paid**</mark>

This total reflects the cumulative rewards distributed to Luckaton token stakers to date. It underscores the tangible benefits realized from staking, highlighting the rewards and value provided to the $LUKT ecosystem's participants.

### <mark style="color:purple;">**Total Stakers**</mark>

**Insight:** This number indicates the total individuals participating in staking within the ecosystem. It serves as an important measure of the community's scale and engagement level, showcasing the breadth and depth of involvement in the $LUKT staking program.


---

# 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.luckaton.com/staking-101/staking-dapp/staking-dapp-dashboard.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.
