# How to Stake

Users can stake ZXAI from the staking section of the Zerax AI dashboard.

Before staking, make sure your wallet is connected and you have ZXAI available.

{% hint style="warning" %}
Only stake tokens through the official Zerax AI dashboard and verified smart contract links.
{% endhint %}

***

### Staking Steps

1. Open the Zerax AI dashboard.
2. Go to the staking section.
3. Connect your wallet.
4. Enter the amount of ZXAI you want to stake.
5. Choose a lock duration.
6. Review the estimated rewards.
7. Confirm the transaction in your wallet.
8. Track your stake from the dashboard.

***

### Before You Stake

Check the following:

* You are using the official dashboard
* Your wallet is on the correct network
* You have enough ZXAI
* You have enough ETH for gas fees
* You understand the lock duration
* You reviewed the estimated rewards

***

### Lock Durations

Different lock durations may offer different reward rates.

| Lock Duration   | Reward Potential                            |
| --------------- | ------------------------------------------- |
| **Short Lock**  | Lower reward, more flexibility.             |
| **Medium Lock** | Balanced reward and lock period.            |
| **Long Lock**   | Higher reward potential, longer commitment. |

{% hint style="info" %}
Available staking durations and reward rates may change depending on active staking settings.
{% endhint %}

***

### Summary

Staking is completed through the dashboard by choosing an amount, selecting a duration and confirming the transaction with your wallet.


---

# Agent Instructions: 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:

```
GET https://docs.zeraxai.com/staking/how-to-stake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
