Arweave

ARトークンの一回払いでデータを永続的に保存する分散型永続ストレージプロトコル。

Arweaveは2018年に開始されました。ARトークンの最大供給量は6600万枚です。ネットワークは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;

      

🧒 5歳でもわかるように説明

本を永遠に保管すると約束する図書館を想像してください。月々の家賃を払う代わりに、本を預けるときに一度だけ払います。図書館はその資金を投資して、何百年もの費用を自分で賄います。

🤓 Expert Deep Dive

ブロックウィーブはマイナーにランダムな「リコールブロック」の保存証明を要求します。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.

🔗 関連用語

前提知識:

📚 出典