TheDinarian
News • Business • Investing & Finance
RIPPLE/XRP: From Web2 to Web3: How developers can upskill and build with blockchain
March 30, 2023
post photo preview

Coming off the heels of 2022, it may be difficult to assess where web3 technologies stand in 2023. Bitcoin rose to $47,000 and fell to $16,000. NFT trading volumes peaked at $17B in January 2022 and a year later collapsed to a mere $143M. “Blockchain” and “digital currencies” became everyday terms in the mainstream media. We saw the collapse of FTX and all its cascading consequences.

It was a tumultuous year in the world of web3—full of speculation, crashes, and scandals. But does this mean that web3 is dead and the underlying technologies made obsolete? Hardly.

Though mainstream enthusiasm for NFTs and cryptocurrency has ebbed and flowed, the community is still very much alive and actively invested in not just the technology, but in ensuring the promises of a decentralized internet are realized. The world at large is frustrated with the data collection practices of the tech industry heavyweights. The global reach of eCommerce needs trustworthy payment systems that can operate worldwide. While much of the discussion around NFT collectibles focused on high profile acquisitions and losses, NFTs themselves have only scratched the surface of what’s possible.

Web3 is here to stay

We are still in the early days of blockchain. Keep in mind that we’ve been using the term “web 2.0” since 1999 (24 years ago!) but blockchain quietly entered the market as an underpinning technology for Bitcoin in 2008 (15 years ago). That difference of nine years may sound small, but consider that nine years ago most large companies were just starting to move to the cloud.

Today, blockchain technologies power much more than basic cryptocurrency transactions. Banking and finance applications support cross-border payments that settle in seconds, not days. Multi- and cross-chain transactions via DeFi applications allow for increased crypto liquidity and improved exchanges with fiat currencies. Blockchain developers can build their own customized sidechains (more on those later) to support integration with real-time, low-cost transactions in video games and other use cases. SDKs are available in nearly every popular language, making it easy for today’s web2 developers to take their existing coding capabilities and embrace decentralized technology.

Emerging applications of blockchain and crypto include:

  • Cross-border payments
  • Real-time tracking of goods in supply chain and logistics 
  • Electronic health record storage
  • Energy supply transaction tracking, including renewable energy certificates
  • Citizenship and credential tracking across borders
  • Documenting legal agreements, such as real estate and carbon credits

Despite everything that’s been reported in the news about crypto and blockchain this past year, their potential is still largely untapped. Blockchain advances are bringing economic and technical utility to both users and developers. It’s truly an emerging technology with seemingly endless opportunity.

The tech behind the headlines

The technology comprising a blockchain is rather sophisticated. In the most simplistic sense, a blockchain is a database: it stores data in an ordered fashion. However, a blockchain doesn’t act as a simple database with all data on a single server, but rather as a distributed ledger: multiple computers across the world store redundant copies of all the data in the blockchain and share the work of confirming transactions, without needing a central authority or intermediary.

In a blockchain, each node has a copy of the blockchain ledger and participates in the transaction validation process. New transactions are broadcast to the network, and nodes work together to verify the transaction data and add it to the blockchain. This process is known as consensus, and it ensures that all nodes on the network agree on the state of the blockchain and that it remains secure and tamper-proof.

While some blockchains are centralized and managed by a single organization, most are open source and decentralized, meaning they are managed and maintained by a community of developers. For example, the XRP Ledger is a public, permissionless blockchain, meaning anyone on the internet can set up a validator and join the network. The reference implementation of the protocol is open source and any developer can propose amendments to this software. Because of the XRP Ledger’s decentralized nature, no singular authority can make decisions for the network. Instead, network changes are determined by a specific subset of validators, who vote on behalf of the XRP Ledger’s best interest. That being said, in order for amendments to pass, at least 80% of the validator community has to vote “yes” and that minimum threshold must be maintained for at least two weeks. If both of those conditions are met, then amendment proposals can be passed.

Consensus protocols run cryptographic functions to ensure the integrity of the network and its ledger. These usually include:

  • Hash functions: Create a unique digital fingerprint of each transaction on the blockchain. They are one-way functions that take an input (e.g. a transaction) and produce a fixed-length, unique output based on that input (SHA-256 is an example of a hash function). Hash functions ensure the integrity of data because any error in transmission or other change results in a totally different hash value. If you get the same output from the hash function, you know you have the same input data.
  • Public-key cryptography: Used for enabling secure communication between nodes on the network. Each node on the blockchain has a public key and a private key. The public key can be shared with anyone, while the private key is kept secret. Digital signatures are for ensuring the authenticity and integrity of transactions on the blockchain. Each transaction on the blockchain is signed using the sender’s private key, which creates a digital signature that can be verified using the sender’s public key.

Validator nodes execute the consensus protocol and can often run on commodity hardware (depending on the energy and computation requirements for the specific blockchain). Different blockchains use different consensus protocols to compute the final state of a transaction on the ledger. 

Because the XRP Ledger is open source, anyone can learn how it works, contribute to the code base, and report issues. Or they can simply write and consume apps; mint, manage and otherwise interact with NFTs; and much more.

Consensus algorithms, energy consumption, and transaction times

The two most popular consensus algorithms have long been Proof of Work (PoW) and Proof of Stake (PoS). 

In PoW algorithms, every node on the network competes to solve cryptography problems in order to validate a transaction. That’s fine for small networks of a few dozen computers, but multiply this computational cost over 100,000+ nodes and it adds up very quickly. This is compounded by the fact that the fastest nodes to validate transactions often receive financial rewards, hence a competitive arms race to deploy thousands of powerful, electricity-hungry GPUs to solve these cryptographic puzzles faster than other nodes in the network.

PoW methods are what led China to ban cryptocurrency mining altogether, the White House to issue a press release about energy concerns, and the Ethereum community to push for and switch to the more energy-efficient PoS methodology in 2022.

In PoS algorithms, instead of solving a cryptographic puzzle on every node, nodes that hold a larger stake in the network (i.e. the greater the number of tokens, the greater the stake in the blockchain) are the ones to validate transactions. They still perform a cryptographic validation process, but it’s only a fraction of the nodes on the network with the biggest stake. The algorithms are no less complex and the validation mechanisms are similar to PoW, which is why PoS transactions can also take minutes or hours to be validated.

Ethereum moved to PoS “because it is more secure, less energy-intensive, and better for implementing new scaling solutions compared to the previous proof-of-work architecture.” It was a tremendous shift in how that chain operated and resulted in more than 99.9% reduction in electricity consumption. So tremendous, in fact, that they termed it The Merge. According to CoinTelegraph, Ethereum on PoW was using 112 TWh per year and on PoS is now using 0.01 TWh per year. For reference, Bitcoin is still using tremendous energy—more than many countries on earth.

There are many alternatives to PoS and PoW algorithms, with various tradeoffs to speed, centralization, and efficiency. Chains such as the XRP Ledger and Stellar use “federated consensus” or “proof of association” algorithms where a subset of nodes collectively build and agree on the next block of transactions. Other chains, such as Ignite, use hybrid systems that combine elements of federation and PoS. These systems are far more efficient than PoW and faster than both PoW and PoS because they eschew the wasteful work of competing to solve cryptographic puzzles. For example, transactions on the XRPL take 3-5 seconds to be validated, rather than minutes or hours.

Additionally, both PoW and PoS typically let the winning validator build a block however they like—which leads to miners and validators gaming the system to get the maximum extractable value (MEV) from each block. Federated consensus algorithms are typically less susceptible to these problems because they always arrange each block of transactions in a canonical order.

Making developers’ lives easier with abstractions, dApps, and smart contracts

Web2 brought us rich application experiences, cloud computing, asynchronous communication, and plenty of centralization. It’s practically impossible to develop a web2 app without paying corporations and being subject to their privacy policies, terms and conditions, and fiduciary responsibility. Web3 gives developers the ability to write and run apps that are fully-independent, widely-available, and decentralized. No limits and no corporate dependencies.

To make this a reality, most major blockchains are working hard to attract and onboard developers to their platforms with easy-to-use SDKs and high-quality documentation (e.g. SolanaCardanoXRPL). Open-source blockchains are widely available and provide fertile ground for innovation. Each has built-in support for financial transactions using their native tokens (e.g. SOL, ADA, XRP), ensuring that people can pay and be paid.

Many chains support the development of dApps—decentralized applications. They can be written in a variety of programming languages, depending on what the chains support. Generally speaking, the larger the developer community of a given chain, the more languages it supports. For example, Ethereum supports .NET, Go, Java, JavaScript, Python, Ruby, Rust, Dart, and Delphi. The XRPL supports Python, JavaScript/TypeScript, C++, Java, React.js and Ruby.

Some blockchain apps are backed by or written as smart contracts. Smart contracts are tamper-proof, immutable pieces of code that live on the blockchain and facilitate interactions or agreements between the app, the user, and the chain. Blockchains offer simple abstractions and SDKs so developers can get up and running quickly with app development. For example, Ethereum offers a variety of application development tools to help people experiment, build front ends, and test their dApps and smart contract implementations. The downside to smart contracts is that, since they’re immutable and shared online, if anyone finds a bug in the contract’s code, they can exploit it to their advantage, and the developer can’t easily patch the vulnerability away. This makes developing smart contracts a delicate task with higher stakes than many other projects.

The XRP Ledger supports programmability through a number of protocols and standards. It includes native transactors that provide out-of-the-box functions which are already battle-tested and standardized. The Hooks proposal would further extend programmability on the Ledger. Hooks are small, efficient pieces of code that allow for the quick and easy execution of logic before and after a transaction — all native to the Ledger. This is important because standard smart contracts can be complex and difficult to navigate, especially for developers that are new to web3.

Unlike other protocols, the XRPL also has native support for NFTs, which means developers don’t need to build or maintain a smart contract in order to bring their NFT projects to life. This lowers the barrier to entry for developers, creators, and anyone else who wants to interact with NFTs on the XRPL. Additionally, automatic royalties are enforced at the protocol level which helps ensure maximum value for creators and developers. Core operations such as minting and burning are native to the Ledger to promote ease-of-use regardless of experience level.

An upcoming amendment, XLS-30d, proposes a native Automated Market Maker (AMM) on the XRPL. The proposal will include bid and vote features, allow for simple token swaps, and should create deep liquidity between token and currency pairs. The AMM’s functionality allows application developers to create interfaces for traders and liquidity providers (LPs) and introduces a novel auction mechanism that incentivizes arbitrageurs while reducing the impact of impermanent loss faced by LPs.

Developers make the chain better—for everyone

The XRPL community is also currently testing sidechains. Sidechains allow developers to build and experiment with customized features in a sandbox-like environment—connected to, yet distinct from the mainnet—enabling innovation without disrupting or compromising the mainnet. Sidechain features could eventually be proposed as amendments and be merged into mainnet if voted on by the community. There is also ongoing development and testing of an Ethereum Virtual Machine (EVM) sidechain to bring Ethereum’s native Solidity-based smart contracts to the XRPL ecosystem.

As developers do more work on blockchains, we’ll inevitably see improvements in utility, security, scalability, cost and sustainability. The more adoption, the greater the improvements, and the greater the likelihood that more developers (and users) will further adopt this technology. The network effect and a fast-growing list of innovative features are already appealing to developers who want to move on from web2 conventions.

How developers can upskill and start building

The innovations underpinned by blockchain and advantages over web2 are getting hard to ignore. Web3 protocols are making it easier than ever to build on decentralized technologies. Web3 tech isn’t just “an upgrade” or “a step up” from web2—it’s a whole new paradigm of working on applications. They’re decentralized, permissionless, scalable, and stable. Developers can use what they already know and upskill to web3 technologies. For once, they can have skin in the game with full ownership of their assets and intellectual property. Using the programming languages they already know, they can increase their domain expertise and take advantage of decentralization

When choosing a chain to start on, developers should consider:

  • Adoption: Do you want to build on a prime-time chain with lots of users, an up-and-coming chain with a growing user base, or get in early on something brand new?
  • Ease of development: Is there sufficient documentation, fully-featured and supported SDKs, an ecosystem of existing dApps to explore, and low-friction onboarding?
  • Ledger functionality and transaction time: How does consensus work? Is it efficient and quick?
  • Environmental impact: Are energy consumption and sustainability priorities for the blockchain?
  • Time to first dApp: How long does it take to build an app? Minutes? Hours? Weeks?
  • Community: Is there a living, vibrant user and developer base? Are they passionate about the chain, its growth, and web3?

Blockchain and crypto have the power to enable a better future, and there is a vibrant community of developers that are building, testing and iterating on top of the technology to help uncover future use cases and applications. Ripple is just one contributor among many to the XRP Ledger; as members of this developer community we are deeply committed to helping it grow and thrive

There are a number of programs like grants and bounties to help developers of all levels get started with the funding and resources they need to bring their web3 projects and applications to life.  The XRP Ledger also recently launched an online learning portal where developers can learn more about the basics of crypto and blockchain, or dive straight into coding on the XRPL with courses in languages such as React.js (currently in beta).

For additional information or to join the community, check out the developer Discord, view open source code and repos on GitHub, and follow @RippleXDev on Twitter where we regularly share updates, projects, new features, and fixes from the XRPL community. 

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
Abolish The IRS?

I have been saying for YEARS that taxes have been 💯 % VOLUNTARY since WWII. DYOR, they started as VOLUNTARY DONATIONS for the war effort. They need this to look legit, if the people realized that the government has been lying to them for all these years, it would be instant chaos and a new civil war and revolution.

With President DonaldTrump Installing Scott Bessent as IRS Commissioner & Dan Scavino calling to Abolish the IRS on the same day, here's 1 minute, 17 seconds of clips of Trump & Crew hinting the IRS will be abolished....

Enjoy the show... 🍿

00:01:17
THIS IS HUGE!🗣️

🧬 New research explores DNA as an electromagnetic fractal cavity resonator—suggesting it may act like a fractal antenna capable of universal sensing.

🔑Key idea:

🔹DNA’s fractal geometry could allow it to interact with electromagnetic fields across multiple scales.

🔹This means it might function not just as a biochemical data store, but also as a signal receiver/transmitter within biological systems.

🔹Potential implications for bio-communication, energy transfer, and even novel sensing technologies.

If true, this reframes DNA as bio-hardware—not just code, but a physical interface with the EM spectrum.

https://www.researchgate.net/publication/321294432_DNA_as_an_Electromagnetic_Fractal_Cavity_Resonator_Its_Universal_Sensing_and_Fractal_Antenna_Behavior

00:03:01
🚨 COINBASE UNLOCKS MILLIONS OF ASSETS WITH DEX TRADING 🚨

👉Dinarian Note: This could be their attempt at fixing their crashes during altseasons. Time will tell right?⌛It can't hurt to be prepared! I still use this for 99% of my trades, it's like the "Tripadvisor" of crypto, finding the cheapest and fastest routes around. 🔗https://rebrand.ly/wk2aq8r

========================

Coinbase has launched decentralized exchange (DEX) trading within its main app for U.S. users (excluding New York), allowing direct onchain trading of millions of assets, initially focusing on tokens from its Base Layer 2 network. This move significantly expands access to newly created tokens, enabling immediate trading moments after they go live onchain without waiting for traditional centralized listings.

🔑 Key Points

🔹 Massive Asset Availability: Users can trade millions of Base-native tokens instantly after they are indexed onchain. This includes projects like Virtuals AI Agents, Reserve Protocol Decentralized Tokenized Funds (DTFs), SoSo Value Indices, Auki Labs, ...

00:00:27
👉 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
Similar Will Be In The USA 😉

🚨 Big changes for UK Crypto holders in 2026:

From Jan 1, all major crypto exchanges will send your transaction data directly to HMRC—automatically.

What’s new:

  • Every deposit, withdrawal, trade, profit/loss, & fee will be reported.

  • All wallets (even cold storage) must be linked and disclosed.

  • Self-assessment returns will now be preloaded with your crypto transaction data—no more hiding, no more “manual checks.”

  • Fines of £300 per user if you or your provider fail to report.

This is the global OECD #CARF in action—designed to unmask tax evaders and close the crypto tax gap.

HMRC can now reconcile your declared income, capital gains, and wallet balances with exchange data.

Tax avoidance? Not so easy anymore.

Get compliant now:

  • Double-check your records from previous years.

  • Report all crypto trading, staking, lending, off-exchange activity.

  • This is enforcement by design, NOT a new tax.

The UK is leading a global shift towards real-time, fully ...

post photo preview

“This Will Change Civilization” – Remote Viewer Dick Allgire

In this powerful conversation, world-renowned remote viewer Dick Allgire shares what he and his team have been seeing about the months and years ahead — from the collapse of the current financial system to the rise of BRICS’ gold-backed digital currency.

Dick’s accuracy in remote viewing has made him one of the most respected civilian viewers in the world. In this interview, he not only reveals possible futures - he shares how you can prepare and thrive in the coming transition.

Timestamps:

00:00 – Introduction to Dick Allgire
02:30 – The Federal Reserve’s next chairman & Trump’s possible pick
09:15 – BRICS gold-backed digital currency & the death of the dollar
17:48 – CBDCs, cryptocurrency & the surveillance nightmare
24:05 – Bonds collapse scenario & 20¢ on the dollar settlement
29:15 – Wearable medical devices & hidden agendas
35:42 – How to thrive within the system (even if you can’t change ...

The classic strategy for profit taking on alts is usually when the Altseason index makes its first run into the 80–90 range, not when it’s much lower.

Currently, the altseason index is only 33, which means we’re still in the early phase, not the overheated profit-taking zone.

In previous cycles, the index didn’t just hit that level once; it often hit 80–90 multiple times—sometimes two or three peaks—giving traders several opportunities to take profits.

It’s definitely not a “one and done” event. The market can pull back or consolidate between these spikes, so patient tracking of the index is key for optimal exits.

📈 In short: major profit-taking historically aligns with the first few surges of the altseason index into that 80–90+ range, not before. So, we’re still watching for those signals before calling a alt-season top!😉

🔗https://coinmarketcap.com/charts/altcoin-season-index/

post photo preview
post photo preview
Understanding the Crypto Alt Season

The next altcoin season is poised to ignite the crypto market, promising to turn savvy investors' portfolios into goldmines. As Bitcoin's dominance wanes, a new era of blockchain innovation is dawning—are you ready to ride the wave?

Market behavior often exhibits distinct patterns and cycles. One such phenomenon that has captured the attention of traders and investors alike is the "Alt Season"—a period when alternative cryptocurrencies, or "altcoins," outperform Bitcoin and experience significant price surges.

The concept of market cycles and seasonality is not unique to crypto; it's a well-established principle in traditional financial markets. However, in volatile crypto space, these cycles can be more pronounced and occur with greater frequency.  

In this article, we’ll try to cover these and other topics: 

  1. The nature and characteristics of Alt Seasons
  2. The importance of recognizing market cycles in cryptocurrency trading
  3. Alt Season indicators and how to interpret them
  4. Predictions and speculatins about the next potential Alt Season

What Is Crypto Alt Season?

Crypto Alt Season, short for "Alternative Cryptocurrency Season," refers to a period in the cryptocurrency market when alternative cryptocurrencies (altcoins) significantly outperform Bitcoin in terms of price appreciation. During an Alt Season:

  1. Many altcoins experience rapid price increases.
  2. The market share of altcoins grows relative to Bitcoin.
  3. Trading volume for altcoins typically increases.
  4. Investor attention shifts from Bitcoin to various altcoin projects.

An Alt Season can last anywhere from a few weeks to several months. It's often characterized by increased risk appetite among investors, who are willing to allocate more capital to smaller, potentially higher-risk crypto projects in search of higher returns.

Is Crypto Season the Same As Crypto Alt Season?

While related, Crypto Season and Crypto Alt Season are not exactly the same:

  1. Crypto Season:
    • Refers to a broader bullish period in the entire cryptocurrency market.
    • Typically includes price appreciation for both Bitcoin and altcoins.
    • Can be longer in duration, sometimes lasting for many months or even a year or more.
    • Often starts with a Bitcoin rally, followed by increased interest in the broader crypto market.
  2. Crypto Alt Season:
    • Specifically focuses on the outperformance of altcoins compared to Bitcoin.
    • Can occur within a broader Crypto Season but is more narrowly defined.
    • Generally shorter in duration than a full Crypto Season.
    • May happen towards the latter part of a broader Crypto Season, as investors seek higher returns in smaller cap coins.

Key Differences:

  • Scope: Crypto Season encompasses the entire market, while Alt Season focuses on altcoins.
  • Duration: Crypto Seasons are generally longer than Alt Seasons.
  • Market Dynamics: In a Crypto Season, Bitcoin often leads the rally, while in an Alt Season, altcoins outperform Bitcoin.

It's important to note that these terms are not officially defined and can be subject to different interpretations within the cryptocurrency community. However, understanding the distinction can help investors and traders better analyze market trends and potential opportunities in different segments of the crypto market.

What Is Alt Season Indicator?

The Alt Season Indicator is a tool used by cryptocurrency traders and investors to gauge whether the market is entering or currently in an "Alt Season" — a period when altcoins are outperforming Bitcoin. While there isn't a single, universally accepted Alt Season Indicator, several metrics and tools are commonly used to assess the likelihood of an Alt Season. Here are some key aspects of Alt Season Indicators:

Bitcoin Dominance

One of the most widely used indicators is Bitcoin Dominance, which measures Bitcoin's market capitalization as a percentage of the total cryptocurrency market cap.

  • Calculation: (Bitcoin Market Cap / Total Crypto Market Cap) * 100
  • Interpretation: A declining Bitcoin Dominance often signals a potential Alt Season, as it indicates that capital is flowing from Bitcoin into altcoins.
  • Threshold: Some traders consider Bitcoin Dominance below 50% as a potential indicator of an Alt Season.

Altcoin Market Cap Ratio

This indicator compares the total market capitalization of altcoins to Bitcoin's market cap.

  • Calculation: Total Altcoin Market Cap / Bitcoin Market Cap
  • Interpretation: An increasing ratio suggests growing strength in the altcoin market relative to Bitcoin.

Top 10 Altcoins Performance

This indicator tracks the performance of the top 10 altcoins by market cap (excluding Bitcoin) compared to Bitcoin over a specific period.

  • Calculation: Average percentage gain of top 10 altcoins vs. Bitcoin's percentage gain
  • Interpretation: When a majority of top altcoins consistently outperform Bitcoin, it may indicate an Alt Season.

Alt Season Index

Some crypto data platforms offer a proprietary Alt Season Index, which combines various metrics to provide a single score indicating the likelihood of an Alt Season.

  • Scale: Often presented as a percentage or a 0-100 score
  • Interpretation: Higher scores (e.g., above 75%) suggest a higher probability of an ongoing Alt Season

Trading Volume Ratios

This indicator compares the trading volumes of altcoins to Bitcoin's trading volume.

  • Calculation: Total Altcoin Trading Volume / Bitcoin Trading Volume
  • Interpretation: An increase in this ratio may indicate growing interest in altcoins, potentially signaling an Alt Season.

Important Considerations:

  1. No single indicator is foolproof. Traders often use a combination of indicators for a more comprehensive analysis.
  2. Market conditions can change rapidly, and past patterns don't guarantee future results.
  3. Different traders may use different thresholds or interpretations of these indicators.
  4. The crypto market's evolving nature means that indicators may need to be adjusted over time to remain relevant.

Understanding and effectively using Alt Season Indicators can help traders and investors make more informed decisions about allocating their resources between Bitcoin and altcoins. However, it's crucial to combine these indicators with broader market analysis and risk management strategies.

Alt Seasons: Historical Perspective, Current Situation, and Future Predictions

Previous Altcoin Seasons

In crypto, two periods stand out as particularly significant for altcoins. These "alt seasons" saw unprecedented growth and interest in cryptocurrencies beyond Bitcoin, reshaping the landscape of digital assets.

The 2017-2018 Alt Season

Duration: December 2017 to January 2018

Context:

  • Bitcoin (BTC) experienced its most remarkable bull run to date, reaching nearly $20,000 in December 2017.
  • This surge in Bitcoin's price and public interest created a ripple effect throughout the crypto market.

Key Developments:

  1. Proliferation of New Coins: The success of Bitcoin catalyzed the launch of numerous new cryptocurrencies.
  2. Investor Frenzy: Buoyed by Bitcoin's success, investors eagerly sought the "next Bitcoin," pouring capital into various altcoins.
  3. ICO Boom: This period saw a surge in Initial Coin Offerings (ICOs), with many projects raising millions in a matter of hours or days.
  4. Market Expansion: The total cryptocurrency market cap reached unprecedented levels, briefly surpassing $800 billion in January 2018.

Notable Altcoins: Ethereum (ETH), Ripple (XRP), and Litecoin (LTC) saw significant price increases during this period.

The 2020-2021 Alt Season

Duration: December 2020 to April 2021

Context:

  • Bitcoin broke its previous all-time high, surpassing $60,000 in March 2021.
  • The COVID-19 pandemic had accelerated digital adoption and increased interest in alternative investments.

Key Developments:

  1. DeFi Explosion: Decentralized Finance (DeFi) projects gained massive traction, with many tokens seeing exponential growth.
  2. NFT Boom: Non-Fungible Tokens (NFTs) entered the mainstream, driving interest in blockchain-based digital assets.
  3. Institutional Adoption: Major companies and institutional investors began adding cryptocurrencies to their balance sheets.
  4. Technological Advancements: Many altcoins introduced innovative features, scaling solutions, and use cases.

Notable Altcoins: Ethereum (ETH) reached new highs, while projects like Binance Coin (BNB), Cardano (ADA), and Polkadot (DOT) saw remarkable growth.

Comparative Analysis: Both alt seasons shared some common characteristics:

  • They were preceded by significant Bitcoin price rallies.
  • New projects and tokens gained rapid popularity and valuation.
  • Retail investor participation increased dramatically.
  • The overall cryptocurrency market capitalization reached new heights.

However, the 2020-2021 alt season was marked by greater institutional involvement and a broader range of technological innovations, particularly in DeFi and NFTs.

Is It Alt Season?

Based on the indicators discussed above, it's not currently an altcoin season. The Altcoin Season Index at 41 and Bitcoin's market dominance at 61.3% both suggest that Bitcoin is still the dominant force in the crypto market at this time.

When Is Alt Season?

Based on the information we could gather from various experts, we can analyze the predictions for the next altcoin season as follows:

  • Based on the latest analysis from experts and on-chain data, here’s what we know about the next altcoin season:

     

    Current Status (August 2025):

     

    • The altcoin season index—a metric that signals how many altcoins outperform Bitcoin—currently sits around 37. For a “full-blown” alt season, it typically needs to rise above 75.

    • Bitcoin dominance is approximately 61-62%. Historically, dropping below 60% often coincides with a rapid rotation into altcoins and the start of alt season.

     

    Key Indicators to Watch:

     

    • Altcoin Season Index (ASI): Above 75 signals a true altcoin season.

    • Bitcoin Dominance: A move below 60% usually marks the transition; sub-50% dominance is associated with peak alt season inflows.

    • Market Activity: Increasing volumes in major altcoins and Layer 1s, meme coin rallies, and spikes in DeFi activity are early warning signs.

    • Ethereum Outperformance: When ETH surges relative to BTC, this historically precedes broader altcoin rallies.

     

    Expert Predictions for 2025:

     

    • Analysts point to a pivotal window for alt season starting as early as August 2025 and extending through the fall, with many expecting true acceleration of altcoin gains if Bitcoin’s price consolidates and capital rotates further into alts.

    • There is strong consensus that macroeconomic catalysts, such as potential U.S. interest rate cuts and ongoing Bitcoin ETF momentum, could fuel a major altcoin rally in late 2025 if positive conditions persist.

    Summary Table: Key Factors & Targets

    SignalAlt Season TriggerStatus (Aug 2025)
    Altcoin Season Index (ASI)>75 ~37
    Bitcoin dominance<60% ~61–62% (near trigger)
    Altcoin trading volumeSustained surge across many alts Rising, but not explosive
    Ethereum outperformanceETH/ BTC breakout, >$3,700 Near, ETH ~$3,500
    Market narrativesAI, DeFi, meme coins, new L1 inflows Strengthening
     

    Bottom Line:
    Most analysts agree the groundwork for altcoin season in 2025 is building. We are currently in a transition phase: if Bitcoin dominance continues to fall and the Altcoin Season Index rises above 75, a full-fledged alt season could ignite during the second half of 2025. Monitor these key indicators to stay ahead as market momentum shifts from Bitcoin into a broader range of altltcoins.

Key Factors to Consider

  • Technology: Look for coins with innovative solutions to existing blockchain challenges.
  • Adoption: Consider projects with growing partnerships and real-world use cases.
  • Market Position: Established coins with room for growth may offer a balance of stability and potential returns.
  • Tokenomics: Understanding supply dynamics can help predict potential price movements.

It's crucial to conduct thorough research before investing. The cryptocurrency market is highly volatile, and past performance doesn't guarantee future results. Always invest responsibly and within your risk tolerance.

How to Win in Next Alt Season?

Capitalizing on the next altcoin season requires a strategic approach. Here's how to maximize potential gains:

  • Research and Diversification: Thoroughly research potential investments, analyzing both fundamentals and technical aspects to identify promising altcoins. Diversify your holdings across different projects to mitigate risk and maximize potential returns. Don't put all your eggs in one basket.
  • Strategic Timing: Utilize technical analysis tools like support/resistance levels and RSI to pinpoint optimal entry and exit points. Monitor market sentiment and price trends to make informed decisions. A clear entry and exit strategy is crucial for managing risk and maximizing profits during volatile periods.
  • Newer Projects: Consider participating in newer altcoin projects. This provides early access to potentially high-growth projects at discounted prices. Research upcoming defi projects with use cases, focusing on innovative projects with strong potential. Investing early can yield substantial returns as the project develops.

Conclusion

In summary, an altcoin season, marked by significant price increases in non-Bitcoin cryptocurrencies, may be on the horizon.  This potential surge could be driven by investors seeking higher returns in smaller-cap cryptocurrencies, technological advancements in altcoin projects, increased blockchain adoption, and the transition of projects from speculative ventures to real-world applications

Remember, while the potential for significant gains exists during an altcoin season, the cryptocurrency market remains highly volatile. Always invest responsibly.

Source

🙏 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
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
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