TheDinarian
News • Business • Investing & Finance
XRPL’s New AMM
April 24, 2023
post photo preview

In early 2022, Ripple proposed a novel automated market maker (AMM) design for the XRP Ledger. It has subsequently been implemented on a devnet, with a mainnet launch being contingent upon governance approval of a proposal that will be shared at a later date.

Unlike traditional blockchain-based AMMs (such as Ethereum-based AMMs), it integrates directly into the XRPL itself as a core primitive. This makes it a fundamental building block of the XRP Ledger and supports Ripple’s goal of providing XRPL developers with the resources and tools needed to grow the ecosystem.

It’s worth noting that the XRPL is an open-source blockchain that is independent of Ripple, with Ripple managing approximately 4% of validators.

In this article, I will provide a high-level overview of this new AMM. In particular, I will explain five key features that distinguish it:

  1. Protocol-Native AMM: protocol-wide liquidity pools mean that liquidity is shared at a blockchain level. This makes it easy for developers to integrate AMM functionality into their projects, removing pain points such as liquidity bootstrapping.
  2. No MEV or Front-Running: federated consensus and canonical transaction ordering eliminate MEV and front-running. Both terms will be explained in detail below.
  3. Single-Sided Liquidity Provisioning: most liquidity pools require 2 tokens to be deposited at a 1:1 ratio. The XRPL’s AMM requires only a single asset, with the protocol automatically swapping the token in order to maintain a 1:1 ratio.
  4. Central Limit Order Book Integration: both AMM pricing and order book pricing are enabled on the XRPL, with the best price being automatically executed for users.
  5. Continuous Auction: arbitrageurs may bid for 24-hour trading slots for the AMM with near-zero fees, allowing them to immediately bring prices back to equilibrium with external markets and resulting in greater profitability. Liquidity providers are also compensated through the distribution of winning bid amounts for each AMM pool, mitigating impermanent loss exposure.

Below I’ll explain each in-depth, and do my best to provide an opinion on the validity of each idea.

A Protocol-Native AMM

One of the biggest challenges faced by decentralized exchanges (DEXs) is attracting liquidity. Therefore, it’s common for DEXs (who typically rely upon AMMs for pricing) to offer liquidity incentives in the form of high APRs in order to bootstrap liquidity for their liquidity pools. While effective at attracting liquidity, it also frequently results in mercenary capital that’s quick to leave as soon as the rewards drop, harming long-term sustainability. Liquidity is a project’s lifeline in DeFi and attracting it is a top priority, but attracting it requires high capital investments for initial bootstrapping and fragmentation between projects.

The XRPL’s new AMM is protocol-native, meaning that it’s built at the blockchain level itself with protocol-wide liquidity, despite varying front-facing interfaces. There may only be one pool per asset pair, and anyone may create a new XRPL liquidity pool. 

The result is that those building on the XRPL can integrate their own DEX/AMM interfaces in order to add swap functionality, without requiring liquidity to be bootstrapped nor being at risk of mercenary capital or high slippage. 

A drawback to this is that it appears AMMs may no longer be able to differentiate themselves based on factors such as having low slippage or a wide selection of assets. However, this could also be seen as an improvement as it lets developers focus on more important innovations without needing to commit resources to attracting AMM liquidity. For example, XRPL developers could now focus on vertical integration with the XRPL by adding other products such as their own stablecoin and borrowing/lending markets.

No MEV or Front-Running

Front-running is one form of miner extractable value (MEV) whereby a profitable transaction is seen in the mempool and the same trade is made, albeit with a higher gas fee so that it is executed first. Given the speed at which blocks are created, this is most commonly performed by bots. For example, if I were to discover a profitable trade for $10 and look to execute it, a bot could execute it before me by paying more in gas fees, and take off with the profit. 

Various groups such as FlashBots are actively studying MEV and it is estimated that the gross extracted value on Ethereum alone has exceeded $700M. While not all MEV is bad, it’s become clear that substantial value has been taken away from users.

The XRPL eliminates MEV and front-running through the following: 

Federated Consensus

With federated consensus, only a subset of validator nodes must come to consensus which significantly increases throughput. Stellar also uses this design with their subsets of nodes being referred to as quorum slices, whereas with the XRPL the subsets are referred to as Unique Node Lists (UNLs). 

Certain default UNLs are available for new node operators, with these default lists being formed based on successful past performance, having proven identities, and having stringent IT standards. Despite this, other UNLs may be proposed and/or chosen as desired. In general, underperforming nodes are removed as the UNLs are updated, meaning that over time the top nodes are rewarded. The result is that a group of validators come to a consensus about a given block’s transactions, so there is no single validator prioritizing transactions based on gas fees. 

Canonical Transaction Ordering

Validators in PoS blockchains are incentivized by profit and as such they prioritize transactions with the highest associated gas fees, opening up the potential for MEV. 

Instead, canonical transaction ordering means that transactions are ordered in a deterministic way that is hard to predict, while all network nodes still agree on the order of transactions. The inability to predict transaction ordering means that front-running potential is either severely mitigated or outright eliminated.

Are the above effective?

Some argue that federated consensus is not truly decentralized as validators are assigned by default. I agree as this appears to be default bias, but I’m also not a maxi that everything needs to be fully decentralized at all times. However, the number of validators managed by any single entity is limited, such as Ripple having only 2 of 35 validators. While not as decentralized as Ethereum per say, I appreciate the benefits conferred by this methodology and note the stringent UNL requirement. I’m of the opinion that the validators are worthy of their positioning despite the default bias, but also appreciate concerns over this.

Single-Sided Liquidity Provision

Liquidity pools most commonly contain a given pair of assets, such as XRP and USDC. In order to help maintain an equal composition between the two, new liquidity providers must typically provide both assets in equal proportions, such as $50 in value for each. This causes friction for liquidity providers, as they must first swap assets to have equal proportions of each, or otherwise be limited to depositing the lesser amount of either asset held.

The XRPL’s AMM enables liquidity providers to deposit only a single asset into a given pool, with half of the asset’s value being automatically converted into the paired asset. For example, if one wished to deposit $100 of XRP into a USDC/XRP pool, 50% of the XRP would be automatically converted to USD and both would then be deposited in equal amounts.

I’m very supportive of this idea and see it as the next step in the evolution of not only DEXs, but DeFi itself. I first saw this idea while working on the Venus Protocol V4 whitepaper, where it was detailed how back-end integration with Pancake Swap would enable anyone to borrow/lend the assets of their choice. If I were to only have USDC but wanted to lend another asset, Venus would automatically swap it while taking 25% of the swap fee.

This idea significantly improves user experience and I see DeFi moving heavily toward this in the future. It’s great to see the XRPL already integrating it.

One question that comes to mind, however, is in regards to new liquidity pools comprised of long-tail assets. I imagine that as liquidity providers deposit these assets which may then be swapped automatically, they could be subject to moderate slippage. That being said, this is only theoretical and likely has been thought through already. 

Central Limit Order Book (CLOB) Functionality

To date, the XRPL has solely used a CLOB design, which is common in traditional finance and has orders executed based on matching buy/sell orders. On the XRPL, the limit orders are referred to as offers and these offers may be either partially or fully filled. Additional functionalities such as auto-bridging exist, where trades automatically use XRP as an intermediary token should it be cheaper than trading directly token-to-token. 

While this is well-suited to the XRPL, most decentralized exchanges rely upon AMM pricing and each approach has its unique strengths and weaknesses. For example, order books tend to require greater liquidity (and therefore market makers with ample funds). The XRPL’s new AMM on devnet now incorporates both models and extracts liquidity from both, thus providing the best pricing with the least slippage. 

I imagine that optimal pricing would typically be via an AMM but that order book functionality would at times be beneficial (e.g. limit order trade functionality). It may be especially helpful for providing liquidity within certain trade bandwidths, in a similar fashion to Uniswap’s concentrated liquidity. Rather than relying upon AMM pricing, a heavy build-up of order book trades may help cushion any slippage impact.

Continuous Auctions

Arbitrageurs wish to profit from price discrepancies between decentralized exchanges, meaning that they’ll compete with others to execute trades where profits outweigh any potential transaction costs incurred. These transaction costs can be high on certain blockchain networks and subject to inefficiencies caused by slow block speeds.

On the XRPL, transaction costs are low and block speeds are fast, meaning that arbitrageurs can immediately bring prices back to equilibrium with external markets. This is especially relevant during highly volatile periods, as fast trade execution enables greater profitability.

However, arbitrageurs aren’t the only party to benefit from the XRPL’s architecture. One common challenge for liquidity providers is that asset price discrepancies lead to impermanent loss, a form of opportunity cost due to price divergence. For example, if XRP and USDC were to diverge in price, liquidity providers may have benefitted more by simply holding XRP instead of providing it as liquidity.

The XRPL mitigates the above through a continuous auction process where arbitrageurs bid for 24-hour windows during which they’re subject to near-zero trading fees. As XRPL transaction fees are already minimal, this is especially relevant to any arbitrageur executing a high number of trades. If another party were then to outbid them, they would be refunded pro rata. Therefore, we can expect that bids are based on historical data and any personal analysis + bias. Bid amounts that are processed are distributed amongst each AMM pool, in turn compensating liquidity providers and mitigating impermanent loss.

In summary, each liquidity pool has a 24-hour window during which arbitrageurs may bid for the right to near-zero trading fees. The bids reward liquidity providers, while arbitrageurs can efficiently capture any price discrepancies which in turn mitigates impermanent loss further.

It’s hard for me to comment on how this would work in practice as I’m missing some detailed quantitative information, and it’s such a novel idea I haven’t dug into before. For example, as more users arrive at the XRPL and arbitrage competitiveness increases substantially…will bids become very large? Will this meaningfully compensate liquidity providers? Will impermanent loss be materially mitigated? It seems like yes in theory but it’s hard to tell.

Concluding Thoughts

The XRPL has an advanced technical front but network effects are huge in DeFi. While Ethereum/BSC/Tron currently have ~80% of TVL, the XRPL is adding new capabilities that will drive further adoption and grow its developer community. For example, it recently added NFT capabilities, and additional features such as interoperable sidechains, portable digital identities, and smart contracts are expected later this year.

On the technical front, the new XRPL AMM is very low-cost, fast, and sustainable which are all great characteristics of a blockchain ecosystem. If they are able to build out a strong developer community, attract TVL, and address real-world challenges, they will be well poised. In fact, former colleagues of mine shared great things after attending the XRPL’s Apex Summit last year in Las Vegas, and an upcoming one in Amsterdam this September. Meeting the projects in-person tends to be very effective in evaluating an ecosystem.

In the meantime, I hope that the above piece was able to shed light on key architectural differences that distinguish the XRPL from others. The AMM is currently in the devnet stage but will be available in the coming months, and it should be an exciting time.

Link

community logo
Join the TheDinarian Community
To read more articles like this, sign up and join my community today
0
What else you may like…
Videos
Podcasts
Posts
Articles
Have you noticed a Personality Change in those who took the experimental Covid Vaccines?

If so, here’s the theory as to why this has happened, and it makes perfect sense as to why the elites would do this. THEY do not want you to be able to step into your power. With this destroyed, THEY win.

00:01:10
Stargate: Establishing the Physical Foundations of the AI Revolution 🛰️🌎

The Stargate initiative represents the most substantial investment in artificial intelligence infrastructure to date, as it begins to materialize on a global scale. While many perceive AI as an ethereal technology—simply accessed via applications like ChatGPT 🤖—each digital interaction is, in fact, powered by extensive physical resources: vast data centers 🏢, thousands of cutting-edge GPUs 💾, sophisticated cooling systems 💧, dedicated power grids ⚡, and essential water pipelines 🚰. AI does not reside on personal devices; it is anchored on Earth and demands significant resources.

As artificial intelligence continues to advance, its infrastructure needs only intensify. Regardless of improvements in model efficiency, the explosive growth in usage—billions of queries, ongoing model training, and worldwide deployment—necessitates ever-greater computing power, land, electricity, and semiconductors. This expansion is not plateauing; it is accelerating 📈.

Stargate stands ...

00:01:55
🚨 A Senior UAE Official Has Forecasted...👀

🇦🇪 The United Arab Emirates has taken a decisive step that the United States has been reluctant to pursue.

👉 “Within the next two years, cryptocurrency will be used more frequently than traditional currencies like the dollar or dirham, even for everyday purchases such as coffee and groceries.” 🏦☕🛒

It is worth noting which cryptocurrencies offer transaction fees that are virtually negligible. 😏

The official further stated: “Mark my words, I believe in actions, not just words.”

00:01:00
👉 Coinbase just launched an AI agent for Crypto Trading

Custom AI assistants that print money in your sleep? 🔜

The future of Crypto x AI is about to go crazy.

👉 Here’s what you need to know:

💠 'Based Agent' enables creation of custom AI agents
💠 Users set up personalized agents in < 3 minutes
💠 Equipped w/ crypto wallet and on-chain functions
💠 Capable of completing trades, swaps, and staking
💠 Integrates with Coinbase’s SDK, OpenAI, & Replit

👉 What this means for the future of Crypto:

1. Open Access: Democratized access to advanced trading
2. Automated Txns: Complex trades + streamlined on-chain activity
3. AI Dominance: Est ~80% of crypto 👉txns done by AI agents by 2025

🚨 I personally wouldn't bet against Brian Armstrong and Jesse Pollak.

👉 Coinbase just launched an AI agent for Crypto Trading
‼️MAJOR CONFIRMATION DIRECTLY FROM SWIFT

‼️MAJOR CONFIRMATION DIRECTLY FROM SWIFT: “No more delays — THE NOVEMBER 2025 DEADLINE FOR ISO 20022 MIGRATION IS FINAL AND WILL NOT MOVE.”‼️

OP: @Smqkedqg

post photo preview
The Vatican's Control Runs Deep 👀

The Vatican has been the subject of countless theories throughout history. From secret archives to alleged world domination schemes. Let's explore the most common Vatican theories, their origins, and what we actually know.

The Major Vatican Theories:

The Illuminati Connection: The Vatican secretly controls or collaborates with the Illuminati to establish a New World Order.

Secret Archives Control: The Vatican Secret Archives contain proof of alien contact, suppressed scientific discoveries, or evidence of historical cover-ups.

The P2 Masonic Lodge Scandal: The Vatican Bank was involved in a massive conspiracy involving the P2 Masonic lodge, political corruption, and murder.

Suppression of Scientific Knowledge: The Vatican has systematically suppressed scientific discoveries that contradict Church doctrine.

The Third Secret of Fatima: The Vatican is hiding apocalyptic prophecies revealed at Fatima that would cause global panic if disclosed.

Financial Scandals: Legitimate concerns about ...

post photo preview
Veritaseum Hodlers, Are You Ready For Chaos? 🚀 👩‍🚀

What would happen if Veritaseum was "Resurrected" from the Land of Dead Cryptos? Would Clif High's prediction of Veri trading 1 to 1 with Bitcoin actually come TRUE?! We may just find out SOONER than you think!!

post photo preview
Stellar's Ecosystem Surges Forward: Smart Contracts, Lightning Speed, and Real-World Impact in 2025

The Stellar blockchain ecosystem is experiencing remarkable momentum in 2025, with groundbreaking technical achievements and expanding real-world adoption that position it as a major player in the decentralized finance landscape. From lightning-fast transaction speeds to innovative smart contract capabilities, Stellar is demonstrating that blockchain technology can deliver both performance and practical utility.

Technical Breakthroughs Drive Performance

The Stellar Development Foundation's Q1 2025 quarterly report reveals impressive technical milestones that showcase the network's maturation. The platform now processes an astounding 5,000 transactions per second with remarkably fast 2.5-second block times, putting it among the fastest blockchain networks in operation today.

This performance leap isn't just about raw numbers—it represents Stellar's commitment to creating infrastructure that can handle real-world demand. Whether it's cross-border payments, asset tokenization, or decentralized applications, the network's enhanced capabilities provide the foundation for scalable blockchain solutions.

Smart Contracts Get Smarter with Soroban

One of the most significant developments has been the launch and continued evolution of Soroban, Stellar's smart contract platform. The introduction of Contract Copilot represents a major advancement in developer experience, enabling faster and safer smart contract development through enhanced tooling and guidance.

This focus on developer experience is crucial for ecosystem growth. By lowering barriers to entry and improving the development process, Stellar is positioning itself to attract innovative projects and talented developers who might otherwise choose competing platforms.

New Token Standards Meet Market Needs

The Stellar Development Foundation has introduced new token standards developed specifically based on feedback from developers and institutional users. This responsive approach to platform development demonstrates Stellar's commitment to building technology that meets actual market needs rather than theoretical requirements.

These standards are particularly important as institutional adoption continues to grow, with organizations requiring robust, compliant, and flexible token frameworks for their blockchain initiatives.

Global USDC Integration Expands Utility

The integration of USDC across Stellar's global network represents a significant milestone for practical cryptocurrency adoption. Stablecoins like USDC provide the price stability necessary for everyday transactions and business operations, making them crucial for blockchain platforms seeking real-world utility.

This integration is particularly impactful in emerging markets, where access to stable digital currencies can provide financial services to underbanked populations and facilitate more efficient cross-border transactions.

Industry Events Build Community Momentum

The Stellar ecosystem's growing influence is evident in its presence at major industry events. The foundation's participation as a sponsor at Consensus 2025 in Toronto and Digital Assets Week in New York demonstrates its commitment to engaging with builders, investors, and institutional leaders across the blockchain space.

These events serve as crucial networking opportunities and platforms for showcasing innovative projects within the Stellar ecosystem. Recent Meridian events have highlighted creative projects like Skyhitz and HoneyCoin, illustrating the collaborative spirit and diverse applications being built on the platform.

Real-World Impact in Emerging Markets

Perhaps most importantly, Stellar's growth isn't just about technical metrics—it's about real-world impact. The platform's focus on emerging markets addresses genuine financial inclusion challenges, providing efficient payment rails and access to digital financial services where traditional banking infrastructure may be limited.

This practical approach to blockchain implementation sets Stellar apart from projects that focus primarily on speculative trading or theoretical use cases. By solving actual problems for real users, Stellar is building sustainable demand for its technology.

Looking Ahead: Enterprise-Grade Infrastructure

Stellar positions itself as offering enterprise-grade asset tokenization alongside its DeFi capabilities and payment infrastructure. This comprehensive approach makes it attractive to institutions looking for a single platform that can handle multiple blockchain use cases.

The combination of fast transactions, low costs, smart contract capabilities, and regulatory-conscious development creates a compelling value proposition for enterprises considering blockchain adoption.

The Road Forward

As 2025 progresses, Stellar's ecosystem appears well-positioned for continued growth. The technical infrastructure improvements, developer-focused enhancements, and real-world adoption initiatives create a strong foundation for expanding use cases and user adoption.

The blockchain industry has seen many projects promise revolutionary capabilities, but Stellar's focus on delivering measurable performance improvements and practical solutions suggests a mature approach to blockchain development. With transaction speeds that rival traditional payment systems and growing institutional adoption, Stellar is demonstrating that blockchain technology can move beyond experimental phases into mainstream utility.

For developers, institutions, and users looking for blockchain solutions that prioritize both performance and practical applicability, Stellar's 2025 developments represent significant progress toward a more accessible and useful decentralized financial ecosystem.

Source: The Dinarian ⚡ Claude AI

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) https://www.paypal.me/thedinarian

🔗 Crypto – Support via Coinbase Wallet to: [email protected]

Or Buy me a coffee: https://buymeacoffee.com/thedinarian

Your generosity keeps this mission alive, for all! Namasté 🙏 The Dinarian

Read full Article
post photo preview
Soroban Security Audit Bank: Raising the Standard for Smart Contract Security

The Stellar Development Foundation (SDF) is deeply committed to helping ensure that the highest security standards are available for projects building on the Stellar network. Last year SDF launched the Soroban Security Audit Bank, an initiative to provide projects access to auditing experts and tooling that are proven to help prevent hacks by catching potential bugs, inefficiencies, and security flaws before contracts go live. Through the Soroban Security Audit Bank, we’re empowering teams building on Soroban with comprehensive security audits from leading audit firms, enhanced readiness support, and robust tooling, significantly elevating the ecosystem’s safety and efficiency.

Since launch, the Soroban Security Audit Bank has successfully conducted over 40 essential audits, deploying over $3 million to support security of the smart contracts on Stellar. Check it out!

 

Ecosystem Success Stories: How the Soroban Audit Bank Drives Security Forward

By making automated formal verification available to developers, in addition to allocating significant budget for securing many of the top DeFi protocols built on top of Stellar, SDF has established a new security standard in the Web3 ecosystem. Mooly Sagiv, Co-Founder of Certora
SDF has been a strong partner as we’ve worked with teams across the Stellar ecosystem. SDF’s Audit Bank initiative allows for a smooth and streamlined review process, and is a clear reflection of the Stellar ecosystem’s enhanced commitment to security. Robert Chen, CEO of OtterSec
 

Leading projects within the Soroban ecosystem have highlighted the impact of the Audit Bank

Finding a good auditor is difficult, expensive, and high-stakes. The Audit Bank streamlines the process and supports ecosystem projects with security review at critical growth milestones. Markus Paulson, Co-Founder of Script3
The audit firms we worked with deeply understood the full ecosystem and the underlying protocols used. Their expertise and the tools from the Audit Bank strengthened our security and supported user and investor trust. Esteban Iglesias Manríquez, Co-Founder of Palta.Labs

What's New in 2025: Enhanced Audit Support for Soroban Builders

Teams building financial protocols, high-dependency data services, high-traction dApps funded by the Stellar Community Fund are able to request an audit and will typically be matched with a reputable audit firm within two weeks. We recently restructured the program for this year to enhance audit efficiency and incentivize accountability, and rapid and complete vulnerability remediation:

  • Complimentary Initial Audit: Projects will need to contribute 5% of the audit cost upfront, but this co-payment amount is eligible for a full refund, provided that critical, high, and medium vulnerabilities identified are swiftly remediated within 20 business days of receiving the initial audit report (learn more).
  • Incentivized Security at Key Traction Milestones: Complimentary, extensive follow-up audits are available as projects achieve critical traction milestones (e.g., $10M and $100M TVL). These audits include deeper assessments such as formal verification or competitive audits, significantly boosting project security at pivotal stages.
  • Advanced Security Tooling: Projects can enhance their security self-serve through complimentary or discounted access to specialized tooling, which provide vulnerability detection and formal verification capabilities (see full list of available tooling). These tools are encouraged to capture ‘easy-to-spot’ issues prior to audit as well as a final check post-audit to increase the effectiveness and thoroughness of audits.
  • Enhanced Audit Readiness Support: Projects receive structured preparation support, including the implementation of best practices and security standards based on the STRIDE threat modeling framework. This ensures project teams are thoroughly prepared, optimizing audit efficiency and minimizing delays.

Get Started Today

If you're already funded through the Stellar Community Fund, meet the criteria and ready to secure your smart contracts, check your email for an invitation to submit an audit request–if you haven’t received one, contact [email protected].

If you haven't built on Stellar yet, we encourage you to start your journey with the Stellar Community Fund to become eligible for future security audits and ecosystem support. For any broader questions on the program, contact [email protected].

Also, we’re organizing an exciting series of workshops–join us for the kick-off on Soroban Security Best Practices on Friday, May 30, 2025 at 2 PM ET on @StellarOrg. Together, we're shaping a secure and resilient future for smart contracts on Stellar.

Source

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) https://www.paypal.me/thedinarian

🔗 Crypto – Support via Coinbase Wallet to: [email protected]

Or Buy me a coffee: https://buymeacoffee.com/thedinarian

Your generosity keeps this mission alive, for all! Namasté 🙏 The Dinarian

Read full Article
post photo preview
Santander mulls stablecoin, crypto offering

Bloomberg reported that Banco Santander is mulling introducing euro and dollar stablecoins, or potentially making a third party coin available to clients, citing sources. This move aligns with broader crypto ambitions, as its digital bank, Openbank, has reportedly applied for a European cryptocurrency license under the Mica Regulations and may enable retail access to digital assets.

Systemically important banks embrace stablecoins?

Major banks are now moving from observers to participants in this expanding market. Should Santander confirm plans to launch a stablecoin, it will be the fourth global systemically important bank (G-SIB) to do so. Societe Generale’s FORGE subsidiary launched the EURCV euro coin in 2023. Deutsche Bank is a partner in ALLUnity, another stablecoin initiative with plans to launch this year, subject to regulatory approval. And Standard Chartered is part of a joint venture in Hong Kong that intends to introduce a stablecoin.

Santander’s involvement could extend beyond an individual initiative. The bank is a shareholder in The Clearing House, where the Wall Street Journal reported that US banks are exploring the potential to create a joint stablecoin. If a US initiative took that route it could involve nine more G-SIBs including Bank of America, Barclays, BMO, BNY Mellon, Citi, HSBC, JP Morgan, TD Bank and Wells Fargo.

Apart from these initiatives, our research shows that more than 20 other banks have been involved in stablecoin projects.

Until recently stablecoins were mainly used to settle cryptocurrency transactions and by residents in countries with volatile domestic currencies. During the last year stablecoin infrastructure has been expanding, especially for mainstream cross border payments. Plus, President Trump issued an executive order prioritizing stablecoins. One of the administration’s motivations is this increases demand for US Treasuries, lowering the interest rate the government pays on the Treasury bills.

Santander as an early digital assets mover

Santander’s stablecoin consideration builds on years of blockchain experience. The bank was an early Ripple investor and previously used Ripple’s permissioned network for payments (not XRP), while also embracing permissionless blockchain activities including issuing a digital bond on Ethereum in 2019. This dual approach led to collaborations with other major players – alongside Societe Generale FORGE and Goldman Sachs, Santander participated in the European Investment Bank’s first digital bond, also on Ethereum. Currently, the bank’s most significant digital money initiative involves Fnality, the wholesale blockchain-based settlement network, where Santander ranks among 20 institutional backers and is part of the early adopter group alongside Lloyds Bank and UBS.

Source

🙏 Donations Accepted 🙏

If you find value in my content, consider showing your support via:

💳 PayPal: 
1) Simply scan the QR code below 📲
2) https://www.paypal.me/thedinarian

🔗 Crypto – Support via Coinbase Wallet to: [email protected]

Or Buy me a coffee: https://buymeacoffee.com/thedinarian

Your generosity keeps this mission alive, for all! Namasté 🙏 The Dinarian

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals