# Wallet Configuration

The Crynux Network is built on a multi-chain architecture, operating across multiple EVM-compatible blockchains. It currently supports Dymension and Near, with future plans to enable cross-chain token transfers.

On each supported chain, Crynux runs as its own Layer 2 blockchain. The Layer 2’s native gas token—such as ETH on the Dymension RollApp—serves as the Crynux Token (CNX) and behaves within the Crynux Network much like ETH on the Ethereum mainnet.

{% @mermaid/diagram content="flowchart BT
MM\_DYM\["Wallets"] --> ROLL\["Crynux on Dymension (L2)<br/>(RollApp)"]
NODE\_DYM\["Crynux Nodes"] --> ROLL
ROLL --> DYM\["Dymension (L1)"]

MM\_NEAR\["Wallets"] --> VC\["Crynux on Near (L2)<br/>(Virtual Chain by Aurora)"]
NODE\_NEAR\["Crynux Nodes"] --> VC
VC --> NEAR\["Near (L1)"]
" %}

You can choose your preferred blockchain and connect using MetaMask or any other EVM-compatible wallets.

You can also use the Crynux Portal at [portal.crynux.io](https://portal.crynux.io) to add networks easily: open the site, connect your wallet, choose the network you want, and the portal will automatically add the corresponding network to MetaMask.

## Crynux Layer 2 Blockchains

### Crynux on Dymension

| Item           | Value                                    |
| -------------- | ---------------------------------------- |
| JSON RPC       | <https://json-rpc.testnet-dym.crynux.io> |
| Chain ID       | 1313161573                               |
| Token Symbol   | CNX                                      |
| Decimal        | 18                                       |
| Block Explorer | -                                        |

### Crynux on Near

| Item           | Value                                     |
| -------------- | ----------------------------------------- |
| JSON RPC       | <https://json-rpc.testnet-near.crynux.io> |
| Chain ID       | 1313161574                                |
| Token Symbol   | CNX                                       |
| Decimal        | 18                                        |
| Block Explorer | -                                         |

## Crynux Relay

### Relay URL

`https://relay.crynux.io`

### Deposit Address

{% hint style="danger" %}
To prevent phishing, make sure to cross-check the deposit address in the [Crynux Discord](https://discord.gg/y8YKxb7uZk) and [Crynux Portal](https://portal.crynux.io/) before making the transfer.
{% endhint %}

```json
0x2003D1F047C1948cfE12e449379e3ce487070765
```


---

# 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.crynux.io/crynux-token/wallet-configuration.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.
