🤖 AI Summary
This study addresses the emerging paradigm of Ethereum inscriptions (Ethscriptions) as an on-chain data storage mechanism whose impact on network resources and protocol ecology remains poorly understood. For the first time, Ethscriptions are formally characterized as a distinct calldata-resident workload. Analyzing 6.27 million transactions, the authors identify 4.75 million valid inscription operations and systematically examine their evolutionary dynamics through syntactic parsing, lifecycle modeling, Gini coefficient computation, and data footprint quantification. The findings reveal that inscriptions complete a full lifecycle within nine months, exhibit significant protocol fragmentation with over 30 mutually exclusive standards coexisting, display a striking mint-to-transfer ratio of 57.6:1, and demonstrate high user concentration (Gini coefficient of 0.86). Critically, they impose permanent on-chain data burdens, underscoring their highly speculative nature and substantial ecological implications.
📝 Abstract
Ethereum Inscriptions (Ethscriptions) repurpose Ethereum calldata into a persistent inscription channel by embedding \texttt{data:}~URI payloads. These transactions typically target externally owned accounts, allowing the payload to bypass EVM execution while remaining permanently replicated across full nodes. Although calldata was originally designed for compact smart-contract parameters, this repurposing enables structured data embedding with long-term storage consequences.
We present the first large-scale empirical study of Ethscriptions, treating them as a distinct \emph{calldata-resident workload} rather than merely a subset of general calldata usage. Our analysis focuses on the \textit{Ethscription} operational subset, which consists of payloads that decode to JSON and conform to a token-operation grammar (e.g., \texttt{p}, \texttt{op}, \texttt{tick}, \texttt{amt}).
From $6.27$ million Ethscription candidates (\Uone), we extract $4.75$ million Ethscription operations (\Utwo, $75.8\%$ of \Uone). This result shows that structured token-like activity dominates the ecosystem.
Our measurements further reveal (i) a complete workload lifecycle compressed into nine months (bootstrap, expansion, saturation), (ii) proliferation of $30$+ competing protocols without convergence toward a dominant standard, (iii) a lifecycle funnel exhibiting $201\times$ deploy-to-mint amplification and a $57.6{:}1$ mint-to-transfer collapse indicative of speculative minting, (iv) extreme participation inequality (Gini~$0.86$), and (v) a measurable permanent data footprint imposed on the Ethereum network.