Papers for

blockchain security teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Function name sequences enable real-time blockchain attack detection

Function Name Is All You Need to Detect Blockchain Application Attacks

Abstract: Blockchain application attacks, targeting business logic bugs in decentralized applications (dApps), have been an increasing concern to their developers and users, causing significant financial loss. Existing attack detectors either rely on handcrafted rules for detection, or need difficult-to-obtain smart contract source code to analyze attack transactions. This makes them brittle and inapplicable in practice. In this paper, we argue that function name sequences suffice to capture the high-level semantics of a transaction, and hence can be used to detect blockchain application attacks. Our empirical study on transactions from 424 real-world attack incidents shows that 98.46% of call traces can be resolved to function names, whereas only 74.78% invoke contracts with available source code. Based on this observation, we propose TxLucent (pronounced "translucent"), an automated framework to detect blockchain application attacks by extracting application semantics from transaction call traces. TxLucent maps call traces to function name sequences and uses a transformer to learn semantics from such sequences. Consequently, TxLucent can detect attacks without relying on hand-coded patterns or source code. Our results show that TxLucent achieves a 1.56% false negative rate on 424 known incidents with 14,611 attack transactions, and an estimated 0.0017% false positive rate for benign transactions from over 500 million transactions on the Ethereum blockchain. Finally, TxLucent takes an average of 24.90 milliseconds to analyze a transaction, thus supporting real-time attack detection on popular blockchains.

Fri 11 SeptCryptography and Security
The gist
Blockchain apps called decentralized applications (dApps) sometimes have bugs that attackers exploit, causing people to lose money. Detecting these attacks is hard because it often needs special rules or access to the app’s code, which isn’t always available. The authors show that just looking at the names of functions called in a transaction can reveal what the transaction does and catch attacks. They built a tool named TxLucent that uses these function names to detect attacks quickly and accurately without needing the app’s code or manual rules.
Open 2609.12315v1

Solana bridges traced reliably despite missing logs and complex transactions

Heterogeneous Cross-Chain Transaction Tracing for Solana Bridges via Candidate-Set Selective Decision

Abstract: Solana is a rapidly growing high-throughput blockchain platform that has attracted substantial liquidity and user activity. However, this expansion has also drawn the attention of illicit actors, who frequently leverage cross-chain bridges to route illicit funds onto Solana to obfuscate transaction lineage. Unlike EVM-compatible platforms, Solana features distinct execution dynamics and lacks standard event logs, creating severe semantic gaps that prevent existing tracing methods from reliably correlating cross-ledger transactions. In this paper, we formalize four types of Solana-bound cross-chain transaction modes and propose a candidate-set selective decision-based tracing method called SolTracer. SolTracer maps disparate execution semantics into a unified event space and employs candidate-set selective decision-making to reliably associate target transactions while abstaining when valid targets are absent. Extensive experiments demonstrate that SolTracer outperforms state-of-the-art (SOTA) methods across three representative scenarios: closed-world association, open-world association, and cross-source-chain generalization. In particular, under the challenging open-world setting with a 50% TA ratio, SolTracer improves the F1 score by 20.16% over the strongest SOTA baseline. Utilizing SolTracer, we conduct an empirical analysis on real-world cross-chain transfers to investigate ecosystem dynamics. Our analysis explores the stark count-value divergence across bridge mechanisms, the prevalence of cross-asset shifts, and the decoupling between on-chain settlement and explorer visibility.

Thu 10 SeptCryptography and Security
The gist
Cross-chain bridges let users move digital money between blockchains, but criminals exploit them to hide where funds come from. Solana's blockchain works differently than others, making it hard to track transactions using existing tools. The authors designed a new method called SolTracer that better matches transactions across blockchains by understanding Solana's unique details. Their tests show SolTracer traces transactions more accurately than previous methods.
Open 2609.11413v1

Defifusion improves detection of price manipulation in decentralized finance

DeFiFusion: Combining Transaction Events with Smart Contracts to Detect Price Manipulation Attacks

Abstract: Decentralized Finance (DeFi) has emerged as a rapidly growing blockchain-based financial service, where market transaction dynamics and underlying smart contract logic are intricately intertwined. This autonomous interplay, while eliminating centralized intermediaries, significantly expands the vulnerability surface of DeFi protocols to Price Manipulation Attacks (PMAs), which have already inflicted catastrophic financial losses. Despite their gravity, existing detection paradigms suffer from fundamental limitations. Transaction-centric methods lack awareness of contract execution semantics, making them prone to false positives under legitimate market volatility, while static contract analyses ignore real transaction behaviors and frequently report vulnerabilities that are infeasible to exploit in practice. We present DeFiFusion, a dual-modal PMA detection framework that closes this gap by jointly modeling transaction events and smart contract semantics within a unified pipeline. Our core insight is that PMA maliciousness emerges only from the interaction between transaction behaviors and the contract logic they exploit; neither signal suffices in isolation. Accordingly, we derive price-manipulation-aware event encoding for extracting fine-grained temporal and economic features tailored to manipulation patterns. We further introduce LLM-based contract semantic extraction to supply the execution-logic context that prior behavioral methods lack. To fuse these modalities, we propose a Dual-Modal Projection-Fusion Transformer with T5-style relative positional encoding, capturing the cyclic multi-stage execution structures that distinguish PMAs from benign market activity. Extensive experiments demonstrate that DeFiFusion consistently achieves state-of-the-art detection performance, effectively recalling 222 of the 225 PMA cases while maintaining a precision of 96.10%.

Thu 10 SeptCryptography and SecurityArtificial IntelligenceSoftware Engineering
The gist
Decentralized Finance (DeFi) platforms allow people to trade and manage money without middlemen, but they can be tricked by price manipulation attacks that cause big losses. Existing methods to catch these tricks either look only at transaction data or only at smart contract code, missing important clues. The authors propose DeFiFusion, which combines information from both transactions and smart contracts to better spot manipulation schemes. Their approach uses sophisticated machine learning to understand how transaction patterns interact with contract rules, leading to more accurate detection.
Open 2609.11008v1

Meme coin launchpads enable large-scale cryptocurrency price manipulations

Meme Coin Factories: Uncovering Large-Scale Manipulations on pump.fun

Abstract: Once complex, creating and deploying a new cryptocurrency has become trivial. Coin launchpads now allow users to generate a new coin with merely a few clicks, at a minimal cost. Launchpad popularity has grown in tandem with the rise of "meme coins," which usually do not offer any novel technological properties and are purely created for fun. The most prominent coin launchpad, pump.fun, has gained significant traction, grossing over 100 million USD in daily trading volume. The mass adoption of coin launchpads, however, also enables strategic actors to easily manipulate trading signals, unbeknownst to inexperienced traders who then buy certain coins, and enable these strategic actors to profit from rapid and unsustainable price increases ("pumps"). To identify such manipulations at scale, we conduct a large-scale study of pump.fun, collecting information on all 15 million coins launched in the last two years, and performing analysis on large, random samples of transaction data. We identify five classes of manipulation strategies: 1) wash trading, 2) creator address obfuscation, 3) coordinated sell, 4) copycat coins, and 5) social media manipulation. We find that strategic actors often bypass the platform interface and implement these strategies in a highly automated and low-latency fashion, by interacting directly with the blockchain. We further uncover the existence of "Market-Manipulation-as-a-service (MMaaS)," third-party tools that enable users to perform these manipulations without any technical expertise. We conclude by devising mitigations and proposing recommendations for traders, pump.fun, wallets or chain scanners, software development platforms, and regulators.

Wed 9 SeptCryptography and Security
The gist
Creating new cryptocurrencies is now easy, thanks to platforms like pump.fun. However, these platforms have been used by bad actors to trick people by quickly raising and crashing coin prices for profit. The authors studied 15 million coins on pump.fun and found five main tricks used, including fake trades and social media lies. They also discovered that some tools let anyone do these tricks without tech skills. The paper ends with suggestions to protect traders and improve the system.
Open 2609.10246v1