# Deploy a Bridge Node

To ensure the best operational experience and long-term maintainability, Wanchain provides two distinct paths for node management. Please choose the method that matches your current status:

**🟢** [**How to deploy a Bridge Node via XStake (Recommended)**](/wanchain-bridge-nodes/deploy-a-bridge-node/deploy-a-bridge-node-via-xstake-recommended.md)

**Best for: All new node registrations and modern maintenance.**

* Why choose this: This modern, web-based solution supports popular wallets like MetaMask and utilizes the Ethereum derivation path for addresses, offering superior compatibility and easier management for most users.

**⚪** [**How to deploy a Bridge Node via WanWallet Desktop (Legacy)**](/wanchain-bridge-nodes/deploy-a-bridge-node/how-to-deploy-a-bridge-node-via-wanwallet-desktop-legacy.md)

**Best for: Existing operators who previously created nodes via the Desktop wallet.**

* Why choose this: This guide is intended as a technical reference for users who already have nodes running on the desktop client.&#x20;
* Note: We do not recommend this method for creating new nodes. It utilizes the Wanchain derivation path for addresses.


---

# 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.wanchain.org/wanchain-bridge-nodes/deploy-a-bridge-node.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.
