# Wallet Info

Wallet은 지향하는 서비스에 따라 기능이 다르지만, 기본적으로는 Account를 관리하고, Coin/Token의 잔액을 확인 및 전송하기 위한 도구로 사용됩니다. Wallet은 EOA를 생성하고, 블록체인으로 트랜잭션을 보내기 위한 작업을 수행할 수 있습니다. 대표적인 예로 대부분의 블록체인과 연결하여 사용할 수 있는 지갑인 메타마스크가 있습니다.

메타디움의 자산인 Meta를 이동하기 위해서는 Wallet을 이용해야 합니다. 범용 Wallet인 메타마스크를 이용하면 메타디움 네트워크 정보를 등록하여 Meta를 전송할 수 있습니다.

메타디움 네트워크 정보는 다음과 같습니다.

> #### Metadium Mainnet
>
> &#x20; Network name: META Mainnet
>
> &#x20; New RPC URL: <https://api.metadium.com/prod>
>
> &#x20; Chain ID: 11
>
> &#x20; Currency symbol: META&#x20;
>
> &#x20; Block explorer URL: <https://explorer.metadium.com&#x20>;

> #### Metadium Testnet
>
> &#x20; Network name: META Testnet
>
> &#x20; New RPC URL: <https://api.metadium.com/dev>
>
> &#x20; Chain ID: 12
>
> &#x20; Currency symbol: META&#x20;
>
> &#x20; Block explorer URL: <https://testnetexplorer.metadium.com&#x20>;


---

# 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.metadium.com/ko/wallet/wallet-info.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.
