# ZEKND SUPERCHAIN MAINNET

### 1. Connect to opZEKND using MetaMask

To add opZEKND network to your MetaMask wallet, go to your Network Selection drop down menu, click Add Network and enter the following:

* Network Name: ZEKND SUPERCHAIN
* Explorer: <https://explorer.opzeknd.xyz>
* RPC URL: [https://dataseed.opzeknd.xyz](<https://dataseed.opzeknd.xyz&#xA;>)
* Chain ID: 6289
* Currency symbol: opZEKND
* Bridge UI: <https://opzeknd.xyz/bridge>

### 2. Deploy a Smart Contract to the opZEKND

Because any tool that works on Ethereum also works with opZEKND, you can deploy a smart contract to the testnet using your preferred scripting tool. Your basic RPC set-up will be the same. (Only cheaper and faster.)&#x20;

1. Select the standard smart contract you’d like to deploy.&#x20;
2. In the Environment field, select Injected Provider - MetaMask.&#x20;
3. Hit deploy.

**Pro-tip**: To deploy a smart contract or run a transaction, you may need to bridge assets from the BNB Testnet. You can do so using the following URL:&#x20;

* **Bridge**: <https://opzeknd.xyz/bridge>

### 3. Create and View a Transaction Using the Block Explorer

Using Remix or your preferred Ethereum scripting tool, perform the following:&#x20;

1. Select a smart contract with a deposit function.
2. Input the amount and select the symbol of the token you’d like to deposit.
3. Click deposit and authorize the transaction.&#x20;


---

# 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://documentation.opzeknd.xyz/technology/zeknd-superchain-mainnet.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.
