> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# 카운터

<CardGroup cols={2}>
  <Card title="저장소 보기" icon="github" href="https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/anchor-counter" iconType="duotone">
    소스 코드와 구현 살펴보기
  </Card>
</CardGroup>

***

## 개요

Ephemeral Rollups를 사용해 낮은 지연으로 온체인 카운터를 추적하고 업데이트합니다. 이 간단한 예제는 accounts를 ephemeral rollups에 delegate하고 높은 빈도의 상태 업데이트를 달성하는 핵심 개념을 보여줍니다.

***

## 관련 제품

<CardGroup cols={2}>
  <Card title="Ephemeral Rollup" icon="gauge-max" href="/ko/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup" iconType="duotone">
    Ephemeral Rollups의 작동 방식을 알아보세요
  </Card>

  <Card title="빠른 시작 가이드" icon="rocket" href="/ko/pages/ephemeral-rollups-ers/how-to-guide/quickstart" iconType="duotone">
    Ephemeral Rollups 시작하기
  </Card>

  <Card title="Anchor 통합" icon="anchor" href="/ko/pages/ephemeral-rollups-ers/how-to-guide/anchor" iconType="duotone">
    Anchor 프레임워크로 빌드하기
  </Card>

  <Card title="Magic Router" icon="route" href="/ko/pages/ephemeral-rollups-ers/introduction/magic-router" iconType="duotone">
    transaction routing 이해하기
  </Card>
</CardGroup>
