TheDinarian
News • Business • Investing & Finance
ALEO: Road to Mainnet Updates
June 23, 2024
post photo preview

⚠️ Another one to keep your eyes on... 💎~The Dinarian⚠️

June 2024

We’re now four months along the Road to Mainnet, as our team and community gears up for the final push towards launch. This month, we achieved major milestones that include making our CanaryNet publicly available, testing core functionality against our acceptance criteria, and launching Testnet Beta. 

Our next major milestones are code freeze, which is scheduled for June 15, and finalizing the fully-featured Coinbase Puzzle by the end of June. 

CanaryNet now publicly available

This month, we deprecated the canonical Devnet in favor of having the community run their own isolated devnets to support third-party development and testing to help empower the community to submit bug fixes and protocol upgrades. We also made CanaryNet, previously a closed network, available to the public so they can access new features as soon as possible. When these features are fully validated, they will be upgraded to Testnet Beta.

Testing progress update

In March, we began our weekly core developer meetings with key ecosystem partners and established 7 acceptance criteria required for mainnet, outlined below in more detail under “Mainnet Test Plan.”

Since then, we’ve successfully tested all core functionality. After introducing a few updates, we plan to rerun the acceptance criteria again in Testnet Beta to ensure all new changes are working correctly. We are also implementing the final feature updates to the codebase, including updates to ARC-0041, and are preparing to release the fully featured Coinbase Puzzle.

Deploy on Testnet Beta now

Testnet 3 is officially deprecated and Testnet Beta, a new, public development environment is live, which will allow us to test our acceptance criteria in a more realistic, mainnet-like environment. If you haven’t migrated your app yet, set aside some time and join the folks already running on Testnet Beta.

The updated API endpoints are available below:

To start using and participating in Testnet Beta, you can get Testnet credits from the official Aleo faucets hosted on Leo Wallet and Puzzle Wallet.

Join the ARC-0041 audit contest

Passionate about sniffing out vulnerabilities and interested in making an impact on the security of the Aleo Network? We recently announced our partnership with Sherlock on the ARC-0041 contest, which offers $155,000 for pinpointing and describing code vulnerabilities in ARC-0041. You can register to participate now and begin submitting vulnerabilities on June 10th at 3pm UTC. 

Reaching these milestones has been no small feat, and it has taken no shortage of dedication and hard work. As always, we appreciate how our community comes together to support us as we work together to create a world where a secure blockchain is the new normal.

May 2024

One day, we anticipate that the Aleo Network will secure billions of transactions and data points. This means that certain aspects of the protocol (specifically, the cryptographic logic and consensus as it pertains to value) must be ready from day one. Together with dozens of ecosystem participants, the team is working towards fulfilling a set of acceptance criteria and testing methodology to help provide assurance of the highest standards of security. 

Since our last update in March, we’ve made strides towards our final goal of a mainnet launch. For starters, we implemented ARC-0037 and 0038 with the help of community partners StorSwift, Demox Labs, and Puzzle. These proposals greatly improved the security and usability for validators and delegators and created a new, program-based system for token delegation or “staking.” 

Additionally, the underlying protocol has also been updated to incorporate previous audit fixes, which includes incorporating a fully-synchronous BFT assumption into our Narhwal-Bullshark implementation, updates to the foundational credits.aleo program, and improved client sync performance.  

We’ve validated over 90% of our previously specified test cases in multiple testing environments, including a closed “DevNet” and a semi-open “CanaryNet”. In addition, we have completed testing the Coinbase Puzzle on Devnet and created cannons for public transactions, private transactions, and deployments for easier automated testing.

Testing in progress for ARC-0020

We’ve begun testing a new ARC, ARC-0020. ARC-0020 is a token standard enabling seamless public/private transfer to contracts, which is important for enabling secure DeFi applications on the Aleo Network. It adds several key features, including a one-step approval process for applying off-chain signatures, the ability to send private tokens to smart contracts, and the ability to connect token contracts to the company website using a digital signature. 

Some may be familiar with the popular ERC20 standard, ARC-0020 is similar and different in a few ways. Both define a framework for token interactions on the respective blockchains, featuring similar mechanisms for token transfers, balance inquiries, and third-party transaction approvals. However, ARC-0020 is unique by emphasizing security and efficiency in its operations, using offchain signatures to replace onchain approvals, reducing the amount of data publicly recorded on the blockchain. This approach aims to enhance data security compared to ERC20’s fully public transaction and approval records.

After numerous discussions among various community and ecosystem stakeholders, we’ve reached the current design of ARC-0020. Commenting and voting around ARC-0020 will be on the Aleo Governance platform here. We’ve added unit testing and trialed the initial implementation with ecosystem builders, and hope to implement it soon


Mainnet Test Plan

Two weeks ago, we announced our commitment to transparent updates around the criteria for and progress towards Aleo mainnet. Our belief that every individual has the right to privacy online has led us to this moment: creating and launching a network that is truly zero-knowledge by design.

Today, we’re ready to share our plan for a mainnet launch, the features needed to make it successful, and what you can expect going forward.

Programmable. Private. Permissionless.

We’re committed to launching a mainnet that fulfills Aleo’s core principles — programmable, private, and permissionless. We met with several of our ecosystem partners and established a set of baseline features that were most important to everyone, and from these defined the minimum acceptance criteria needed for a confident mainnet launch. 

Together, we worked to outline the features that could not be compromised on. In order to validate the features and their respective acceptance criteria, test cases were defined and agreed upon by not only members of the Aleo Foundation, but also the broader community of Aleo stakeholders. Each feature detailed below has three specific test cases with increasing amounts of stress to satisfy the minimum acceptance criteria and ensure the network is ready to launch.

aleoBFT Consensus

AleoBFT is our novel consensus mechanism that combines the finality of proof-of-stake with the powerful incentive mechanism of proof-of-work. This hybrid architecture helps us achieve instant finality for block confirmation while utilizing a “coinbase puzzle” to reward provers and incentivize the development of better hardware for zero-knowledge cryptography.

Our goal is a secure and resilient consensus system that minimizes downtime,  is robustly Byzantine fault tolerant, and ensures validators can rapidly synchronize to the latest network state, maintaining overall system integrity and performance.

Client Sync

Client synchronization is crucial for the proper functioning of a network, as it ensures that all participants have a consistent and accurate view of the global state. We're focused on ensuring client nodes can sync from any point in the ledger history to tip quickly and reliably.

This involves optimizing two key methods:

  • CDN snapshots for rapid updates

  • Peer-to-peer gossip for efficient, direct data sharing among nodes

Private & Public Transactions

Public and private transactions, both integral to our mainnet launch, are distinct yet interconnected features we're rigorously testing. Users can generate zero-knowledge proofs to transfer value via the record model, as specified in “ZEXE: Enabling Decentralized Private Computation. For public transactions, users have the capability to transparently update the state using the finalize statement.

Program Deployments

Enabling the development of applications on Aleo is key to our mission, with program deployment playing an essential role. Users will have the capability to create new Aleo programs, utilizing the execute and finalize statements to bring their applications to life. This functionality is foundational to expanding our ecosystem and empowering developers to innovate within Aleo’s secure and privacy-focused environment.

Coinbase Puzzle

The coinbase puzzle is a proof-of-work-type puzzle that is intended to incentivize the development of faster software and hardware for generating zero-knowledge proofs. Provers can submit valid solutions to a coinbase puzzle to receive a reward.

We're integrating the coinbase puzzle to drive advancements in zero-knowledge proof technology, rewarding provers in a way that maintains network stability and sustainable tokennomics.

Staking (ARC 0038

Users have the ability to stake Aleo credits to a validator. Our community partner, Demox Labs, will be leading the effort to implement ARC-0038 on the program level, as well as an audit of that implementation to ensure that the approach is secure. Demox will also be implementing a liquid staking protocol to provide even more flexibility for staking.

Validator/worker separation (ARC 0037)

Our community partner, Provable, has taken the lead on ARC-0037 and published an implementation and design spec that is being reviewed and tested by another one of our community partners, Puzzle.

ARC-0037 aims to reduce the security burden on validators by providing a separate withdrawal address. To address security concerns, during bond_public, validators and delegators designate an unchangeable withdrawal address, securing validator funds in case of compromised "hot" keys. Unbonded credits are directed to this address upon executing claim_unbond_public.

Conducting robust network testing

Several teams from the ecosystem, namely Demox LabsMonadicusSupranationalPuzzle, and Kryha, collaborated with us to extend the testing protocol to ensure the network's readiness for launch. To achieve this, we're introducing a range of testing tools. These tools include a genesis block generator, ahead of time (AOT) transaction and block history generation, and node topology management systems. Additionally, we've launched a canary network in partnership with these ecosystem members. These testing tools help us check how well the network's consensus mechanism works, how smoothly clients sync up, and how fast transactions are processed.

To test these various features against their acceptance criteria, the Aleo Network Foundation team will set up and run a series of test environments, starting with an internal devnet and “canary net”. The devnet is an internal testing environment where the Aleo Network Foundation and Provable are managing the testnet validator rollout, and where initial features are tested before being released upstream. The canary net is a more decentralized, semi-open network that, lets us test the network under more realistic conditions. 

We also plan to launch another testnet, which will be fully open and permissionless, and which should most closely approximate what the Aleo mainnet will look like.

What’s next

Our community has been a part of the Aleo story from the beginning. As we come together to launch mainnet, we are working closely with partners across the ecosystem to support the testing efforts and to verify our readiness. It is our goal to ensure the network meets the needs of our users, not just on day one, but every day after that. It’s truly a team effort, and we want everyone to be aware of our progress towards completing each of these important tests

 

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
🚨BREAKING: BRAD GARLINGHOUSE SAYS XRP IS REWRITING THE ENTIRE BANKING SYSTEM 💣💥

“WE UNDERESTIMATE HOW MASSIVE THIS SHIFT REALLY IS” – XRP VEGAS 🔥

👑 Ripple CEO Brad Garlinghouse just stunned the crowd at XRP Las Vegas with one of the boldest declarations yet: “This isn’t a zero-sum game… we’re growing the pie. And XRP might grow it faster.”

💡 He backed David Schwartz’s bombshell vision: "We’re rewiring the global financial system over the next 10–20 years — and we’re just getting started."

💬 Brad made it clear: • BTC ≠ enemy — if they win, we win 🤝

• The real enemy? Outdated infrastructure 🏦🪓

• Ripple is now unshackled — building the future, not fighting the past 🚀

🔓 Hidden Road deal = strategic reset.

🧠 Conversation has shifted from “what happened” to “what’s next.”

00:01:13
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
👉 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