> For the complete documentation index, see [llms.txt](https://docs.metadium.com/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metadium.com/ko/metadium-info/roadmap.md).

# Roadmap

블록체인 기술이 다양한 산업의 핵심 인프라로 자리잡으면서, 단순한 기술 구현을 넘어 실제 사용자가 체감할 수 있는 서비스와 안정적인 네트워크 환경이 요구되고 있습니다. 특히 게임, 콘텐츠, 데이터 등 대용량 트래픽이 발생하는 영역에서는 블록체인의 투명성과 효율성을 동시에 충족시키는 기술적 기반이 필수적입니다.

메타디움은 2026년을 '실사용 기반 확장의 해'로 정의하고, 사용자가 직접 참여할 수 있는 블록체인 서비스의 출시와 더 많은 프로젝트를 수용할 수 있는 네트워크 인프라 강화에 집중할 것입니다. 이를 통해 메타디움 생태계의 활용도를 확장하고, 지속 가능한 블록체인 플랫폼으로서의 경쟁력을 더욱 견고히 다지고자 합니다.

### Phase 1 - 게임 토너먼트 플랫폼 MetaArena 론칭

메타디움은 블록체인 기반의 게임 토너먼트 플랫폼 MetaArena를 론칭합니다. MetaArena는 게임 개발자가 SDK를 연동해 토너먼트를 개설하고, 유저는 META 토큰으로 참가해 실력에 따라 상금을 받을 수 있는 플랫폼입니다. 상금 분배는 스마트 컨트랙트를 통해 자동으로 처리되며, 점수 검증 역시 서버 사이드에서 이루어져 조작이 불가능한 구조를 갖추고 있습니다. 기존 게임 토너먼트가 안고 있던 상금 관리의 불투명성, 점수 조작 가능성, 개발자의 높은 인프라 구축 비용 문제를 블록체인 기술로 해결하며, 참가부터 상금 수령까지 전 과정이 온체인에서 투명하게 기록되도록 설계되었습니다.

### Phase 2 - 네트워크 업그레이드 (Hardfork + Blob 도입)

메타디움은 더 많은 프로젝트와 생태계가 안정적으로 온보딩될 수 있도록 네트워크 업그레이드를 진행할 계획입니다. 핵심은 Blob 도입으로, 블록체인이 대용량 데이터를 보다 효율적으로 처리할 수 있게 해주는 기술입니다. 이를 통해 다양한 프로젝트들이 메타디움을 기반으로 서비스를 구축할 수 있는 환경이 마련될 예정입니다. Blob을 네트워크에 적용하기 위해서는 네트워크의 핵심 규칙을 변경하는 Hardfork가 수반되며, 이는 새로운 기능을 안정적으로 운영하기 위한 필수적인 절차입니다. 본 업그레이드를 통해 메타디움은 보다 확장성 있는 블록체인 인프라로 도약할 것입니다.

메타디움은 블록체인 기반의 실사용 서비스와 인프라 고도화를 통해 글로벌 시장에서의 입지를 더욱 확대해 나갈 계획입니다. 게임, 콘텐츠 등 사용자 참여형 영역에서의 검증된 활용 사례를 바탕으로 다양한 산업과의 협업 기회를 모색하며, 안정적이고 확장 가능한 블록체인 네트워크로서 글로벌 시장에서 경쟁력을 갖춘 플랫폼으로 자리매김할 것입니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.metadium.com/ko/metadium-info/roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
