# DeriW Testnet FAQ

## Which wallets are supported?

We currently support the following popular wallets below. For further instructions on installing the wallet, click on each link:

* [MetaMask](https://metamask.io/)
* [Wallet Connect](https://walletconnect.com/)
* [OKX Wallet](https://www.okx.com/)
* [CoinBase Wallet](https://www.coinbase.com/wallet)
* [Bitget Wallet](https://web3.bitget.com/en)
* [Rabby Wallet](https://rabby.io/)

## How do I add Deriw Testnet chain to my wallet

For this example, we will use ***MetaMask Wallet*** to sign in.&#x20;

1. From the DeriW website, select the wallet of your choice.
2. As you sign in, you will be asked '**Switch to Deriw Testnet**'.
3. You can also manually add Deriw Testnet:

   * **Network Name:** Deriw Testnet
   * **RPC URL:**[ ](https://testnet.xai-chain.net/rpc) <https://relayer.test.deriw.com>
   * **Chain ID:** 2885
   * **Currency Symbol:** DER
   * **Block Explorer URL:**[  ](https://testnet-explorer.xai-chain.net/)<https://explorerv2.test.deriw.com>

   Then click '**Save**' to add the network.

## Is there a block explorer on Deriw Testnet?

For the time being, we are using Blockscout.&#x20;

**For Developers:** If you want to deploy contracts to Deriw and verify it on Blockscout, follow their instructions here: <https://docs.blockscout.com/>

**For Users:** Go to <http://explorer.test.deriw.com> . Enter the transaction ID in the top right corner of the page.

## What is the gas token on Deriw Testnet?

The gas token on Deriw Testnet is $DER.


---

# 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.deriw.com/deriw-testnet-sepolia/deriw-testnet-faq.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.
