# Wallet Setup

To interact with DeepSafe and manage Token on this network, setting up a MetaMask wallet is essential. Follow these steps to configure MetaMask for DeepSafe:

### Installing Wallet <a href="#installing-metamask" id="installing-metamask"></a>

Install the wallet browser extension or mobile app if you haven't already.

MetaMask: [https://metamask.io/download](https://metamask.io/download/)

OKX: [https://www.okx.com/download](https://www.okx.com/download/)

Bitget: [https://web3.bitget.com/en/wallet-download](https://web3.bitget.com/en/wallet-download/)

TP: <https://www.tokenpocket.pro/en/download/app>

### Wallet Import or Creation <a href="#wallet-import-or-creation" id="wallet-import-or-creation"></a>

Import existing EVM wallets into the wallet or create new wallets specifically for managing Token on DeepSafe.

### Network Configuration <a href="#network-configuration" id="network-configuration"></a>

Configure the network to interact with the DeepSafe. Add the network [details](/develop-guide/network-configuration.md), including the RPC endpoints and chain ID, to enable seamless communication.


---

# 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.deepsafe.network/develop-guide/wallet-setup.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.
