# Odyssey Chain Testnet

### **Odyssey Testnet Details** <a href="#odyssey-testnet-details" id="odyssey-testnet-details"></a>

Odyssey Chain Testnet will be reachable through the following information:

* **Network Name:** Odyssey Chain Testnet
* **RPC URL:** <https://testnode.dioneprotocol.com/ext/bc/D/rpc>
* **Chain ID:** 131313
* **Symbol:** DIONE
* **Block Explorer URL:** <https://testnet.odysseyscan.com/>

You must first download and install the Metamask extension for your browser to carry out the following instructions properly. ​

#### Step 1 - Login to Metamask Wallet <a href="#step-1-login-to-metamask-wallet" id="step-1-login-to-metamask-wallet"></a>

First, you need to log in to Metamask using the credentials that you have already set.

#### Step 2 - Add Network (via browser extension)

a. Click the dropdown at the top left of your Metamask window

<figure><img src="https://2635540847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWsIq8cjwGN4iZ4k5a6OF%2Fuploads%2Ff9u2AgVNvkPYQxkDw3LU%2FScreenshot%202024-03-30%20at%201.46.02%20PM.png?alt=media&#x26;token=3f4bf9ca-7173-4657-913d-1a130dd63774" alt=""><figcaption></figcaption></figure>

b. Click the "Add Network" button&#x20;

<figure><img src="https://2635540847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWsIq8cjwGN4iZ4k5a6OF%2Fuploads%2F6Xf7Yl8Hkxmd4SNm9cY7%2FScreenshot%202024-03-30%20at%201.50.28%20PM.png?alt=media&#x26;token=ab64c163-7b34-4d68-92b6-8537acca3c19" alt=""><figcaption></figcaption></figure>

c.  Click "Add a network manually"

<figure><img src="https://2635540847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWsIq8cjwGN4iZ4k5a6OF%2Fuploads%2FPd9quJepX7YKnZUusWaf%2FScreenshot%202024-03-30%20at%201.51.54%20PM.png?alt=media&#x26;token=4cd8ff64-41a9-4de0-94e2-7ae75e3f2496" alt=""><figcaption></figcaption></figure>

d. Add the Odyssey Chain Testnet network

Enter the following data into the form that appears:

* **Network Name:** Odyssey Chain Testnet
* **RPC URL:** <https://testnode.dioneprotocol.com/ext/bc/D/rpc>
* **Chain ID:** 131313
* **Symbol:** DIONE

e.   Click "Save"&#x20;

{% hint style="info" %}
**To be noted:**

1. Metamask might show the HEX value (i.e. "0x200F1") of the chain ID in some cases
2. Metamask might show a warning regarding the unavailability of data for verification. Our developers have pushed the solution for that, but since multiple 3rd parties are involved in this verification, it might take a while.
   {% endhint %}

​You’re now ready to use Odyssey Chain Testnet on Metamask and you should be able to see the network in the dropdown shown in "Step 2". If you are still **not** connected to the Odyssey Chain Testnet, you can click this dropdown and select the Odyssey Chain Testnet.

To interact with the dApps on testnet, you must have Test Dione coins in your wallet. You can get testing funds from the [faucet](https://dione-protocol.gitbook.io/technical-documentation/dapps/faucet).

**Note: Please note that the funds you receive from the faucet are for testing purposes on the testnet. They carry NO value and are worthless.**


---

# 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://dione-protocol.gitbook.io/technical-documentation/networks/odyssey-chain-testnet.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.
