Сеть Cosmos

Экосистема суверенных, взаимодействующих блокчейнов, соединённых протоколом IBC, построенных на Cosmos SDK и защищённых консенсусом CometBFT.

Cosmos предложен в 2016 году Джае Кваном и Этаном Бухманом. Cosmos SDK предоставляет готовые модули для стейкинга, управления и IBC. Известные проекты: Osmosis, Kava, Binance Chain.

        graph LR
  Center["Сеть Cosmos"]:::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;

      

🧒 Простыми словами

Представьте, что у каждой страны есть своё правительство, свои законы и своя валюта (блокчейн). Теперь все они построили одну высокоскоростную железнодорожную сеть (IBC) между столицами, чтобы мгновенно пересылать деньги и товары. Это и есть Cosmos: независимые страны, которые прекрасно общаются друг с другом.

🤓 Expert Deep Dive

CometBFT (бывший Tendermint) — движок BFT-консенсуса с мгновенной финальностью, разделяющий консенсус и логику приложения через ABCI. IBC (ICS-002 – ICS-004) — TCP/IP-подобный протокол для блокчейнов, позволяющий доверенно обменивать токены через лёгкие клиенты. Interchain Security (2023) позволяет новым цепочкам арендовать безопасность набора валидаторов Cosmos Hub.

❓ Частые вопросы

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.

🔗 Связанные термины

Предварительные знания:

📚 Источники