# Connect Wallet to Vanar Chain

Blockchain wallets enable you to have an account on Vanar chain. They allow you to manage your own assets and perform blockchain actions via the use of keys which only you have access to.

***

### Supported Wallets

Currently, any EVM-based wallet that allows you to configure Vanar chain as a custom RPC network.

Compatible wallets:

* Metamask
* Coinbase
* Brave
* Walletconnect

### Account Abstracted Wallets

Projects may choose to employ `ERC-4337`account abstraction EIP. This allows projects to deploy a wallet on the users behalf, abstracting away private keys and pass phrases from the users. This allows access to wallets using traditional authentication like social sign-on or username/email and password, removing friction associated with Web3 dApps. The follow projects are supporting Vanar chain to provide such services for users and projects to make web 3 on-boarding as simple as possible:

* [Thirdweb](/builders/for-developers/build-with-thirdweb.md)
* [Brillion](https://brillion.finance/)

More partners are coming soon.


---

# 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.vanarchain.com/builders/for-developers/connect-wallet-to-vanar-chain.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.
