# Wallet Connection

First, let's connect your wallet using the "Connect Wallet" button at the top right corner, as shown in the screenshot below:

<figure><img src="/files/k7s28zUJWI5wDtazfsH2" alt=""><figcaption><p>Connect your wallet by logging into the Developer Dashboard and navigate to the top-right corner</p></figcaption></figure>

Next, choose on of the wallet connection methods, such as MetaMask or WalletConnect.

<figure><img src="/files/IC8dtwpX1M1ejP7R3RlW" alt=""><figcaption><p>Choose your wallet connection option</p></figcaption></figure>

Now sign your transaction in your preffered wallet and voila! The wallet is connected.

### Security

Our smart contracts were fully audited by [Certik](https://www.certik.com/).


---

# 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://guides.fungies.io/for-developers/wallet-connection.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.
