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

# Staking DApp

<figure><img src="/files/qEcDiZvFS1vtFxzYzBm2" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}

#### **Staking Dapp live:** [**https://app.zushidefi.com/**](https://app.zushidefi.com/)

{% endhint %}

**How to Get Started**

1. **Connect Your Wallet:** Visit our [**Staking Dapp**](https://app.zushidefi.com/) and connect your cryptocurrency wallet (such as MetaMask or Trust Wallet). Ensure you have $ZUSHI tokens in your wallet.
2. **Select a Staking Plan:** Choose from the available staking plans that best match your preferences and goals.
3. **Stake Your Tokens:** Enter the amount of $ZUSHI you wish to stake and confirm the transaction. Your tokens will be securely locked in the staking contract.
4. **Earn Rewards:** Sit back and watch your rewards grow. You can track your staking progress and rewards directly through the Dapp.
5. **Unstake When Ready:** At the end of your staking period, or whenever you choose to unstake, simply initiate the unstaking process to retrieve your original tokens along with the earned rewards.

<figure><img src="/files/hanmOLZsWzaMOY1WGByd" alt=""><figcaption></figcaption></figure>

**Key Features of the $ZUSHI Staking Dapp**

* **User-Friendly Interface** Our Staking Dapp is designed with user experience in mind. The interface is intuitive, making it easy for both novice and experienced users to stake their $ZUSHI tokens effortlessly.
* **Flexible Staking Options** Users can choose from various staking plans that suit their needs. Whether you prefer short-term staking with higher rewards or long-term staking for more stability, our Dapp offers a range of options.
* **Secure and Transparent** Security is our top priority. The Staking Dapp employs robust security measures, including smart contract audits and encryption, to ensure the safety of staked tokens. Additionally, all transactions and staking activities are transparent and can be verified on the blockchain.
* **Attractive Rewards** By staking $ZUSHI tokens, users can earn attractive rewards. The reward rates are designed to provide a compelling incentive for staking, thereby increasing the overall demand and value of the $ZUSHI token.


---

# 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://zushi.gitbook.io/whitepaper/staking-dapp.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.
