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

# zkDX Staking Guide

## **🌐 Connect Wallet**  :briefcase:

* Prepare your wallet to connect to zkDX.
* Visit [zkDX Staking](https://app.zkdx.io/stakingliquidity), click to connect your wallet.
* If you haven't configured the zkSync network before, a prompt in the bottom right corner will suggest switching to the zkSync Mainnet.

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

Once connected, the page will display the connected address and network. Click the network icon to switch to other networks supported by zkDX.

<figure><img src="/files/7dLTME5uuiyMvR2WBZwm" alt="" width="375"><figcaption></figcaption></figure>

### **🌉 Bridge Assets** <a href="#bridge-assets" id="bridge-assets"></a>

* zkDX currently supports staking of ETH and USDC. Bridge your assets from other networks by visiting [zkDX Bridge](https://app.zkdx.io/bridge).

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

### **💼 Stake To Earn** <a href="#deposit" id="deposit"></a>

**Deposit**

* Visit [zkDX Staking](https://app.zkdx.io/stake): Enter the amount of ETH or USDC you wish to stake 💸 -> Click "Approve" ➡️ "Deposit" ✔️.

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

**Withdraw**: **Switch to Withdraw​​**

* Click the 【claim esZKDX】button to withdraw only the $esZKDX reward of the stake.
* Enter an amount, such as 10, and then click【USDC & esZKDX】 to withdraw both 10 USDC & $esZKDX rewards.

🎉 **Congratulations!** You are now officially participating in stake to earn. Follow the page prompts to continuously receive $esZKDX as reward without any risk or loss. You can withdraw your assets anytime, but it's recommended to keep staking as long as possible to earn additional $ZKDX rewards from the Liquidity Reserve Program!&#x20;

If you encounter any issues, please contact us in [Discord](https://discord.gg/ZukCWPaZbp) and get support. 🤝

#### **zkDX Official Links:**

Website: [https://zkdx.io](https://zkdx.io/#/)

Twitter: <https://twitter.com/zkDXio>

Discord:<https://discord.gg/ZukCWPaZbp>

Docs: <https://docs.zkdx.io/>


---

# 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.zkdx.io/guide/zkdx-staking-guide.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.
