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

# Helius에 오신 것을 환영합니다

> "개발자를 위한 Solana 인프라: 고성능 RPC 노드, LaserStream gRPC 스트리밍, 송신자 거래 착륙, DAS 및 지갑 API, 웹훅 및 에이전트 도구."

<div className="relative z-10 px-4 pt-16 pb-6 lg:pt-28 lg:pb-10 max-w-3xl mx-auto">
  <h1 className="block text-4xl lg:text-5xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
    Helius 문서
  </h1>

  <div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-400">
    Solana 최고의 팀, 트레이더 및 기술자들의 엔진. RPC, API, gRPC 스트리밍, 웹훅 및 전용 인프라를 통해 암호화 앱을 빠르게 구축하고 배포하세요.
  </div>
</div>

<div className="max-w-3xl mx-auto px-6 lg:px-0 pb-16">
  <div className="flex items-center gap-4 mt-4 mb-5">
    <h2 id="get-started" className="m-0 text-lg text-gray-900 dark:text-zinc-50 tracking-tight whitespace-nowrap">시작하기</h2>

    <div className="flex-1 h-px bg-gray-200/70 dark:bg-zinc-800" />
  </div>

  <CardGroup cols={2}>
    <Card title="빠른 시작" icon="bolt" href="/docs/ko/quickstart">
      무료 계정을 생성하고 몇 초 만에 첫 번째 API 호출을 만드세요
    </Card>

    <Card title="계획 및 가격" icon="credit-card" href="/docs/ko/billing/plans">
      무료 티어부터 기업 등급까지의 계획을 비교하고 크레딧 및 속도 제한을 확인하세요
    </Card>
  </CardGroup>

  <div className="flex items-center gap-4 mt-12 mb-5">
    <h2 id="data-streaming" className="m-0 text-lg text-gray-900 dark:text-zinc-50 tracking-tight whitespace-nowrap">데이터 스트리밍 및 이벤트 수신</h2>

    <div className="flex-1 h-px bg-gray-200/70 dark:bg-zinc-800" />
  </div>

  <CardGroup cols={2}>
    <Card title="데이터 스트리밍 개요" icon="signal-stream" href="/docs/ko/data-streaming">
      온체인 데이터를 스트리밍하고 이벤트를 수신할 올바른 방법을 선택하세요
    </Card>

    <Card title="LaserStream gRPC" icon="satellite-dish" href="/docs/ko/laserstream">
      고성능 gRPC 스트리밍, 역사적 재생 및 전달 보장 제공
    </Card>

    <Card title="LaserStream WebSocket" icon="plug" href="/docs/ko/rpc/websocket">
      계정, 트랜잭션 및 프로그램 활동을 위한 WebSocket 구독
    </Card>

    <Card title="웹훅" icon="webhook" href="/docs/ko/webhooks">
      관심 있는 주소 및 이벤트를 위한 실시간 HTTP 알림
    </Card>
  </CardGroup>

  <div className="flex items-center gap-4 mt-12 mb-5">
    <h2 id="data-apis-and-rpcs" className="m-0 text-lg text-gray-900 dark:text-zinc-50 tracking-tight whitespace-nowrap">데이터 API 및 RPCs</h2>

    <div className="flex-1 h-px bg-gray-200/70 dark:bg-zinc-800" />
  </div>

  <CardGroup cols={2}>
    <Card title="데이터 가져오기" icon="server" href="/docs/ko/getting-data">
      표준 및 Helius 전용 RPC 메서드를 사용하여 온체인 데이터를 읽고 쿼리하세요
    </Card>

    <Card title="getTransactionsForAddress" icon="clock-rotate-left" href="/docs/ko/rpc/gettransactionsforaddress">
      단일 호출로 모든 주소의 완전하고 구문 분석된 트랜잭션 기록
    </Card>

    <Card title="지갑 API" icon="wallet" href="/docs/ko/wallet-api/overview">
      잔액, 토큰 보유 및 REST 엔드포인트를 통한 트랜잭션 기록
    </Card>

    <Card title="DAS API" icon="gem" href="/docs/ko/das-api">
      토큰, NFT 및 압축 NFT를 위한 디지털 자산 표준 API
    </Card>
  </CardGroup>

  <div className="flex items-center gap-4 mt-12 mb-5">
    <h2 id="trading" className="m-0 text-lg text-gray-900 dark:text-zinc-50 tracking-tight whitespace-nowrap">트레이딩</h2>

    <div className="flex-1 h-px bg-gray-200/70 dark:bg-zinc-800" />
  </div>

  <CardGroup cols={2}>
    <Card title="트레이딩 개요" icon="gauge-high" href="/docs/ko/trading/overview">
      트레이더, 시장 조성자 및 거래소를 위한 저지연 인프라
    </Card>

    <Card title="사전 확인" icon="stopwatch" href="/docs/ko/pre-confirmations/overview">
      블록이 생성되기 전에 행동할 수 있도록 하는 서브 슬롯 확인 신호
    </Card>

    <Card title="Shred Delivery" icon="layer-group" href="/docs/ko/shred-delivery/index">
      트랜잭션 데이터를 가장 빠르게 전송, 원시 또는 사전 처리된 조각으로 스트리밍
    </Card>

    <Card title="송신자" icon="paper-plane" href="/docs/ko/sending-transactions/sender">
      검증자와 Jito에 이중 라우팅으로 트랜잭션을 안정적으로 전달
    </Card>
  </CardGroup>

  <div className="flex items-center gap-4 mt-12 mb-5">
    <h2 id="sending-transactions" className="m-0 text-lg text-gray-900 dark:text-zinc-50 tracking-tight whitespace-nowrap">트랜잭션 전송</h2>

    <div className="flex-1 h-px bg-gray-200/70 dark:bg-zinc-800" />
  </div>

  <CardGroup cols={2}>
    <Card title="트랜잭션 전송 개요" icon="arrow-up-from-bracket" href="/docs/ko/sending-transactions/overview">
      우선 수수료, 재시도 및 번들을 사용하여 트랜잭션을 구축, 최적화 및 전달
    </Card>

    <Card title="우선 수수료 API" icon="money-bill-trend-up" href="/docs/ko/priority-fee-api">
      과도한 지출 없이 빠르게 트랜잭션을 전달할 수 있는 적절한 우선 수수료를 추정
    </Card>

    <Card title="백런 리베이트" icon="money-bill-transfer" href="/docs/ko/sending-transactions/backrun-rebates">
      생성하는 백런 MEV에서 리베이트를 획득
    </Card>

    <Card title="MEV 보호" icon="shield-halved" href="/docs/ko/sending-transactions/mev-protect">
      트랜잭션을 비공개로 라우팅하여 프론트러닝 및 샌드위치 공격 감소
    </Card>
  </CardGroup>

  <div className="flex items-center gap-4 mt-12 mb-5">
    <h2 id="additional-resources" className="m-0 text-lg text-gray-900 dark:text-zinc-50 tracking-tight whitespace-nowrap">추가 리소스</h2>

    <div className="flex-1 h-px bg-gray-200/70 dark:bg-zinc-800" />
  </div>

  <CardGroup cols={2}>
    <Card title="SDK" icon="cube" href="/docs/ko/sdks">
      Helius API를 위한 공식 TypeScript 및 Rust SDK
    </Card>

    <Card title="API 참조" icon="code" href="/docs/ko/api-reference">
      모든 Helius RPC 및 REST 엔드포인트에 대한 완전한 메서드 참조
    </Card>

    <Card title="에이전트를 위한 Helius" icon="robot" href="/docs/ko/agents/overview">
      AI 에이전트 구축을 위한 MCP 서버, CLI, 전문가 기술 및 SDK
    </Card>

    <Card title="RPC 벤치마크" icon="chart-line" href="https://www.helius.dev/benchmarks">
      다른 제공자와의 오픈 소스 지연 및 신뢰성 비교
    </Card>

    <Card title="AI 어시스턴트에게 물어보세요" icon="sparkles" href="?assistant">
      이 문서들의 모든 내용을 학습한 문서 어시스턴트에서 즉각적인 답변을 얻어보세요
    </Card>

    <Card title="지원" icon="headset" href="/docs/ko/support">
      채팅, 이메일 또는 상태 페이지를 통해 Helius 팀에 문의하세요
    </Card>

    <Card title="디스코드" icon="discord" href="https://discord.com/invite/6GXdee3gBj">
      도움, 업데이트 및 토론을 위한 커뮤니티에 참여하세요
    </Card>
  </CardGroup>
</div>
