# Trust Wallet

### 🧭 Prerequisites

* Trust Wallet installed in your browser (e.g., Chrome or Brave)
* Basic familiarity with using MetaMask-style wallets

***

### 🔗 What You'll Need: Electroneum Smart Chain Network Details

You'll need the Electroneum Smart Chain custom network parameters. These are:

```yaml
Network Name: Electroneum Mainnet
RPC URL: https://rpc.ankr.com/electroneum
Chain ID: 52014
Currency Symbol: ETN
Block Explorer URL: https://explorer.electroneum.com
```

### 🧩 Step-by-Step: Adding Electroneum Smart Chain as a custom network

#### 1. **Open Trust Wallet**

Click the Trust Wallet extension icon in your browser toolbar.

#### 2. **Open the Chain Management Interface**

* In Trust Wallet, click the **Settings** menu at the bottom menu bar.
* Click on the **Network** button.
* Click on the **Add Custom Network** button at the bottom.

#### 3. **Fill in the Electroneum Smart Chain details**

* Fill in the network details mentioned above.
* Once that's filled in, click **Add Custom Network**

### Switch to the Electroneum Smart Chain Network

Once added, Trust Wallet will show the Electroneum Smart Chain in your network list.

* Select it from the dropdown to switch to it.
* You can now interact with dApps or tokens on Electroneum Smart Chain.


---

# 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://developer.electroneum.com/electroneum-stack/trust-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.
