# Iota EVM Guide

#### 1) Getting Started with IOTA EVM <a href="#getting-started-with-iota-evm" id="getting-started-with-iota-evm"></a>

Here’s how to connect to the network:

* **JSON-RPC Endpoint**: <https://json-rpc.evm.iotaledger.net> or wss\://ws.json-rpc.evm.iotaledger.net
* **EVM ChainID:** 8822
* **Explorer URL:**[ https://explorer.evm.iota.org/](https://iota-evm.blockscout.com/)
* **wIOTA Contract:**[ https:/explorer.evm.iota.org/address/0x6e47f8d48a01b44DF3fFF35d258A10A3AEdC114c](https://iota-evm.blockscout.com/address/0x6e47f8d48a01b44DF3fFF35d258A10A3AEdC114c)

**2) How to bridge USDT, USDC and ETH to IOTA EVM**

Head over to: <https://stargate.finance/bridge>

Choose between USDT, USDC or ETH

Choose the chain you want to bridge from (Arbitrum, Base, Optimism, Mainnet)

Select Iota as the destination network. Approve the transaction and confirm.

The assets will then arrive to your wallet on IOTA EVM.

<figure><img src="/files/HHLLaN0x66OgQzb9Z8nb" alt=""><figcaption></figcaption></figure>

**3) The official guide on how to transfer assets from IOTA L1 to EVM is available on the link:**

{% embed url="<https://wiki.iota.org/isc/how-tos/send-funds-from-L1-to-L2/>" %}

First you want to download Firefly wallet for IOTA L1 tokens that can be purchased on any Major CEX such as Binance.

Link to download the Firefly wallet is here:

{% embed url="<https://firefly.iota.org/>" %}

<figure><img src="/files/ixJ3YSgVog4BjirimLsw" alt=""><figcaption></figcaption></figure>

Then you send the IOTA L1 assets to your Firefly wallet. In this example, the Iota L1 address starts with iota1qr...

Click on Send assets, in destination network choose IOTA EVM and in Recpiepient field enter your metamask wallet address which is in 0x00... format

<figure><img src="/files/gfaCVod73Owdm5z8D3Qg" alt=""><figcaption></figcaption></figure>

4\) Here is a video guide on using Bloom wallet which can be downloaded here:

<https://bloomwallet.io/>

{% embed url="<https://x.com/i/status/1799033922682323256>" %}


---

# 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.wagmi.com/wagmi/network-guides/iota-evm-guide.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.
