# Networks

### Supported wallets

Currently the only supported wallet is **Metamask**. If you have not installed it, you will be prompted to do so. We plan to add support for multiple wallets in the future.

### Supported networks

You can configure your Metamask to any network and it will work just fine.

However, using non-supported networks will result in worse user experience for anyone who accepts your terms since they will need to manually configure their Metamask too.

{% hint style="warning" %}
You can't sign a contract if you are on a different network.&#x20;
{% endhint %}

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

The benefits of using a supported network is that you can be sure the smart contract works on it and you get the benefits of onboarding users fast. The Ricardian contract will have a button to switch to the network.

![Network config button on the bottom of the contract will auto configure Metamask](/files/ZZ8Mm9Xofy3j7OPtqYJC)

####


---

# 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.ricardianfabric.com/guides/ricardian-contracts/networks.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.
