The Secret Centralization Landscape of Stablecoin Payments: 85% of Transaction Volume Controlled by Top 1000 Wallets
Original Title: Stablecoin Payments from the Ground Up
Original Source: Artemis
Original Translation: Techflow Research
This report provides an empirical analysis of stablecoin payment usage, covering transactions from person to person (P2P), business to business (B2B), and person to business/business to person (P2B/B2P).

This report conducts an empirical analysis of stablecoin payment usage, studying transaction patterns of person to person (P2P), business to business (B2B), and person to business/business to person (P2B/B2P). Leveraging the Artemis dataset, which provides metadata on wallet addresses including geolocation estimates, ownership tags, and smart contract identifications, we classified transactions based on sender and receiver wallet characteristics. The analysis primarily focuses on the Ethereum network, which hosts approximately 52% of the global stablecoin supply.
We specifically studied two major stablecoins: USDT and USDC, which together hold an 88% market share. Despite a significant increase in stablecoin adoption and regulatory attention over the past year, a key question remains unanswered: how does the actual use of stablecoins in payments compare to other activities? This report aims to uncover the key drivers of stablecoin payment adoption and provide insights for predicting future trends.
1. Background
In recent years, the adoption of stablecoins has significantly increased, with a supply now exceeding $200 billion, and monthly on-chain transaction volume surpassing $40 trillion. While blockchain networks offer fully transparent transaction records that can be analyzed, the anonymity of these networks and the lack of information regarding transaction purposes (e.g., domestic payments, cross-border payments, trading, etc.) make transaction and user analysis challenging.
Furthermore, the use of smart contracts and automated trading on networks like Ethereum further complicates analysis, as a single transaction may involve interactions with multiple smart contracts and tokens. Therefore, a key unresolved question is how to assess the current use of stablecoins in payments compared to other activities such as trading. Despite many researchers working to address this complex issue, this report aims to provide additional approaches to evaluating stablecoin usage, particularly for payment purposes.
Overall, there are two main approaches to assessing stablecoin usage, especially for payment purposes.
The first approach is the filtering approach, which utilizes raw blockchain transaction data and employs filtering techniques to remove noise, thus providing a more accurate estimate of stablecoin payment usage.
The second approach involves surveying major stablecoin payment providers and estimating stablecoin activity based on their disclosed payment data.
The Visa Onchain Analytics Dashboard developed by Visa in collaboration with Allium Labs adopts the first approach. They reduce noise in the raw data through filtering techniques to offer clearer insights into stablecoin activity. Research indicates that after filtering the raw data, the overall monthly stablecoin transaction volume decreased from around $5 trillion (total volume) to $1 trillion (adjusted volume). When considering only retail transaction volume (transactions with a value below $250), the volume amounts to only $60 billion. We employed a filtering approach similar to the Visa Onchain Analytics Dashboard, but our approach focuses more on explicitly labeling transactions as being used for payments.
The second approach is based on corporate survey data and has been utilized in the "Fireblocks 2025 Stablecoin Landscape Report" and "Stablecoin Payments from Scratch Report." These reports leverage disclosed information from key players in the blockchain payment market to estimate the direct usage of stablecoins in payments. In particular, the "Stablecoin Payments from Scratch Report" provides an overall estimate of stablecoin payment transaction volumes, categorizing these payments into B2B (business-to-business), B2C (business-to-consumer), P2P (peer-to-peer), among other categories. The reports reveal that as of February 2025, the annual settlement amount is approximately $72.3 billion, with a majority being B2B transactions.
This study's primary contribution lies in applying a data filtering method to estimate stablecoin usage in on-chain payments. The research findings shed light on stablecoin usage and offer more precise estimates. Additionally, we provide guidance to researchers on utilizing data filtering methods to process raw blockchain data, reduce noise, and enhance estimation accuracy.
2. Data
Our dataset covers all stablecoin transactions on the Ethereum blockchain from August 2024 to August 2025. The analysis focuses on transactions involving the two main stablecoins, USDC and USDT. These two stablecoins were chosen due to their high market shares and strong price stability, which helps reduce noise in the analysis process. We only consider transfer transactions, excluding minting, burning, or bridging transactions. Table 1 summarizes the key aspects of our analyzed dataset.
Table 1: Transaction Type Summary

3. Methodology and Results
In this section, we elaborate on the methodology used to analyze stablecoin usage, with a focus on payment transactions. Firstly, we filter the data by distinguishing between transactions involving interactions with smart contracts and transactions representing transfers between External Owned Accounts (EOAs), categorizing the latter as payment transactions. This process is detailed in Section 3.1. Subsequently, Section 3.2 explains how EOA account label data provided by Artemis is utilized to further classify payment transactions into P2P, B2B, B2P, P2B, and intra B class transactions. Finally, Section 3.3 analyzes the concentration of stablecoin transactions.
3.1 Stablecoin Payments (EOA) vs. Smart Contract Transactions
In the Decentralized Finance (DeFi) space, many transactions involve interactions with smart contracts, combining multiple financial operations in a single transaction, such as swapping one token for another across multiple liquidity pools. This complexity makes analyzing stablecoin usage specifically for payment purposes more challenging.
To simplify the analysis and enhance the ability to label stablecoin blockchain transactions as payments, we define stablecoin payments as any ERC-20 stablecoin transaction where funds are transferred from one EOA address to another EOA address (excluding minting and burning transactions). Any transaction not labeled as a payment is classified as a smart contract transaction, encompassing all transactions involving interactions with smart contracts (e.g., primarily DeFi transactions).
Figure 1 illustrates that most user-to-user payments (EOA-EOA) are conducted directly, with each transaction hash corresponding to a single transfer. Some multi EOA-EOA transfers within the same transaction hash are primarily facilitated through aggregators, indicating a relatively minor usage of aggregators in simple transfers. In contrast, the distribution of smart contract transactions involves more multi-step transfer transactions, suggesting that in DeFi operations, stablecoins often circulate between different applications and protocols before returning to an EOA account.
Figure 1:

*The analyzed sample data covers transactions from July 4, 2025, to July 31, 2025.
Tables 2 and 2 show that in terms of transaction count, the ratio of Payment (EOA-EOA) to Smart Contract (DeFi) transactions is approximately 50:50, with Smart Contract transactions accounting for 53.2% of the transaction volume. However, Figure 2 shows that transaction volume (total transfer amount) exhibits greater volatility than transaction count, indicating that large EOA-EOA transfers, mainly from institutions, drove these fluctuations.
Table 2: Transaction Type Summary

Figure 2:

Figure 3 explores the transaction amount distribution between Payment (EOA-EOA) and Smart Contract transactions. The amount distribution for both Payment and Smart Contract transactions resembles a heavy-tailed normal distribution, with an average value ranging from 100 USD to 1000 USD.
However, there is a significant spike in transactions with amounts less than 0.1 USD, which may indicate the presence of bot activity or transaction front-running behavior associated with fake trading and wash trading, consistent with the descriptions by Halaburda et al. (2025) and Cong et al. (2023).
Since Ethereum's gas fees typically exceed 0.1 USD, transactions below this threshold need to be further scrutinized and potentially excluded from the analysis.
Figure 3:


The data sample used for this analysis covers transaction records from July 4, 2025, to July 31, 2025.
3.2 Payment Types
By utilizing the label information provided by Artemis, further analysis of payments between two EOA (Externally Owned Account) addresses can be conducted. Artemis provides label information for many Ethereum wallet addresses, capable of identifying wallets owned by institutions (e.g., Coinbase). We categorize payment transactions into five types: P2P, B2B, B2P, P2B, and Internal B. Below are detailed descriptions of each category.
P2P Payment:
P2P (Peer-to-Peer) blockchain payments refer to transactions where funds are directly transferred between two users on a blockchain network. In an account-based blockchain (such as Ethereum), these P2P transactions are defined as the process of digital assets moving from one user's wallet (EOA account) to another user's EOA wallet. All transactions are recorded and validated on the blockchain without the need for intermediaries.
Main Challenge:
One of the main challenges is to identify whether a transaction between two wallets in the account system indeed took place between two separate entities (i.e., individuals rather than entities) and correctly classify it as a P2P transaction. For example, transfers between a user's own accounts (i.e., Sybil accounts) should not be counted as P2P transactions. However, if we simply define all transactions between EOAs (Externally Owned Accounts) as P2P transactions, we may mistakenly categorize such transfers as P2P.
Another issue arises when an EOA account is owned by a company, such as a centralized exchange (CEX, like Coinbase), where the EOA wallet is not actually owned by a genuine individual. In our dataset, we can label many institutional and company EOA wallets; however, due to incomplete label information, some EOAs owned by companies but not recorded in our dataset may be incorrectly tagged as individual wallets.
Lastly, this approach fails to capture blockchain P2P payments conducted through intermediaries—a model known as the "Stablecoin Sandwich." In this model, funds are transferred between users through an intermediary that settles on-chain. Specifically, fiat is first sent to the intermediary, which converts it to cryptocurrency, then the funds are transferred via the blockchain network, and finally, the recipient's intermediary (which can be the same or a different one) converts it back to fiat. The blockchain transfer acts as the "middle layer" of the "sandwich," while fiat conversion forms the "outer layers." The main challenge in identifying these transactions is that they are executed by intermediaries who may batch multiple transactions together to reduce gas fees. Therefore, some key data (such as exact transaction amounts and the number of users involved) is only available on the intermediary's platform.
B2B Payment:
Business-to-Business (B2B) transactions refer to electronic transfers from one business to another over a blockchain network. In our dataset, stablecoin payments denote transfers between two known institutional EOA wallets, such as from Coinbase to Binance.
Internal B Payment:
Transactions between two EOA wallets of the same institution are labeled as Internal B type transactions.
P2B (or B2P) Payment:
Personal-to-Business (P2B) or Business-to-Person (B2P) transaction refers to an electronic transfer of funds between an individual and a business, and the transaction can be bi-directional.
Through this tagging approach, we analyzed payment data (limited to EOA-EOA transfers only), with the main outcomes summarized in Table 3. The data shows that 67% of EOA-EOA transactions fall into the P2P category, but they represent only 24% of the total payment volume. This result further indicates that, compared to institutions, P2P users transfer lower amounts. Additionally, one of the categories with the highest payment transaction volume is the Internal B category, suggesting a significant portion of transfers within the same organization. Exploring the specific implications of internal B transactions and how to account for them in payment activity analysis remains an interesting research question.
Table 3: Transaction Distribution by Payment Category

Finally, Figure 4 shows the cumulative distribution function (CDF) of transaction amounts divided by each payment category. From the CDF, it is evident that there are significant differences in the transaction amount distribution across categories. Most transactions within EOA-EOA accounts with amounts below 0.1 USD belong to the P2P type, further demonstrating that these transactions are likely more driven by bots and controlled wallets rather than initiated by institutions marked in our dataset. Furthermore, the CDF of P2P transactions reinforces the viewpoint that the majority of transaction amounts are small, while transactions labeled as B2B and Internal B show significantly higher transaction amounts. Lastly, the CDF of P2B and B2P transactions falls between P2P and B2B.
Figure 4:

This analysis sample data covers transaction records from July 4, 2025, to July 31, 2025.
Figures 5 and 6 show the trend of each payment category over time.
Figure 5 focuses on changes calculated weekly, displaying a consistent adoption trend and weekly transaction volume growth across all categories. Table 4 further summarizes the overall changes from August 2024 to August 2025.
Additionally, Figure 6 illustrates the payment differences between weekdays and weekends, clearly showing a reduction in payment transaction volume during weekends. Overall, the usage of payment transactions for all categories shows an increasing trend over time on both weekdays and weekends.
Figure 5:

Figure 6:

Table 4: Payment Transaction Volume, Number of Transactions, and Transaction Amount Over Time

3.3 Concentration of Stablecoin Transactions
In Figure 9, we calculated the concentration of the primary sender wallets sending stablecoins on the Ethereum blockchain. Evidently, the majority of stablecoin transfer volume is concentrated in a few wallets. During our sample period, the top 1,000 wallets accounted for approximately 84% of the transaction volume.
This suggests that despite DeFi and blockchain aiming to support and promote decentralization, they still exhibit highly centralized characteristics in certain aspects.
Figure 9:

The data sample used in this analysis covers transaction records from July 4, 2025, to July 31, 2025.
4. Discussion
Clearly, the adoption of stablecoins is steadily increasing over time, with transaction volume and frequency more than doubling between August 2024 and August 2025. Estimating the use of stablecoins in payments is a challenging task, and more tools are being developed to help improve this estimation. This study utilized the label data provided by Artemis to explore and estimate the usage of stablecoin payments recorded on the blockchain (Ethereum).
Our estimates indicate that stablecoin payments account for 47% of the total transaction volume (or 35% if excluding internal Type B transactions). Since we have fewer restrictions on payment categorization (mainly based on EOA-EOA transfers), this estimate can be viewed as an upper bound. However, researchers can apply further filtering methods based on their research goals, such as transaction amount thresholds. For example, adding a minimum amount limit of 0.1 USD can exclude low-value transaction manipulations mentioned in Section 3.1.
In Section 3.2, by further categorizing payment transactions into P2P, B2B, P2B, B2P, and internal Type B transactions using Artemis label data, we found that P2P payments only account for 23.7% of the total payment transaction volume (all original data) or 11.3% (excluding internal Type B transactions). Previous research indicated that P2P payments represent about 25% of stablecoin payments, which aligns closely with our results.
Finally, in Section 3.3, we observe that, in terms of transaction volume, the majority of stablecoin transactions are concentrated in the top 1,000 ranked wallets. This raises an interesting question: is the use of stablecoins evolving as a payment tool driven by intermediaries and large corporations, or as a P2P transaction settlement tool? Only time will tell.
References
<1> Yaish, A., Chemaya, N., Cong, L. W., & Malkhi, D. (2025). Inequality in the Age of Pseudonymity. arXiv preprint arXiv:2508.04668.
<2> Awrey, D., Jackson, H. E., & Massad, T. G. (2025). Stable Foundations: Towards a Robust and Bipartisan Approach to Stablecoin Legislation. Available at SSRN 5197044.
<3> Halaburda, H., Livshits, B., & Yaish, A. (2025). Platform building with fake consumers: On double dippers and airdrop farmers. NYU Stern School of Business Research Paper Forthcoming.
<4> Cong, L. W., Li, X., Tang, K., & Yang, Y. (2023). Crypto wash trading. Management Science, 69(11), 6427-6454.
You may also like

Found a "meme coin" that skyrocketed in just a few days. Any tips?

TAO is Elon Musk, who invested in OpenAI, and Subnet is Sam Altman

The era of "mass coin distribution" on public chains comes to an end

Soaring 50 times, with an FDV exceeding 10 billion USD, why RaveDAO?

1 billion DOTs were minted out of thin air, but the hacker only made 230,000 dollars

After the blockade of the Strait of Hormuz, when will the war end?

Before using Musk's "Western WeChat" X Chat, you need to understand these three questions
The X Chat will be available for download on the App Store this Friday. The media has already covered the feature list, including self-destructing messages, screenshot prevention, 481-person group chats, Grok integration, and registration without a phone number, positioning it as the "Western WeChat." However, there are three questions that have hardly been addressed in any reports.
There is a sentence on X's official help page that is still hanging there: "If malicious insiders or X itself cause encrypted conversations to be exposed through legal processes, both the sender and receiver will be completely unaware."
No. The difference lies in where the keys are stored.
In Signal's end-to-end encryption, the keys never leave your device. X, the court, or any external party does not hold your keys. Signal's servers have nothing to decrypt your messages; even if they were subpoenaed, they could only provide registration timestamps and last connection times, as evidenced by past subpoena records.
X Chat uses the Juicebox protocol. This solution divides the key into three parts, each stored on three servers operated by X. When recovering the key with a PIN code, the system retrieves these three shards from X's servers and recombines them. No matter how complex the PIN code is, X is the actual custodian of the key, not the user.
This is the technical background of the "help page sentence": because the key is on X's servers, X has the ability to respond to legal processes without the user's knowledge. Signal does not have this capability, not because of policy, but because it simply does not have the key.
The following illustration compares the security mechanisms of Signal, WhatsApp, Telegram, and X Chat along six dimensions. X Chat is the only one of the four where the platform holds the key and the only one without Forward Secrecy.
The significance of Forward Secrecy is that even if a key is compromised at a certain point in time, historical messages cannot be decrypted because each message has a unique key. Signal's Double Ratchet protocol automatically updates the key after each message, a mechanism lacking in X Chat.
After analyzing the X Chat architecture in June 2025, Johns Hopkins University cryptology professor Matthew Green commented, "If we judge XChat as an end-to-end encryption scheme, this seems like a pretty game-over type of vulnerability." He later added, "I would not trust this any more than I trust current unencrypted DMs."
From a September 2025 TechCrunch report to being live in April 2026, this architecture saw no changes.
In a February 9, 2026 tweet, Musk pledged to undergo rigorous security tests of X Chat before its launch on X Chat and to open source all the code.
As of the April 17 launch date, no independent third-party audit has been completed, there is no official code repository on GitHub, the App Store's privacy label reveals X Chat collects five or more categories of data including location, contact info, and search history, directly contradicting the marketing claim of "No Ads, No Trackers."
Not continuous monitoring, but a clear access point.
For every message on X Chat, users can long-press and select "Ask Grok." When this button is clicked, the message is delivered to Grok in plaintext, transitioning from encrypted to unencrypted at this stage.
This design is not a vulnerability but a feature. However, X Chat's privacy policy does not state whether this plaintext data will be used for Grok's model training or if Grok will store this conversation content. By actively clicking "Ask Grok," users are voluntarily removing the encryption protection of that message.
There is also a structural issue: How quickly will this button shift from an "optional feature" to a "default habit"? The higher the quality of Grok's replies, the more frequently users will rely on it, leading to an increase in the proportion of messages flowing out of encryption protection. The actual encryption strength of X Chat, in the long run, depends not only on the design of the Juicebox protocol but also on the frequency of user clicks on "Ask Grok."
X Chat's initial release only supports iOS, with the Android version simply stating "coming soon" without a timeline.
In the global smartphone market, Android holds about 73%, while iOS holds about 27% (IDC/Statista, 2025). Of WhatsApp's 3.14 billion monthly active users, 73% are on Android (according to Demand Sage). In India, WhatsApp covers 854 million users, with over 95% Android penetration. In Brazil, there are 148 million users, with 81% on Android, and in Indonesia, there are 112 million users, with 87% on Android.
WhatsApp's dominance in the global communication market is built on Android. Signal, with a monthly active user base of around 85 million, also relies mainly on privacy-conscious users in Android-dominant countries.
X Chat circumvented this battlefield, with two possible interpretations. One is technical debt; X Chat is built with Rust, and achieving cross-platform support is not easy, so prioritizing iOS may be an engineering constraint. The other is a strategic choice; with iOS holding a market share of nearly 55% in the U.S., X's core user base being in the U.S., prioritizing iOS means focusing on their core user base rather than engaging in direct competition with Android-dominated emerging markets and WhatsApp.
These two interpretations are not mutually exclusive, leading to the same result: X Chat's debut saw it willingly forfeit 73% of the global smartphone user base.
This matter has been described by some: X Chat, along with X Money and Grok, forms a trifecta creating a closed-loop data system parallel to the existing infrastructure, similar in concept to the WeChat ecosystem. This assessment is not new, but with X Chat's launch, it's worth revisiting the schematic.
X Chat generates communication metadata, including information on who is talking to whom, for how long, and how frequently. This data flows into X's identity system. Part of the message content goes through the Ask Grok feature and enters Grok's processing chain. Financial transactions are handled by X Money: external public testing was completed in March, opening to the public in April, enabling fiat peer-to-peer transfers via Visa Direct. A senior Fireblocks executive confirmed plans for cryptocurrency payments to go live by the end of the year, holding money transmitter licenses in over 40 U.S. states currently.
Every WeChat feature operates within China's regulatory framework. Musk's system operates within Western regulatory frameworks, but he also serves as the head of the Department of Government Efficiency (DOGE). This is not a WeChat replica; it is a reenactment of the same logic under different political conditions.
The difference is that WeChat has never explicitly claimed to be "end-to-end encrypted" on its main interface, whereas X Chat does. "End-to-end encryption" in user perception means that no one, not even the platform, can see your messages. X Chat's architectural design does not meet this user expectation, but it uses this term.
X Chat consolidates the three data lines of "who this person is, who they are talking to, and where their money comes from and goes to" in one company's hands.
The help page sentence has never been just technical instructions.

Parse Noise's newly launched Beta version, how to "on-chain" this heat?

Is Lobster a Thing of the Past? Unpacking the Hermes Agent Tools that Supercharge Your Throughput to 100x

Declare War on AI? The Doomsday Narrative Behind Ultraman's Residence in Flames

Crypto VCs Are Dead? The Market Extinction Cycle Has Begun

Claude's Journey to Foolishness in Diagrams: The Cost of Thriftiness, or How API Bill Increased 100-Fold

Edge Land Regress: A Rehash Around Maritime Power, Energy, and the Dollar

Arthur Hayes Latest Interview: How Should Retail Investors Navigate the Iran Conflict?

Just now, Sam Altman was attacked again, this time by gunfire

Straits Blockade, Stablecoin Recap | Rewire News Morning Edition

From High Expectations to Controversial Turnaround, Genius Airdrop Triggers Community Backlash

