> For the complete documentation index, see [llms.txt](https://nitrolayer.gitbook.io/powa-worms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nitrolayer.gitbook.io/powa-worms/introduction/connect-wallet.md).

# Connect Wallet

Since we are facing a decentralized application that works with web3 technology, before interacting with the tools of the platform you must connect your wallet with the web.

The platform is compatible with Metamask and Trust Wallet. To see how to connect through Wallet Connect, you can follow this tutorial: [How to Connect with Wallet Connect?](https://support.blockchain.com/hc/en-us/articles/4572777318548-How-do-I-interact-with-decentralized-applications-DApps-using-WalletConnect-)

When you enter in the web, you will have a request to automatically connect, always verify the network on which you are connected first.

You can also click on the "Connect Wallet" button in the upper side of the screen.

<div align="left"><figure><img src="/files/LNdjRDijqdMYaxLaqyE7" alt=""><figcaption></figcaption></figure></div>

Once the Wallet is connected, you can view the address of your Wallet (shortened) and the current network where it is connected.

<div align="left"><figure><img src="/files/64QQoBMi91YU6XX7g0yy" alt=""><figcaption></figcaption></figure></div>

There are cases where you can access from external links that specify a network as a parameter, for example "<https://powadap.com?chain=base>" (Base Network). In that case the application automatically request you to connect or change to that network.

If you have problems connecting to the platform on a given network, verify that you have the network added to your Metamask / Trust Wallet and try again.


---

# 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://nitrolayer.gitbook.io/powa-worms/introduction/connect-wallet.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.
