# Snaps

Fex currently offers two ways to connect to wallets, Pay4Best and Snaps. Pay4Best is quite simple, it is to generate a BCH cash address using the EVM address and then sign to confirm transactions. Snaps is a recently launched MetaMask feature designed to provide developers with a way to access the MetaMask wallet (especially for non-EVM blockchains). We have implemented a simple Snaps wallet called [bchwallet.cash](https://bchwallet.cash/).

## User Guide

Now our snap is officially listed on the MetaMask Snaps Dictionary! Users can install bch-snap on the MetaMask stable version now.

You can check the snap information here: <https://snaps.metamask.io/snap/npm/bch-snap/>

Go to the top right corner of the Fex website and click "Snap", then click "Connect".

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

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

After clicking, the MetaMask will ask you to connect to MetaMask and install "Bitcoin Cash Wallet".

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

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

Users can check their assets at <https://bchwallet.cash/>

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

And they can switch their accounts here, which currently supports the management of 20 accounts.

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

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


---

# 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.fex.cash/wallet/snaps.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.
