# Wallet

{% hint style="info" %}
NOTE: Check compatibility before using wallet, Ledger is not supported.
{% endhint %}

## Metamask

Please download Metamask from its official website：[https://metamask.io](https://metamask.io/)

Please add custom network in Metamask to start using SecureChain AI Mainnet or Testnet.

## SecureChain AI Mainnet

```
Network Name: SCAI Mainnet
New RPC URL: https://mainnet-rpc.scai.network
Chain ID: 34
Currency Symbol: SCAI
Block Explorer URL: https://explorer.securechain.ai
```

## SecureChain AI Testnet

```
Network Name: SCAI Testnet
New RPC URL: https://testnet-rpc.securechain.ai
Chain ID: 3434
Currency Symbol: SCAI
Block Explorer URL: https://testnet.securechain.ai
```


---

# 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.securechain.ai/ecosystem/wallet.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.
