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

# Wallet and Devnet Faucet

The game is integrated with MultiversX blockchain, so you will need a MultiversX Wallet to play. \
We recommend the[ web browser extension wallet](https://chromewebstore.google.com/detail/multiversx-wallet/dngmlblcodfobpdpecaadgfbcggfjfnm). You can find more information about the [MultiversX Wallet here](https://docs.multiversx.com/wallet/wallet-extension/).&#x20;

You can also use [xPortal App](https://xportal.com/), the native wallet app of MultiversX. [You can check it out here.](https://xportal.com/app?_branch_match_id=1038162502620012135&_branch_referrer=H4sIAAAAAAAAA8soKSkottLXryjILypJzNFLLCjQy8nMy9YHMgBdTMwfHAAAAA%3D%3D)

We also recommend using a dedicated wallet for playing the game. You will manage 4 tokens and multiple NFT collections out of which the Territories and Modern Vampires will be generated continuously in the game, so having it mixed with other NFTs or other tokens can become a asset management nightmare :smile:\
\
You need to have a positive $EGLD balance to be able to sign transactions and login to the game. In order to get DevNet $dEGLD, you can connect your wallet to <https://devnet-wallet.multiversx.com/unlock> and access the "Faucet" module from the left sidebar:

* Connect

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

* Access Faucet

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

Verify captcha and get the $dEGLD.


---

# 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.vampirewars.io/the-game/wallet-and-devnet-faucet.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.
