# Initia入门

By [MaxPj](https://paragraph.com/@ludaobi) · 2024-05-11

---

1、Initia 是Cosmos生态的一个模块化L1，专注于一键发链，链之间互操作性使用IBC来解决，一开始就解决了互操作性问题。

2、Initia 集成了多个VM选择，包括InitiaEVM、InitiaMVM（MoveVM） 和 WasmVM。

InitiaEVM确保了EVM兼容性，InitiaMVM兼容了move开发环境。

![](https://storage.googleapis.com/papyrus_images/7c018e5eb0d60a3c9e5cf4b35ff19bf5070458ba8221f2541f51082e81515cd4.png)

> 更重要的是，InitiaEVM 通过自定义的 Bank Interface (BI) 将 EVM 和 Cosmos 层绑定在一起，用 ERC20 取代了负责 Native Coin （原生代币）账户的标准 Cosmos x/Bank 模块。
> 
> EVM Minitias 尽管是 Cosmos 链，但只有 1 个代币标准：ERC20。

---

*Originally published on [MaxPj](https://paragraph.com/@ludaobi/initia)*
