라이브러리/Fantom Whitepaper
Whitepaper
Fantom 로고

Fantom

Fantom: A scalable framework for asynchronous distributed systems

Ahn Byung Ik · 2018 · 총 4개 섹션 · 6개 문장

이렇게 사용하세요

1원문과 번역을 읽어보세요
2'상세 설명 펼치기'로 맥락을 파악하세요
3핵심 용어를 클릭해 정의를 확인하세요

Introduction

Fantom is an EVM-compatible, high-performance Layer 1 blockchain that uses a novel directed acyclic graph (DAG1) based consensus mechanism called Lachesis. Fantom achieves transaction finality in approximately 1-2 seconds with very low fees, making it suitable for DeFi, payments, and enterprise applications.

팬텀은 라케시스(Lachesis)라는 새로운 방향성 비순환 그래프(DAG1) 기반 합의 메커니즘을 사용하는 EVM 호환 고성능 레이어 1 블록체인이다. 팬텀은 약 1~2초의 트랜잭션 완결성을 매우 낮은 수수료로 달성하여 DeFi, 결제, 기업 애플리케이션에 적합하다.

FTM is the native token of the Fantom Opera network, used for paying transaction fees, staking, and governance. FTM stakers can delegate to validators to earn staking rewards, with staking periods ranging from 2 weeks to 1 year, offering higher rewards for longer lock-up periods.

FTM은 팬텀 오페라 네트워크의 네이티브 토큰으로, 트랜잭션 수수료 지불, 스테이킹, 거버넌스에 사용된다. FTM 스테이커는 검증인에게 위임하여 스테이킹 보상을 받을 수 있으며, 스테이킹 기간은 2주에서 1년까지이고 더 긴 잠금 기간에 더 높은 보상을 제공한다.

Lachesis Consensus

Lachesis is Fantom's asynchronous Byzantine Fault Tolerant (aBFT1) consensus mechanism. Unlike traditional BFT protocols that require synchronous communication, aBFT1 operates correctly even when messages are delayed or arrive out of order, providing higher resilience and performance in real-world network conditions.

라케시스는 팬텀의 비동기 비잔틴 장애 허용(aBFT1) 합의 메커니즘이다. 동기적 통신을 필요로 하는 전통적인 BFT 프로토콜과 달리, aBFT1는 메시지가 지연되거나 순서가 어긋나도 올바르게 작동하여 실제 네트워크 환경에서 더 높은 복원력과 성능을 제공한다.

Each Fantom validator maintains a local DAG of event blocks. When a sufficient portion of validators have referenced an event, it gains 'consensus' through a virtual voting2 process. This leaderless approach means there is no single point of failure and no bottleneck from a leader node.

각 팬텀 검증인은 이벤트 블록의 로컬 DAG를 유지한다. 충분한 비율의 검증인이 이벤트를 참조하면, 가상 투표 프로세스를 통해 '합의'를 얻는다. 이 리더 없는 접근 방식은 단일 실패점이 없고 리더 노드로 인한 병목이 없음을 의미한다.

DeFi Ecosystem

Fantom hosts a vibrant DeFi ecosystem with native protocols including SpookySwap2 (DEX), Beethoven X (AMM1), and Geist Finance (lending). The combination of EVM compatibility, low fees (often under $0.01), and fast finality makes Fantom an attractive platform for DeFi applications.

팬텀은 SpookySwap2(DEX), Beethoven X(AMM1), Geist Finance(대출)를 포함한 네이티브 프로토콜로 활발한 DeFi 생태계를 보유하고 있다. EVM 호환성, 낮은 수수료(종종 $0.01 미만), 빠른 완결성의 조합이 팬텀을 DeFi 애플리케이션에 매력적인 플랫폼으로 만든다.

Migration to Sonic

Sonic is a new, high-performance Layer 1 blockchain developed by the Fantom Foundation as the evolution of Fantom Opera. Sonic targets 10,000 TPS with sub-second finality through architectural improvements including a new database engine (SonicDB) and a redesigned consensus. FTM holders can migrate to the new S token at a 1:1 ratio.

소닉은 팬텀 재단이 팬텀 오페라의 진화로 개발한 새로운 고성능 레이어 1 블록체인이다. 소닉은 새로운 데이터베이스 엔진(SonicDB)과 재설계된 합의를 포함한 아키텍처 개선을 통해 1초 미만의 완결성으로 10,000 TPS를 목표로 한다. FTM 보유자는 1:1 비율로 새 S 토큰으로 마이그레이션할 수 있다.

원본 출처: Fantom: A scalable framework for asynchronous distributed systems by Ahn Byung Ik (2018)

학습 목적으로 재구성된 콘텐츠입니다.