TheDinarian
News • Business • Investing & Finance
Fantom Foundation Launches Testnet for Fantom Sonic
October 24, 2023
post photo preview

We are thrilled to announce Fantom Sonic, the latest breakthrough upgrade to Fantom that will scale the network to new heights.

With a brand-new virtual machine, improved database storage, and optimized consensus, Sonic is anticipated to achieve 2,000+ transactions per second (TPS) at an average finality of one second while consuming a fraction of the storage used by its predecessor, Opera. The upgrade is the latest step in Fantom’s mission to improve its underlying platform without resorting to sharding or additional layers.

Today, we are releasing access to the Fantom Sonic testnet environment to give users and developers a first-hand experience of the groundbreaking speed offered by the upgrade before its mainnet release, which is scheduled for spring 2024. Scroll further to learn more about Sonic and instructions on how to use the testnets.

What is Fantom Sonic?

Fantom Sonic is the name that covers the new Fantom technology stack, replacing the previous Opera. The new technology stack is included in the new Fantom Sonic Client that validators and other nodes will run to power the network, which comprises mainly the Fantom Virtual Machine, Carmen database storage, and an optimized Lachesis consensus mechanism. In other words, Sonic is the next iteration of the Fantom network, with no hard fork required for the upgrade. Existing smart contracts, services, and tools on Fantom Opera should be fully compatible with mainnet Fantom Sonic.

In unison, these three upgraded components elevate Fantom to unprecedented levels and allow the network to achieve an anticipated 2,000 TPS at a finality of around one second with up to a 90% reduction in storage, putting Fantom far ahead of its peers. Learn more about these components in technical detail further below.

As users continue to embrace blockchain-powered applications, a single popular application can slow an entire network. Sluggish performance of the network prevents the overall adoption of emerging decentralized applications. With its innovative technology, Fantom will allow new markets to adopt blockchain technology previously hindered by limited transaction throughput and slow finality.

We envision a new era of DeFi platforms, blockchain games, high-frequency oracles for perpetual trading, and many other applications that can leverage the speed and scalability of Sonic. Additionally, due to the significantly reduced storage requirements, it will be far more affordable and accessible to run a node on Fantom to partake in network consensus or provide data to dApps.

Sonic testnet environment

The Fantom Sonic testnet environment consists of two separate testnets to demonstrate the upgrade before its mainnet release. The closed testnet aims to showcase the maximum theoretical limits of Sonic, whereas the open testnet is interactive, allowing any user to experience Sonic directly.

Closed testnet

The Sonic closed testnet is observable to the public but does not allow users to submit transactions. A web dashboard shows the maximum performance of Sonic, such as transactions per second, time to finality, average block time, and more.

The dashboard shows that the closed testnet Sonic can process around 2,048 TPS with end-to-end transaction confirmation times (finality) of around 1.1 seconds. At the time of writing, the testnet is processing over 175 million transactions per day, showing the stability of the network even when driven to its limits.

In the closed testnet, a transaction feeder submits synthetic transactions and drives the network to its maximum performance. The transaction feeder is throttled when transaction finality rises beyond roughly 1.1 seconds, which occurs when transactions per second surpass roughly 2,048.

There is no room for public interaction in this testnet setup as the transaction feeder drives the network to its maximum performance. The synthetic transactions resemble transactions on the current Fantom mainnet with an average of 210,000 gas. The workload is distributed roughly as follows:

 

The closed testnet uses an evenly spread stake of 10 million FTM per validator. With 21 validators, the total stake is 210 million FTM. The required consensus quorum is two-thirds of the validators plus one, with a stake of 140,000,001 FTM. The consensus mechanism requires at least 15 validators to confirm blocks for this setup.

We will compare this to the Fantom mainnet, on which the stake is non-uniformly distributed. The total stake on September 25, 2023, at 2:00 PM UTC was 1,379,985,181 FTM. With these numbers, a quorum is reached by a minimum of 919,990,122 FTM. The combined stake of the top 14 validators is 926,970,795 FTM, which was sufficient to confirm blocks with one less validator than the Sonic closed testnet. As such, the closed testnet mimics the consensus of mainnet closely to demonstrate a realistic performance.

With this setup, the closed testnet achieves above 2,000 TPS with a finality of around 1.1 seconds and over 400 million gas per second. This is far beyond the achievable performance of the current Fantom mainnet, which sits at around 30 TPS. There will be a significant reduction in disk space requirements for validators and archive nodes. Currently, for approximately 518 million transactions, an offline pruned validator requires 1,194 GB (i.e. offline pruning removes historical states by stopping the validator), whereas Sonic with online pruning requires 351 GB only. Similarly, archival nodes require 10,893 GB on Opera but only 1,000 GB on Sonic.

We will upgrade and maintain the closed testnet with Fantom’s latest technology regularly. Hence, the closed testnet will be reset every two weeks.

Open testnet

The Sonic open testnet allows anyone to interact with Sonic by submitting transactions and experiencing the true speed the new Fantom upgrade offers.

Similarly to the closed testnet, the open testnet has a transaction feeder that submits synthetic transactions. However, it submits 130 TPS at an end-to-end finality of around 0.6 seconds, which leaves ample throughput for user interactions.

The open testnet dashboard allows users to search for addresses, transactions, and blocks. Note that the open testnet’s history will be retained for longer than the closed testnet’s history. Furthermore, it is possible to deploy dApps on this testnet with a few limitations: the client source code currently is unavailable, and there is no full explorer similar to FTMScan and no transaction tracing support on our public RPCs. 

The tutorial below covers the instructions to interact with the open testnet.

How to use Sonic testnet

Follow this tutorial to unveil the capabilities of Sonic and experience the next generation of blockchain technology. We use MetaMask in this tutorial, but any wallet that can mimic MetaMask will work.

  1. Connect wallet
    1. Go to the Sonic open testnet dashboard
    2. In the top-right corner, click on Connect
    3. Choose your desired wallet account and connect
    4. Go to the account page, unless automatically redirected
  1. Configure network
    1. In the Network section, click on Add to MetaMask
    2. Ensure the network details in your wallet match those on the web page
    3. Approve the action in your wallet and click Switch network when prompted
  1. Get testnet tokens
    1. In the Faucet section, choose a token to request
    2. Click Request and sign the transaction in your wallet
    3. We recommend requesting Fantom for gas and various other tokens to test the swapping feature
  1. Use Sonic Trade
    1. In the Sonic Trade section, choose a token to swap for another token
    2. Click on Swap and confirm the transaction in your wallet
    3. Witness the incredible speed of Sonic!

Behind the scenes

A range of technological innovations have been introduced to enable Sonic to scale Fantom beyond its current potential. This section will provide a more in-depth technical overview of these innovations.

Fantom Virtual Machine

Sonic uses a new virtual machine that achieves superior execution performance compared to the previous Ethereum Virtual Machine implementation.

The Fantom Virtual Machine (FVM) converts EVM bytecode of smart contracts seamlessly into a new virtual machine format on the fly (while executing transactions). Deployed smart contracts that are available only in EVM bytecode remain executable without retranslating the high-level source code (e.g. Solidity) into the new virtual machine format.

The new virtual machine format accelerates the execution of single operations and permits super instructions, optimized bundles of commonly occurring instruction patterns. Super instructions comprise multiple instructions that are consolidated and executed as one instruction, reducing the instruction dispatch time of the virtual machine. The conversion from EVM bytecode to the new format of the FVM is cached, such that subsequent executions of the same code reuse the previously converted EVM bytecode, saving execution time.

The FVM supports caching of cryptographic hashing for the EVM instruction SHA3. Cryptographic operations, especially hashing, are computationally expensive. Repetitive calculations of the identical hashes can occur due to contract operations, state changes, or transaction verifications. By caching previously computed hashes, the FVM can bypass the need to recalculate the same values, saving time and resources. 

Additionally, the FVM supports the caching of JUMPDEST analysis results. In the virtual machine, there are special instructions called JUMP and JUMPDEST. The JUMP instruction allows the code to leap to different locations, while JUMPDEST marks safe places for these jumps to land. The JUMPDEST analysis pre-scans the bytecode to map out all these safe landing spots. By doing so, the FVM ensures that during execution, any jumps are directed only to legitimate and safe points in the code, optimizing performance and increasing security against potential malicious manipulations.

Block processing intense operations, such as synchronizing a new validator with up to 65 million blocks from the first block, can take up to four weeks with Opera. Sonic’s advanced block processing, which includes the FVM and new database storage, can synchronize a new validator in less than two days entirely for the full range from scratch.

Carmen database storage

Sonic uses a new database storage, called Carmen, which reduces node storage requirements and improves performance. Carmen is a new StateDB that stores the world state of Fantom’s blockchain. The world state contains account information, such as balance, nonce, EVM bytecode, and persistent storage of smart contracts.

Carmen features implicit live pruning. Pruning refers to discarding historical data that is no longer needed, which is essential due to a growing blockchain with increasing storage demands. Previously, pruning required nodes to be offline, which burdened validators with financial and operational risks due to their temporary lack of network rewards and the pressure to restart the client software successfully after offline pruning. However, unlike on Opera, validators now can leverage live pruning to remain operational around the clock, preventing disruptions. Consequently, validators will require smaller disks that can yield savings of up to 65% using Sonic’s new database storage.

We achieve live pruning by specializing the database into two types: the LiveDB and the ArchiveDB. The LiveDB contains the world state of the current block only, whereas the ArchiveDB contains the world states of historical blocks of the blockchain. The diagram below shows the interaction of LiveDB and ArchiveDB with the block processing.

The FVM interacts with the LiveDB and the ArchiveDB. As mentioned, the LiveDB contains only the current world state and is optimized for progressing the world state from one block to the next. Validators only have a LiveDB but no ArchiveDB. The FVM reads and writes the data in the LiveDB. In contrast, archive nodes have the LiveDB and ArchiveDB to stay synced. They process requests of historical states via the RPC interface. Its data is read only by the RPC server, and the FVM adds the world state of new blocks.

This specialization of LiveDB and ArchiveDB has been a performance-critical insight for an efficient StateDB design and implementation. We discovered that the access patterns of validators and archive nodes require different implementation techniques. So far, we have developed five evolutionary steps, so called schemas, for LiveDB and ArchiveDB, which differ in how the world state is structured and stored on disk for LiveDB and ArchiveDB, respectively. The version deployed for the Sonic testnet, Schema 3, offers superior storage performance compared to Opera’s MPT data structure.

Schema 3 uses flat storage, which stores data sequentially instead of tree-like or hierarchical structures like the ones used in the MPT. Its flat storage approach simplifies data retrieval. Importantly, Schema 3 still provides cryptographic signatures for a world state and archive capabilities using an incremental version of a prefix algorithm. All schemas utilize a native disk format rather than storing the world state indirectly via key-value stores (e.g. LevelDB/PebbleDB).

Lachesis consensus mechanism

Lachesis is Fantom’s aBFT consensus mechanism. A consensus mechanism is the engine that receives user transactions and serializes them to form blocks. Lachesis has a peer-to-peer module that exchanges events and a transaction pool module for collecting transactions from users and queuing them for validators.

Sonic continues to use the Lachesis technology of Opera, but it has vastly improved the transaction pool for collecting transactions of users. Optimizing and fine-tuning the peer-to-peer network was essential for sustaining such high transaction throughput with a very low time to finality.

Sonic and Opera comparison

A summary of the key differences between Fantom Sonic and the Opera mainnet is shown below.

Summary of Sonic

As shown by the performance of the Sonic closed testnet, the mainnet release will bring a groundbreaking blockchain experience, which we have summarized below for a quick overview.

Sonic is anticipated to achieve beyond 2,000 TPS at a finality of around one second. However, as this is the upper limit, the network will offer a far quicker sub-second finality under real-world circumstances. Storage requirements are reduced by up to 90%, which reduces validator node size from around 2,000 GB to 300 GB and non-pruned archival node size from above 11 TB to below 1 TB.

The storage reductions will allow anyone to launch validator nodes at far lower costs with vastly improved synchronization times and live-pruning support. The Fantom Foundation, and other relevant parties, can deploy archival nodes in approximately 36 hours, which previously would take weeks. If a genesis file for a certain block height is available, or an actual copy of an archive StateDB, the synchronization will be even shorter.

The Sonic mainnet is scheduled for spring 2024, which will transport Fantom into a new era of blockchain technology.

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
🚨NEW: Watch @BoHines sit down with @CryptoAmerica_

Watch @BoHines sit down with @CryptoAmerica_ to discuss key details of the White House crypto report including anticipated new DOJ guidance, as well as fresh commentary on the @rstormsf trial, and the nomination of @BrianQuintenz to lead the @CFTC.

00:28:43
Why Invest In XRP?

Because Ripple Is EVERYWHERE!

This is on Wall Street... NY

00:00:06
👉"You're gonna be told that there is a craft on its way to Earth.

"That 100 fxxxing percent is the lie you are going to be told."

Jeremy Corbell in January 2025

00:02:38
👉 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

In the latest episode of the XDC MENA Podcast, host Rebecah Dausen is joined by Amir Neghabian, founder of Vital Veda, to explore how blockchain is modernizing the way we approach Fitness.

Why you should tune in:
-Learn how decentralized systems can verify the authenticity of Fitness
-Discover how Web3 opens access to Fitness knowledge
-Understand XDC’s role in enabling trusted, wellness-driven ecosystems

🎥 Watch now:

Still the best infographic about total #XRP circulation, updated. (SBI Holdings fiscal year end report)

~36b left in escrow..

post photo preview

The @WhiteHouse cited Pyth in its latest report on digital financial technology, linking to the network’s research on building perpetual futures.

A small mention, but a meaningful signal that onchain finance is gaining visibility in the broader policy conversation.

As discussions around modernization and regulation continue, one thing is clear: transparent, real-time market data is no longer just a back-office detail. It’s foundational to the next chapter of global finance.

The price of everything, everywhere 🇺🇸

https://whitehouse.gov/wp-content/uploads/2025/07/Digital-Assets-Report-EO14178.pdf

post photo preview
post photo preview
PYTH: We'll Always Have Coldplay

Welcome back to The Epicenter, where crypto chaos meets corporate cringe.

But surprisingly, crypto has not been the most chaotic corner of the internet as of late.

That honor goes to the startup Astronomer, whose CEO’s cheating scandal broke the web in a glorious meme-fueled media frenzy. The company’s damage control? Hiring Gwyneth Paltrow as a “temporary spokesperson.” Do we think they’re grasping at straws or setting a new standard for PR?

Meanwhile, the markets didn’t blink. BTC is still flexing near its all-time highs. Michael Saylor’s bringing a bitcoin-adjacent money-market product to Wall Street. A pharma company just earmarked $700M to stack BNB, and analysts are calling time of death on the four-year crypto cycle. It’s a steady boom now, kittens.

A few things that are also worth noting: Winklevoss vs. JPMorgan, Visa’s take on stablecoins, and Robinhood’s Euro drama that defies the chillness of eurosummer.

Let’s get into it 👇

⛓️ The On-Chain Pulse: What’s Happening on the Front Lines of Finance

This week’s biggest news in crypto and all things digital assets

🗣️ Word on the Street: What the Experts are Saying

Stuff you should repost (or maybe even cough reword and take credit for)

Meme of the Week

🏦 Kiss my SaaS: What’s Changing the Game for Fintech

Things you should care about if you want to impress your coworkers

Closing Thoughts

From meme-fueled PR stunts to Bitcoin-backed money-market funds, this week reminded us that markets move fast—and headlines move faster. With Wall Street automating itself, fintechs beefing with banks, and even your smartphone becoming a miner, anything is possible. Stay curious, stay cynical, and as always—stay sharp and stay liquid. We’ll see you back here in two weeks.

— The Epicenter, powered by Pyth Network

 

🙏 Donations Accepted 🙏

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

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

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

 

Read full Article
post photo preview
4 Fintech Companies 💸& Things To Know About 🤔

The fintech revolution is reshaping the way we manage, invest, and move money, breaking down traditional barriers and empowering individuals worldwide. As financial technology continues to evolve at a rapid pace, a select group of innovative companies are leading the charge by offering groundbreaking solutions that redefine banking, payments, and digital assets. Whether you’re a savvy investor, an industry professional, or simply curious about the future of finance, discovering these trailblazing fintech companies is essential to understanding today’s dynamic financial landscape.

 

  1.  Alina Invest - The AI Wealth Manager for GenZ Women

Alina is aimed at women under 25 who identify as beginner investors. They're an SEC-registered investment advisor that charges $120/year for membership. The service "buys and sells for you" and gives up notification updates of recent transactions like a wealth manager would.

👉 Getting people to invest early is crucial to building long-term wealth. One thing that holds them back is a lack of confidence and experience. Being targetted "for beginners" and people who live on TikTok should appeal. I love the sense of "we're buying and selling for you." Funds always do that, but making it an engagement mechanic is very smart. The risk here is that building a wealth business will take decades for the AUM to compound. But the next generations, Wealthfront or Betterment, will look something like Alina.

2. Blue layer - The Carbon project funding platform

Bluelayer allows Carbon project developers to take from feasibility studies to issuing credits, tracking inventory, and managing orders. Developers of reforestation, conservation, direct air capture, and other projects can also directly report to industry registries. 

👉 Carbon investing and tax credits are heavily incentivized but need transparent data. By focusing on the developers, Bluelayer can ensure the data, reporting, and credits lifecycle is all managed at the source. This is smart.

3. Akirolabs - Modern Procurement for enterprise

Akiro is a "strategic" procurement platform aiming to help enterprise customers identify risks, value drivers, and strategic levers before issuing an RFP. It aims to bring in multiple stakeholders for complex purchasing decisions at multinationals. 

👉 Procurement is a great wedge for multinational corporate transformation. Buying anything in an enterprise that uses large-scale ERPs is a nightmare of committees and spreadsheets. Turning an oil tanker-sized organization around is difficult, but the right suppliers can have a meaningful impact in the short term. That only works if you can buy from them. Getting people on the same page with a single platform is a great start.

4. NeoTax - Automated Tax R&D Credits

NeoTax allows companies to connect their engineering tools to calculate available tax advantages automatically. Once calculated, the tax fillings are clearly labeled with supporting evidence for the IRS.

👉 AWS and GCP log files and data are a goldmine. Last week, I covered Bilanc, which uses log files to figure out per-account unit economics. Now, we calculate R&D tax credits. The unlock here is LLM's ability to understand unstructured data. The hard part is understanding the moat, but time will tell.

In an era where technology and finance are increasingly intertwined, these four fintech companies stand out as catalysts for positive change. By driving progress in digital payments, asset management, lending, and decentralized finance, they are not only making financial services more accessible and efficient—they are also paving the way for a more inclusive and empowered global economy. Staying informed about their innovations can help you seize new opportunities and take part in the future of finance.

 

👀Things to know 👀

 

PayPal issued low guidance and warned of a “transition year.” The stock is down 8% in extended trading despite PayPal reporting a 9% growth in revenue and 23% EBITDA. Gross profit is down 4% YoY. PayPal's total revenues were $29Bn for the year

Adyen reported 22% revenue growth and an EBITDA margin of 46% for the full year. Adyen's total revenues were $1.75bn for the full year. The margin was down from 55% the previous year, impacted by hiring ahead of growth.

🤔 PayPal’s Braintree (unbranded) is losing market share in the US, while Adyen is winning it. eCommerce is growing ~9 to 10% YoY, and PayPal’s transaction revenue grew by 6.7%. The higher interest rate environment meant interest on balances dragged up the total revenue figure. Their core business is losing market share. Adyen is outgrowing the market by ~12%.

🤔 The PayPal button (branded) is losing to SHOP Pay and Apple Pay. The branded experience from Apple and Shopify is delightful for users; it’s fast and helps with small details like delivery tracking. That experience translates to higher conversion (and more revenue) for merchants.

🤔 The lack of a single global platform hurts PayPal, but it helps Adyen. In the earnings call, the new CEO admitted their mix of platforms like Venmo, PayPal, and Braintree are holding them back. They aim to combine and simplify, but that’s easier said than done.

🤔 Making a single platform from PayPal, Venmo, and Braintree won’t be easy. There’s a graveyard of payment company CEOs who tried to make “one platform” from things they acquired years ago. It’s crucial if they’re going to grow that they get their innovation edge back. Adyen has one platform in every market.

🤔 PayPal’s UK and European acquiring business is a bright spot. The UK and EU delivered 20% of overall revenue, growing 11% YoY. Square and Toast don’t have market share here, while iZettle, which PayPal acquired in 2018, is a strong market player. Overall though, it’s yet another tech stack and business that’s not part of a single global platform.

The two banks provided accounts to UK front companies secretly owned by an Iranian petrochemicals company. PCC has used these entities to receive funds from Iranian entities in China, concealed with trustee agreements and nominee directors. 

🤔 This is the headline every bank CEO fears. Oof. Shares of both banks have been down since the news broke, but this will no doubt involve crisis calls, committees, appearing in front of the regulator, and, finally, some sort of fine.

🤔 The "risk-based approach" has been arbitraged. A UK company with relatively low annual revenue would look "low risk" at onboarding. One business the FT covered looked like a small company at a residential address to compliance staff. They'd likely apply branch-level controls instead of the enterprise-grade controls you'd see for a large corporation. 

🤔 Hiring more staff won't fix this problem; it's a mindset and technology challenge. In theory, all of the skill and technology that exists to manage risks with large corporate customers (in the transaction banking divisions) are available to the other parts of a bank. In practice, they're not. Most banks lack a single data set and the ability for compliance officers in one team to see data from another part of the org. Getting the basics right with data and tooling is incredibly hard and will involve a multi-year effort. 

🤔 These things are rarely the failure of an individual or department; the issue is systemic. While two banks are named in this headline, the issue is everywhere. Banks need more data and better data to train better AI and machine learning. That all needs to happen in real-time as a compliment to the human staff. Throwing bodies at this won't solve the visibility issue teams have.

 🙏 Donations Accepted 🙏

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

💳 PayPal: 

1) Simply scan the QR code below 📲
2) or visit 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é 🙏 Crypto Michael ⚡  The Dinarian

 

Read full Article
post photo preview
What is XAH and Xahau?

If you're new to XRP, you may have noticed some of us discussing another network named 'Xahau'.

It's Like XRP ... But Different

The Xahau network was created in 2023, and its starting point was the open-source code for the XRP Ledger. A small team of researchers and entrepreneurs decided to add smart contracts to the network code.


The XRP Ledger has no smart contract capabilities, by default.

To integrate smart contracts, the team decided to use an architecture that includes 'WASM' or 'web assembly' code. Each account can have up to 10 'hooks' installed that are triggered for transactions that match specific criteria. They can run before or after a transaction is processed. This enables a variety of use cases that do not involve the need to change the network's core code.

Hooks

A 'hook' is what is known as a smart contract that can be triggered in relation to a specific account and its transactions.

The term arises from the programming world, where it generally means "code that runs based on triggering conditions." In Xahau's case, it indicates code that is run before, or after, a transaction is processed.
 
Each hook must be installed on a specific account by the party that controls the account - i.e., the secret key holder.
 
What Can XAH Do That XRP Cannot?
 
The primary benefit from the use of hooks, is that the core network code does not need to be changed every time a new use case is identified. This means that additional use cases can be addressed immediately, with no requirement for intervening steps, such as:
  • Community review
  • Community approval
  • Amendment voting
All of those steps are eliminated with the use of hooks; new use cases can be addressed as fast as the code can be developed.
 
To read more about how hooks enables Xahau to handle more use cases than even the XRPL, you can read this article:
 
Key Differences From XRP
 
Other unique differences from the XRP Ledger include:
  • Much smaller supply ~612 million coins vs. 100 billion coins
  • XAH hodlers are rewarded at 4% of their account balance. There are no rewards for XRP.
  • Governance participants are incentivized
  • Payment channels available for user-created tokens (IOUs)
  • URI tokens instead of NFT tokens
Who's Who of Xahau?
 
The list of those that are either founders, or closely associated with the founding organizations, is extensive. Here are the names of three organizations mentioned in the whitepaper, or their current moniker:
  • Xaman (a.k.a. XRPL Labs)
  • Gatehub
  • InFTF (Inclusive Financial Technology Foundation)
There exists a long list of impressive developers, architects, and technologists among the Xahau inner circle. But the three names that people associate most prominently with the leadership of the Xahau network are Wietse Wind, Richard Holland, and Denis Angell. The links to their 'X' accounts are:
 
Friend Or Foe?
 
This topic is one of the most contentious.
 
While Ripple, the company with the largest stake of XRP, showed interest in hooks early on, they ultimately decided to advocate for a different approach; the use of an EVM-based solution (Ethereum Virtual Machine) to handle smart contracts on the XRP Ledger. This decision was met with consternation by the Xaman team that had worked with them for several years to advocate for the use of hooks.
 
You can read more about the 'business politics' part of this topic here:
 
So how do Xahau fans view the relationship between XRP and XAH?
 
The Xahau team - and many of its community members - advocate for the use of a 'dual-chain' solution to implement smart contracts. This can be accomplished by the use of 'listener' software, along with native Xahau hooks.
 
A proof of concept, developed by Denis Angell, has demonstrated that bi-lateral communication can work with a simple approach.
 
From an economic standpoint, every chain that has its own digital asset is a competitor; but the simple way to think about Xahau, is that a 'bunch of XRP geeks' decided to implement smart contracts on their own version of the XRP Ledger.
 
The team emphasized transparency along the way, and initially received support from the primary XRP stakeholder, Ripple. They published Xahau as open-source code that could, in theory, be back-engineered and integrated with the XRP Ledger. You can clearly observe the team's idealistic mindset in early marketing mistakes, where they named their digital asset 'XRP Plus' in an effort to emphasize the way that they viewed their creation. While this resulted in confusion - and even suspicion - in its early days, the team quickly pivoted, and named their digital asset 'XAH', which became its ticker symbol.
 
Synergy effects between the two camps speak to a genuine camaraderie, with many Xahau developers being open and willing to help with changes to the core XRP Ledger protocol. You can find many examples of this open dialogue on the 'X' platform.
 
How To Purchase XAH
 
If you wish to speculate by buying XAH directly, it is available in a variety of convenient locations, depending on where you are located. If you're in a country that is supported by Bitrue, you can directly purchase or trade XAH by using that exchange.
 
On January 20th, 2025, Bitmart announced that it supports trading of XAH for customers in their list of supported countries; And in late March, another major exchange announced that they would be supporting XAH trading pairs: Coinex.
 
If you're located in the United States, you can purchase XAH directly from a vendor known as 'C14'. The xApp for C14 is located in the Xaman wallet.
 
XRP Ledger geeks can also purchase XAH IOUs on the XRPL Dex and then convert them to 'real' XAH using a Gatehub bridge. This is available in countries that Gatehub supports.
 
Which XAH Accounts Should I Follow?
 
On the 'X' platform, there exists two major community groups for XAH fans:
In addition to the Xahau notables I've already mentioned in this article, my advice is to take a look at who is posting in the above two communities. There are many impressive leaders and entrepreneurs included. You should be able to find multiple 'X' accounts that reflect your interests.
 
Xahau Development Roadmap
 
Xahau leaders have published a roadmap for 2025 that lists their various goals for the ecosystem:
 
To read a detailed explanation for each item, refer to this: Xahau Roadmap Super Thread
 
One of the most incredible waypoints listed is 'JavaScript Hooks Implementation.' 🤯
JavaScript!
 
With the 'JavaScript Hooks Implementation', Xahau is making history; it will enable anybody that knows JavaScript to easily create and install a smart contract. While networks like Ethereum are impressive early movers, they require developers to learn a new language and syntax.
 
Xahau will soon open 'crypto smart contracts' to a group of developers that number in the tens of millions.
 
Project L-10K
 
Project L-10K is one of the most important items in the pipeline. L-10K refers to the effort to boost the throughput of Xahau consensus to over 10,000 transactions per ledger! This will benefit hosted projects such as Evernode, and future issued assets. Heading up the effort is Richard Holland, who provided a progress update to the community in late May of 2025:
 
To learn more about this ambitious effort, you can watch his full presentation here:
The Future Of Defi And Payments
 
Once you've seen the extensive list of use cases that XAH easily handles, it's truly inspiring. Xahau is everything that you love about XRP, plus a long list of more things to love. ❤️
 
Be an early adopter of XAH and the Xahau network! Join the community groups listed and follow the accounts that seem to reflect your own interest - speculator, developer, or crypto fan. You have a place in our community, no matter what your background or interests are. Welcome to the future of crypto Defi and Payments
 
Sources:
 
 
NOTE: Payment channels for IOUs is currently in amendment status for the XRP Ledger, authored by Denis Angel here:
 
 

🙏 Donations Accepted 🙏

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

💳 PayPal: 

1) Simply scan the QR code below 📲
2) or visit 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é 🙏 Crypto Michael ⚡ 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