All assets / Arweave Price

Arweave (AR) EUR Price

EUR
€1.74
+€0.0041 (0.24%)
Chart by TradingView

ar Market stats

Market cap
€114.5M
Circulating supply
65.7M
Volume (24h)
€8.6M
All time high
€77.26
FDV
€114.5M
Total supply
65.7M

About Arweave

Arweave Price Data

Arweave (AR) currently has a price of €1.74 and is up 0.24% over the last 24 hours. The cryptocurrency is ranked 224 with a market cap of €114.5M. Over the last 24 hours, it saw €8.6M of trading volume. The token has a circulating supply of 65.7M tokens out of a total supply of 65.7M tokens.

Arweave (AR) is a decentralized cryptocurrency that offers permanent, low-cost data storage using blockchain technology. It uses Proof of Access to incentivize users to mine AR tokens by dedicating storage space. Arweave's unique feature is its focus on permanent data preservation through the "Arweave Permaweb," making it appealing for organizations and individuals needing secure long-term storage.


Disclaimer: The “About” content was generated with the use of AI. For feedback and sponsorship enquiries, email [email protected].

© 2026 The Block. All Rights Reserved. This article is provided for informational purposes only. It is not offered or intended to be used as legal, tax, investment, financial, or other advice.

Frequently Asked Questions

These are the most commonly asked questions about Arweave. Can’t find what you’re looking for, reach out to our support team for specific answers.

Arweave is a decentralized storage network that enables permanent, censorship-resistant data storage. Unlike IPFS (which requires ongoing pinning) or Filecoin (which uses renewable storage deals), Arweave charges a one-time upfront fee and stores data permanently.


SmartWeave is Arweave’s lazy evaluation smart contract model. Contracts are stored on-chain as transaction data, but computation is performed client-side by the user reading the contract. Each interaction appends a new transaction to the chain; the current state is computed by replaying the full transaction history on the client.


Arweave’s economic model is based on a storage endowment: the upfront payment for permanent storage is split between the immediate reward to the miner and a storage endowment pool. The endowment earns yield over time (assumed 0.5% decay in storage costs per year based on historical Moore’s Law-adjacent trends), theoretically paying for storage in perpetuity as hardware costs decline.


AR total supply is capped at 66 million tokens. Proof of Access (PoA) requires miners to demonstrate they are storing a randomly selected chunk of historical data (the “recall block”) to mine a new block. This creates a direct incentive to store old data: you cannot mine efficiently without it. This differs from PoW (compute competition) and PoS (capital competition), instead creating storage competition as the consensus mechanism.


AO is Arweave’s hyper-parallel computation layer. It uses an actor-oriented model where independent “processes” (actors) execute concurrently, passing messages to each other through Arweave as a message log. This enables unbounded parallel computation on Arweave’s permanent data store. AO processes are persistent (their state and messages are stored permanently on Arweave), composable, and can spawn subprocesses.