# 시작하기

시작하기 전에 몇 가지 MEVerse 관련 용어에 익숙해져 봅시다.

* **MEV :** MEVerse 네이티브(native) 코인
* [**MEVerse Dex**](https://meversedex.io/) **:** 미버스(MEVerse) 블록체인 메인넷 네트워크를 기반으로 만들어진 대표적인 탈중앙화 금융 프로토콜입니다. 미버스 생태계에 존재하는 엔터테인먼트 중심 MApp(MEVerse DApp) 토큰의 AMM(Automated Market Maker) 거래 및 IMO(Initial Meverse Offering), 미버스 기반 NFT (Non-fungible token) 마켓 플레이스, 미버스 브릿지(MEVerse Bridge)를 통한 각 메인넷 간의 토큰 전환 등 다양한 기능을 지원합니다.&#x20;
* [**MEVerse Bridge**](https://www.meversebridge.io/) **:** 다양한 자산을 여러 네트워크 기반으로 자유롭게 전환할 수 있는 크로스체인 서비스입니다. 현재 이더리움, 바이낸스 스마트 체인, 폴리곤, 클레이튼, 토모체인 네트워크와 연동되어 있으며, 브릿지는 미버스 기반으로 다양한 자산이 유입될 수 있는 생태계 구축에 핵심 역할을 담당합니다.
* [**MEVerse Scan**](https://www.meversescan.io/) **:** 블록체인 기술의 이점은 투명성과 신뢰성입니다. MEVerse Scan을 통해서 MEVerse 블록체인의 거래, 주소, 블록을 공개적으로 확인할 수 있습니다.
* [**Meta Mask**](https://metamask.io/) : 메타마스크는 전 세계 가상자산 보유자가 가장 보편적으로 이용하는 지갑으로, 미버스는 가상자산 대표 지갑 서비스인 메타마스크에 미버스 네트워크를 지원합니다.

> 스마트 컨트랙트를 배포하고 트랜잭션을 제출하려면 트랜잭션 수수료로 MEV가 필요하기 때문에, 이 가이드는 **MEVerse 테스트넷**을 사용합니다.


---

# 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://meversedex.gitbook.io/meverse-dev-docs/meverse-dev-docs-kr/undefined.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.
