Arweave

Децентрализованный протокол постоянного хранения данных, где данные хранятся бессрочно после единовременной оплаты в токенах AR.

Arweave запущен в 2018 году. Максимальное предложение токена AR составляет 66 миллионов. Сеть используется для постоянного хранения метаданных NFT. Ключевой риск: экономическая модель предполагает ежегодное снижение стоимости хранения на 0,5%.

        graph LR
  Center["Arweave"]:::main
  Pre_blockchain["blockchain"]:::pre --> Center
  click Pre_blockchain "/terms/blockchain"
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_ipfs["ipfs"]:::related -.-> Center
  click Rel_ipfs "/terms/ipfs"
  Rel_filecoin["filecoin"]:::related -.-> Center
  click Rel_filecoin "/terms/filecoin"
  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;

      

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

Представьте библиотеку, которая обещает хранить вашу книгу вечно. Вместо ежемесячной аренды вы платите один раз при сдаче книги, и библиотека инвестирует эти деньги для покрытия собственных расходов на сотни лет вперёд.

🤓 Expert Deep Dive

Архитектура Blockweave требует от майнеров доказательства хранения случайного 'блока вызова'. SPoRA напрямую связывает пропускную способность майнинга с ёмкостью хранилища. SmartWeave реализует смарт-контракты через ленивые вычисления на стороне клиента. Bundlr/Irys объединяет тысячи транзакций в одну.

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

Is data stored on Arweave truly permanent?

By economic design, yes — the one-time fee funds an endowment based on the assumption that storage costs decline ~0.5%/year. However, this is a probabilistic economic guarantee, not a cryptographic certainty. If the cost decline assumption fails long-term, the endowment could be insufficient.

How does Arweave differ from IPFS?

IPFS is a content-addressed file system with no built-in storage incentive — data disappears if no node pins it. Arweave adds economic incentives (mining rewards tied to proving data storage) and a one-time fee endowment model that funds permanent persistence.

What is the permaweb?

The permaweb is the collection of permanently accessible web applications and content deployed on Arweave. Because transaction IDs are permanent and data cannot be deleted, any app or page deployed to Arweave remains accessible indefinitely through Arweave gateways.

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

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

📚 Источники