코스모스 네트워크 (Cosmos Network)
IBC 프로토콜로 연결된 주권적이고 상호 운용 가능한 블록체인 생태계. Cosmos SDK로 구축되고 CometBFT 합의로 보호됩니다.
코스모스는 2016년 Jae Kwon과 Ethan Buchman이 제안했습니다. Cosmos SDK는 스테이킹, 거버넌스, IBC를 위한 사전 구축된 모듈을 제공합니다. 주요 프로젝트: Osmosis, Kava, Binance Chain.
graph LR
Center["코스모스 네트워크 (Cosmos Network)"]:::main
Pre_blockchain["blockchain"]:::pre --> Center
click Pre_blockchain "/terms/blockchain"
Pre_proof_of_stake_pos["proof-of-stake-pos"]:::pre --> Center
click Pre_proof_of_stake_pos "/terms/proof-of-stake-pos"
Rel_ethereum["ethereum"]:::related -.-> Center
click Rel_ethereum "/terms/ethereum"
Rel_sidechains["sidechains"]:::related -.-> Center
click Rel_sidechains "/terms/sidechains"
Rel_the_graph["the-graph"]:::related -.-> Center
click Rel_the_graph "/terms/the-graph"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
각 나라가 자체 정부, 법률, 화폐(블록체인)를 가지고 있다고 상상해 보세요. 이제 모든 나라가 수도 간에 같은 고속철도(IBC)를 건설하여 돈과 물건을 즉시 전송할 수 있게 되었습니다. 그게 코스모스입니다: 완벽하게 통신하는 독립 국가들.
🤓 Expert Deep Dive
CometBFT(구 Tendermint)는 즉각적인 완결성을 제공하는 BFT 합의 엔진입니다. IBC(ICS-002~ICS-004)는 라이트 클라이언트를 통한 신뢰 없는 크로스체인 전송을 가능하게 합니다. Interchain Security(2023)는 새 체인이 코스모스 허브의 검증인 집합 보안을 임대할 수 있게 합니다.
❓ 자주 묻는 질문
What is ATOM used for?
ATOM is the native token of the Cosmos Hub. It is used for: 1) Staking (delegating to validators to secure the network and earn rewards), 2) Governance (voting on protocol upgrades and parameter changes), and 3) Paying transaction fees on the Cosmos Hub.
What is the difference between the Cosmos Network and the Cosmos Hub?
The Cosmos Network refers to the entire ecosystem of IBC-connected chains. The Cosmos Hub is one specific blockchain within that ecosystem — the first and most prominent Hub, which hosts the ATOM token and provides Interchain Security services.
Does Cosmos compete with Ethereum?
They take different philosophies. Ethereum aims to be a single, shared execution environment where all apps run on the same chain. Cosmos advocates for 'app-chains' — each application having its own dedicated blockchain, with IBC enabling communication between them.