85% of transaction volume is controlled by thousands of wallets: The hidden centralized landscape of stablecoin payments | Bee Network
Original article translated by: Deep Tide TechFlow
This report provides an empirical analysis of stablecoin payment usage, covering peer-to-peer (P2P), business-to-business (B2B), and peer-to-business (P2B/B2P) transactions.
This report conducts an empirical analysis of stablecoin payment usage, examining transaction patterns in peer-to-peer (P2P), business-to-business (B2B), and peer-to-business (P2B/B2P) transactions. We utilize the Artemis dataset, which provides metadata about wallet addresses, including geolocation estimates, institutional ownership tags, and smart contract identifiers. Transactions are categorized based on the characteristics of the sender and receiver wallets. The analysis focuses on the Ethereum network, which carries approximately 52% of the global stablecoin supply.
We primarily studied two mainstream stablecoins: USDT and USDC, which together account for 88% of the market share. Despite the 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 reveal the main drivers of stablecoin payment adoption and provide insights for predicting future trends.
1. BackgroundIn recent years, the adoption of stablecoins has grown significantly, with a supply reaching $200 billion and monthly raw transaction volume exceeding $4 trillion. Although blockchain networks provide a completely transparent record of transactions, and all transactions can be analyzed, transaction and user analysis remains extremely difficult due to the anonymity of these networks and the lack of information about the purpose of transactions (e.g., domestic payments, cross-border payments, transactions, etc.).
Furthermore, the use of smart contracts and automated transactions on networks like Ethereum further complicates the analysis, as a single transaction may involve interactions with multiple smart contracts and tokens. Therefore, a key unresolved issue is how to assess the current proportion of stablecoin usage in the payments space relative to other activities such as transactions. While many researchers are working to address this complex problem, this report aims to provide additional methods for evaluating stablecoin usage, particularly for payments.
In general, there are two main approaches to assessing stablecoin usage, especially for payments.
The first approach is the filtering approach, which uses raw blockchain transaction data and filters out noise to more accurately estimate stablecoin payment usage.
The second approach is to investigate major stablecoin payment providers and estimate stablecoin activity based on their disclosed payment data.
Visa, in collaboration with Allium Labs, developed the Visa Onchain Analytics Dashboard, which employs the first approach. They use filtering techniques to reduce noise in the raw data, providing clearer information on stablecoin activity. Research shows that after filtering the raw data, the overall monthly stablecoin trading volume decreased from approximately $5 trillion (total trading volume) to $1 trillion (adjusted trading volume). If only retail trading volume (transactions under $250) is considered, the trading volume is only $6 billion. We used a similar filtering method to the Visa Onchain Analytics Dashboard, but our approach focuses more on explicitly identifying transactions for payment purposes.
The second method, based on company survey data, has been applied in the “Fireblocks 2025 Stablecoin Status Report” and the “Stablecoin Payments from Zero Report.” These two reports utilize disclosures from major companies in the blockchain payments market to estimate the direct use of stablecoins in payments. In particular, the “Stablecoin Payments from Zero Report” provides an overall estimate of stablecoin payment transaction volume, categorizing these payments into B2B (business-to-business), B2C (business-to-consumer), and P2P (peer-to-peer) categories. The report shows that as of February 2025, the total annual settlement amount was approximately $72.3 billion, the majority of which were B2B transactions.
The main contribution of this study is the application of data filtering methods to estimate the usage of stablecoins in on-chain payments. The results reveal stablecoin usage and provide more accurate estimates. Furthermore, we offer researchers guidance on using data filtering methods to process raw blockchain data, reduce noise, and improve estimations.
2. DataOur 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 because of their high market share and strong price stability, thus reducing noise in the analysis process. We only focus on transfer transactions, excluding mint, burn, or bridge transactions. Table 1 summarizes the overall characteristics of the dataset used in our analysis.
Table 1: Summary of Transaction Types
3. Methods and ResultsIn this section, we detail the methodology used to analyze stablecoin usage, focusing on payment transactions. First, we filter the data by distinguishing between transactions involving interactions with smart contracts and transactions representing transfers between EOAs (External Accounts), classifying the latter as payment transactions. This process is detailed in Section 3.1. Subsequently, Section 3.2 explains how to further categorize payment transactions into P2P, B2B, and internal B-type transactions using EOA account tagging data provided by Artemis. Finally, Section 3.3 analyzes the concentration of stablecoin transactions.
3.1 Stablecoin Payments (EOA) and Smart Contract TransactionsIn the decentralized finance (DeFi) space, many transactions involve interactions with smart contracts and combine multiple financial operations within a single transaction, such as exchanging one token for another through multiple liquidity pools. This complexity makes it more difficult to analyze stablecoin usage solely for payment purposes.
To simplify analysis and improve the ability to tag payments on stablecoin blockchain transactions, we define a stablecoin payment as any transaction in which ERC-20 stablecoins are transferred from one EOA address to another (excluding minting and burning transactions). Any transaction not tagged as a payment will be classified as a smart contract transaction, including all transactions involving interaction with smart contracts (e.g., primarily DeFi transactions).
Figure 1 shows that most user-to-user payments (EOA-EOA) are completed directly, with each transaction hash corresponding to only one transfer. Some multi-EOA-EOA transfers within the same transaction hash are primarily completed through aggregators, indicating that the use of aggregators in simple transfers is still relatively rare. In contrast, the distribution of smart contract transactions is different, containing more multi-transfer transactions. This suggests that in DeFi operations, stablecoins typically circulate between different applications and routers before ultimately returning to the EOA account.
Figure 1:
*This analysis’s sample data covers transactions from July 4, 2025 to July 31, 2025.
Table 2 and Figure 2 show that, in terms of transaction volume, payments (EOA-EOA) and smart contract transactions (DeFi) are roughly 50:50, with smart contract transactions accounting for 53.2% of the transaction volume. However, Figure 2 shows that transaction volume (total transfer amount) is more volatile than the number of transactions, indicating that these fluctuations are mainly caused by large EOA-EOA transfers by institutions.
Table 2: Summary of Transaction Types
Figure 2:
Figure 3 illustrates the transaction amount distribution of payment (EOA-EOA) and smart contract transactions. The amount distributions of both payment transactions and smart contract transactions resemble a heavy-tailed normal distribution, with average values ranging from approximately $100 to $1000.
However, there was a significant peak in transactions below $0.10, which may indicate bot activity or transaction manipulation related to fraudulent transactions and order brushing, consistent with the descriptions of Halaburda et al. (2025) and Cong et al. (2023).
Since Ethereum’s gas fees typically exceed $0.1, transactions below this threshold require further scrutiny and may be excluded from the analysis.
Figure 3:
The data sample used in this analysis covers transaction records from July 4, 2025 to July 31, 2025.
3.2 Payment TypeBy using the tagging information provided by Artemis, payments between two EOAs (External Accounts) can be further analyzed. Artemis provides tagging information for many Ethereum wallet addresses, enabling the identification of wallets owned by institutions such as Coinbase. We categorize payment transactions into five types: P2P, B2B, B2P, P2B, and Internal B. The following is a detailed description of each category.
P2P payment:
P2P (Person-to-Person) blockchain payments refer to transactions where funds are transferred directly from one user to another through a blockchain network. In account-based blockchains (such as Ethereum), this type of P2P transaction is defined as the process of transferring digital assets from one user’s wallet (EOA account) to another user’s EOA wallet. All transactions are recorded and verified on the blockchain without the need for intermediaries.
Main challenges:
Identifying whether a transaction between two wallets in an account system truly occurs between two independent entities (i.e., individuals, not companies) and correctly classifying it as a P2P transaction is a major challenge. For example, a user transferring funds between their own accounts (i.e., a Sybil account) should not be counted as a P2P transaction. However, simply defining all transactions between EOAs (External Accounts) as P2P transactions may incorrectly classify such transfers as P2P.
Another issue is that when an EOA account is owned by a company, such as a centralized exchange (CEX, like Coinbase), the EOA wallet is not actually owned by a real individual. In our dataset, we were able to tag many institutional and corporate EOA wallets; however, due to incomplete tagging information, some EOA wallets owned by companies but not recorded in our dataset may be incorrectly labeled as personal wallets.
Finally, this method fails to capture blockchain P2P payments processed through intermediaries—also known as the “stablecoin sandwich” model. In this model, funds are transferred between users through intermediaries that utilize blockchain for settlement. Specifically, fiat currency is first sent to the intermediary, which converts it into cryptocurrency. The funds are then transferred through the blockchain network and finally converted back to fiat currency by the receiving intermediary (which may be the same or different intermediaries). The blockchain transfer is the “middle layer” of the “sandwich,” while the fiat currency conversion forms the “outer layer.” The main challenge in identifying these transactions is that they are executed by intermediaries, who may bundle multiple transactions together to reduce gas fees. Therefore, some key data, such as the exact transaction amount 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 via a blockchain network. In our dataset, stablecoin payments refer to transfers between two known institutional EOA wallets, such as a transfer from Coinbase to Binance.
Internal B payment:
Transactions between two EOA wallets of the same institution are marked as internal Class B transactions.
P2B (or B2P) payments:
Consumer-to-business (P2B) or business-to-consumer (B2P) transactions refer to electronic transfers between individuals and businesses, and these transactions can be bidirectional.
Using this labeling method, we analyzed payment data (EOA-EOA transfers only), and the main results are summarized in Table 3. The data shows that 67% of EOA-EOA transactions are P2P, but they only account for 24% of the total payments. This further indicates that P2P users transfer smaller amounts compared to institutional users. Furthermore, one of the highest-volume payment transaction categories is internal B-type transactions, meaning that transfers within the same organization account for a significant proportion. Exploring the specific meaning of internal B-type transactions and how to statistically analyze them in payment activity remains an interesting question worthy of further research.
Table 3: Transaction Distribution by Payment Category
Finally, Figure 4 shows the cumulative distribution function (CDF) of transaction amounts for each payment category. The CDFs clearly show significant differences in the distribution of transaction amounts across different categories. Most transactions in EOA-EOA accounts with amounts below $0.1 are P2P transactions, further suggesting that these transactions may be driven more by bots and manipulated wallets than by the institutions centrally labeled in our dataset. Furthermore, the CDFs for P2P transactions further support the view that most transactions are smaller, while transactions labeled as B2B and internal B categories show significantly higher transaction amounts in their CDFs. Finally, the CDFs for P2B and B2P transactions fall between those of P2P and B2B.
Figure 4:
The sample data for this analysis covers transaction records from July 4, 2025 to July 31, 2025.
Figures 5 and 6 show the trends of each payment category over time.
Figure 5 focuses on weekly changes, showing a consistent adoption trend and weekly transaction volume growth across all payment categories. Table 4 further summarizes the overall changes from August 2024 to August 2025.
Furthermore, Figure 6 illustrates the payment differences between weekdays and weekends, clearly showing a decrease in payment transaction volume on weekends. Overall, usage of all payment categories shows an increasing trend over time, both on weekdays and weekends.
Figure 5:
Figure 6:
Table 4: Changes in Payment Transaction Volume, Number of Transactions, and Transaction Amount over Time
3.3 Concentration of Stablecoin TransactionsIn Figure 9, we calculated the concentration of major sender wallets for sending stablecoins via the Ethereum blockchain. Clearly, the majority of stablecoin transfers are concentrated in a small number of wallets. During our sample period, the top 1,000 wallets contributed approximately 84% of the transaction volume.
This indicates that although DeFi and blockchain are designed to support and promote decentralization, they still exhibit highly centralized characteristics in some aspects.
Figure 9:
The data sample used in this analysis covers transaction records from July 4, 2025 to July 31, 2025.
4. DiscussionIt is evident that stablecoin adoption is increasing over time, with transaction volume and frequency more than doubling between August 2024 and August 2025. Estimating stablecoin usage in payments is a challenging task, and an increasing number of tools are being developed to help improve this estimation. This study utilizes tagged data provided by Artemis to explore and estimate stablecoin payment usage recorded on the Ethereum blockchain.
Our estimates suggest that stablecoin payments account for 47% of total transaction volume (35% excluding internal Class B transactions). Given our limited restrictions on payment classification (primarily based on EOA-EOA transfers), this estimate can be considered an upper limit. However, researchers can further apply filtering methods, such as upper and lower limits on transaction amounts, depending on their research objectives. For example, increasing the minimum amount limit by $0.10 could exclude low-amount transaction manipulation mentioned in Section 3.1.
In Section 3.2, by further categorizing payment transactions into P2P, B2B, P2B, B2P, and internal B-type transactions using Artemis-tagged data, we found that P2P payments account for only 23.7% (all raw data) or 11.3% (excluding internal B-type transactions) of the total payment transaction volume. Previous research indicated that P2P payments account for approximately 25% of stablecoin payments, and our results are similar.
Finally, in Section 3.3, we observed that, in terms of transaction volume, most stablecoin transactions are concentrated in the top 1,000 wallets. This raises an interesting question: is the use of stablecoins developing as a payment tool driven by intermediaries and large companies, or as a P2P transaction settlement tool? Time will tell.
ReferencesYaish, A., Chemaya, N., Cong, LW, & Malkhi, D. (2025). Inequality in the Age of Pseudonymity. arXiv preprint arXiv:2508.04668. Awrey, D., Jackson, HE, & Massad, TG (2025). Stable Foundations: Towards a Robust and Bipartisan Approach to Stablecoin Legislation. Available at SSRN 5197044. 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. Cong, LW, Li, X., Tang, K., & Yang, Y. (2023). Crypto wash trading. Management Science, 69(11), 6427-6454.
For more information, please visit:
https://www.stablecoin.fyi/#stablecoin-payments-by-type
This article is sourced from the internet: 85% of transaction volume is controlled by thousands of wallets: The hidden centralized landscape of stablecoin payments Related: 24-Hour Hot Cryptocurrencies and News | Federal Reserve Reverses 2023 Policy Restricting Banks’ Cryptocurrency Activitie 1. Popular cryptocurrencies on CEXs Top 10 CEX trading volumes and their 24-hour price changes: BTC: -1.97% ETH: -4.39% SOL: -4.65% BNB: -3.7% ASTER: -9.87% BIFI: -1.77% CITY: -1.71% IDEX: -8.65% ZEC: -7% BAR: -3.36% 24-hour gainers list (data source: OKX): HMSTR: +11.33% AERGO: +9.78% ZENT: +7.11% ACT: +6.73% ASP: +6.45% OMI: +2% BARD: +0.63% GHST: +0.58% NIGHT: +0.56% PRCL: +0.25% 24-hour cryptocurrency stock gainers list (data source: msx.com ): MU: +4.83% OXY: +4.42% SQQQ: +3.36% FIG: +3.7% SNDK: +3.24% GME: +3.1% XOM: +2.42% GILD: +2.26% ADBE: +2.05% CVX: +1.93% 2. Top 5 most popular on-chain memes (data source: GMGN ): pippin https CALVIN TRUMP jellyjelly Headlines The Federal Reserve reversed its 2023 policy restricting banks from engaging in cryptocurrency activities. The Federal Reserve on Wednesday withdrew a 2023 policy… # Analysis# Airdrop# crypto# defi# ethereum# Exchange# Market# Token# Tool© Copyright NoticeThe copyright of the article belongs to the author, please do not reprint without permission. Pre 2025: The darkest year for the crypto market, but also the dawn of the institutional era. Next BTC's medium-term trend is weakening; short-term fluctuations cannot mask directional risks | Invited Analysis Related articles The re-pledge track cools down: the transformation and breakthrough of leading projects 6086cf14eb90bc67ca4fc62b 25,651 2 Is an on-chain “subprime crisis” already emerging? The path to maturity for DeFi structured products. 6086cf14eb90bc67ca4fc62b 17,524 The market value of $50 million in 4 hours, an article to learn about Solanas on-chain AI social project $SSE 6086cf14eb90bc67ca4fc62b 34,219 3 ENSO: Building on-chain shortcuts, the next frontier of blockchain 6086cf14eb90bc67ca4fc62b 39,274 The most profitable application in the cryptocurrency world is starting to languish. 6086cf14eb90bc67ca4fc62b 16,784 4 Where is Pump.fun’s next new narrative? 6086cf14eb90bc67ca4fc62b 14,526 1 Latest Articles How to Systematically Track High-Win-Rate Addresses on Polymarket? 2hrs ago 79 CoinEx Research: Geopolitical Tensions Drive Up Oil and Gold Prices, Crypto Market Absorbs Liquidity Shock 2hrs ago 231 Low-Threshold Investment in SpaceX and ByteDance: MSX Partners with Republic to Usher in a New Era of Global Top Unicorn Investment 2hrs ago 196 Hold Bitcoin Mid-Term Short Positions, HYPE Successfully Rides the Wave for Profits | Guest Analysis 2hrs ago 277 Arthur Hayes: Middle East Flares Up, Time to Be Bullish on Bitcoin 2hrs ago 299 Popular WebsitesTempoLighterGAIBGliderPlanckRaylsBCPokerVooi Bee.com The world's largest Web3 portal Partners CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors Download Bee Network APP and start the web3 journey White Paper Roles FAQ © 2021—2026. All Rights Reserved. Privacy Policy | Terms of Services Download Bee Network APP and start the web3 journey The world's largest Web3 portal Partners CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors White Paper Roles FAQ © 2021—2026. All Rights Reserved. Privacy Policy | Terms of Services Search SearchInSiteOnChainSocialNews Hot to you: Airdrop Hunters Data Analysis Crypto Celebrities Trap Detector English 繁體中文 简体中文 日本語 Tiếng Việt العربية 한국어 Bahasa Indonesia हिन्दी اردو Русский English智能索引记录
-
2026-03-03 03:19:38
游戏娱乐
成功
标题:热爆加油站,热爆加油站小游戏,4399小游戏 www.4399.com
简介:热爆加油站在线玩,热爆加油站下载, 热爆加油站攻略秘籍.更多热爆加油站游戏尽在4399小游戏,好玩记得告诉你的朋友哦!
-
2026-03-02 13:41:54
综合导航
成功
标题:苟在妖武乱世修仙目录最新章节_苟在妖武乱世修仙全文免费阅读_全本小说网
简介:苟在妖武乱世修仙目录最新章节由网友提供,《苟在妖武乱世修仙》情节跌宕起伏、扣人心弦,是一本情节与文笔俱佳的全本小说网,全
-
2026-03-02 14:41:20
综合导航
成功
标题:TRADE CBR 600 for MR2 - Price Not Listed [Archive] - Toyota MR2 Message Board
简介:I have a 1998 Honda CBR 600 F3 that I would like to trade fo
-
2026-03-02 11:53:53
综合导航
成功
标题:Super Easy Clam Chowder
简介:Super Easy Clam Chowder recipe from the homecook
-
2026-03-02 13:07:30
综合导航
成功
标题:Achieve Fine Control of Pulsed Lasers with High-bandwidth Arbitrary Waveform Generators Tektronix
简介:Learn about pulsed laser control with the Arbitrary Waveform
-
2026-03-02 14:23:40
电商商城
成功
标题:思锐反折图片 - 京东
简介:京东是国内专业的思锐反折网上购物商城,本频道提供思锐反折商品图片,思锐反折精选图片大全等信息,为您选购思锐反折提供全方位
-
2026-03-02 21:06:58
综合导航
成功
标题:兄弟持世财不求,兄弟爻世意深藏。_一世迷命理网
简介:一、兄弟持世莫求财的寓意“兄弟持世莫求财”这句话,看似简单,实则蕴含着丰富的哲理。我们来看“兄弟”二字。在五行中,兄弟爻
-
2026-03-02 12:25:19
综合导航
成功
标题:Thrasher Logo Zip Up Hoodie - Navy – CCS
简介:Color:Blue
-
2026-03-02 12:02:55
实用工具
成功
标题:豪迪群发器 - 免费实用的群发助手工具!
简介:豪迪群发器是一款聊天软件自动群发消息的实用工具,使用本软件工具可以相对便捷的对客户进行推广宣传!专注于为企业和用户提供全
-
2026-03-03 00:28:19
新闻资讯
成功
标题:详细说说目标关键词, 站长资讯平台
简介:目标关键词也成为主关键词,是我们在SEO优化过程中十分重要的一个概念,也是我们网站流量的最主要来源。目标关键词之
-
2026-03-02 16:24:46
游戏娱乐
成功
标题:诺布救援行动_诺布救援行动html5游戏_4399h5游戏-4399小游戏
简介:诺布救援行动在线玩,诺布救援行动下载, 诺布救援行动攻略秘籍.更多诺布救援行动游戏尽在4399小游戏,好玩记得告诉你的朋
-
2026-03-02 23:52:51
电商商城
成功
标题:相机三脚架阻尼价格及图片表 - 京东
简介:京东是国内专业的相机三脚架阻尼网上购物商城,本频道提供相机三脚架阻尼价格及图片表、相机三脚架阻尼商品价格多少钱,为您选购
-
2026-03-02 20:49:57
综合导航
成功
标题:NSH@WSH: Chychrun scores PPG against Justus Annunen Washington Capitals
简介:Jakob Chychrun (WSH) scores power-play goal against Justus A
-
2026-03-02 12:16:09
视频影音
成功
标题:《Indian Romeo and Juliet》1912电影在线观看完整版剧情 - xb1
简介:Indian Romeo and Juliet(1912)电影免费在线观看完整版剧情介绍,Indian Romeo an
-
2026-03-03 00:03:09
综合导航
成功
标题:China says THAAD anti-missiles ‘severely undermine’ security as Seoul picks deployment site — RT World News
简介:Beijing has once again voiced strong objections to the deplo
-
2026-03-02 16:25:00
游戏娱乐
成功
标题:逗小猴开心系列864_逗小猴开心系列864html5游戏_4399h5游戏-4399小游戏
简介:逗小猴开心系列864在线玩,逗小猴开心系列864下载, 逗小猴开心系列864攻略秘籍.更多逗小猴开心系列864游戏尽在4
-
2026-03-03 03:11:15
综合导航
成功
标题:Site Map - Apple
简介:Use the sitemap to find your way around apple.com. Learn abo
-
2026-03-03 00:58:15
综合导航
成功
标题:原神诺艾尔邀约第二期怎么做_诺艾尔女仆邀约第二期全结局达成指南_3DM单机
简介:诺艾尔的邀约任务,在《原神》更新了1.5版本之后,有了第二期,同第一期一样,在第二集中有不同的结局,不同的分支,要达成全
-
2026-03-02 18:29:26
综合导航
成功
标题:Snowball.io - Play The Free Mobile Game Online
简介:Snowball.io - click to play online. The game is inspired by
-
2026-03-02 17:51:32
综合导航
成功
标题:Angry Gran Run - Free Online Mobile Game on 4J.com
简介:Angry Gran Run is a free online Mobile game on 4j.Com. You c
-
2026-03-03 00:06:03
综合导航
成功
标题:Left. World English Historical Dictionary
简介:Left. World English Historical Dictionary
-
2026-03-02 16:19:55
电商商城
成功
标题:2025年淘宝京东618活动时间,什么时候开始到什么时候结束? - 34知道 - 34楼
简介:又到了年中购物的黄金时段,大家心心念念的淘宝、京东618活动即将拉开帷幕。对于广大剁手党而言,了解活动时间至关重要,这能
-
2026-03-02 23:49:43
综合导航
成功
标题:花店开业取名周易,花店开业吉祥语? - 吉吉算命网
简介:【导读】吉吉算命网分享“花店开业取名周易,以及花店开业吉祥语?”的问答,吉吉在线算命!目录:1、花店名字唯美浪漫取名2、
-
2026-03-02 18:01:45
综合导航
成功
标题:怎样为Apache配置文件索引页? - 简书
简介:索引页是指当访问一个目录时,自动打开哪个文件作为索引。例如,访问http:/localhost这个地址实际上访问的是ht
-
2026-03-02 23:58:25
综合导航
成功
标题:Pizza Cafe - Free Online Game on 4J.com
简介:Pizza Cafe is a free online game on 4j.Com. You can find 40
-
2026-03-02 13:05:53
综合导航
成功
标题:Thomas-Arthur, Comte de Lally (1702-1766). The Reader's Biographical Encyclopaedia. 1922
简介:Thomas-Arthur, Comte de Lally (1702-1766). The Reader
-
2026-03-03 03:06:30
教育培训
成功
标题:2025全国执业兽医资格考试试题及参考答案 - 豆丁网
简介:豆丁网是面向全球的中文社会化阅读分享平台,拥有商业,教育,研究报告,行业资料,学术论文,认证考试,星座,心理学等数亿实用
-
2026-03-02 14:27:47
综合导航
成功
标题:道生一的一指的是什么最新章节_道生一的一指的是什么小说免费全文阅读_恋上你看书网
简介:道生一的一指的是什么是由作者:又飘零所著,恋上你看书网免费提供道生一的一指的是什么全文在线阅读。<br />三秒记住本站
-
2026-03-02 18:48:39
综合导航
成功
标题:她成了宇宙濒危级人类_西风醉_59 一更_笔趣阁
简介:笔趣阁提供她成了宇宙濒危级人类(西风醉)59 一更在线阅读,所有小说均免费阅读,努力打造最干净的阅读环境,24小时不间断
-
2026-03-03 02:51:04
综合导航
成功
标题:æ°ç¦çæ¼é³_æ°ç¦çææ_æ°ç¦çç¹ä½_è¯ç»ç½
简介:è¯ç»ç½æ°ç¦é¢é,ä»ç»æ°ç¦,æ°ç¦çæ¼é³,æ°ç¦æ¯