a16z in-depth analysis: The blockchain transformation paths of banks, asset management companies, and fintech firms
Original Title: Blockchains for TradFi: What banks, asset managers, and fintechs should know
Original Authors: Pyrs Carvolth, Maggie Hsu, Guy Wuollet, a16z
Original Compilation: Deep Tide TechFlow
Blockchain is a brand-new settlement and ownership layer characterized by programmability, openness, and a default global nature, capable of stimulating new forms of entrepreneurship, creativity, and infrastructure development. The overall growth trend of monthly active crypto addresses aligns with the trajectory of internet users reaching a billion, while stablecoin trading volume has surpassed traditional fiat trading volume. Relevant laws and regulations are gradually catching up, while crypto companies are being acquired or going public.
The combination of regulatory clarity and competitive pressure, along with the significant enhancement of business outcomes through blockchain and the increasing maturity of technology, is driving the traditional finance (TradFi) sector to urgently embrace blockchain technology as its core infrastructure. Traditional financial institutions are rethinking blockchain, viewing it as a transparent and secure value transfer tool that can not only provide future assurance for institutions but also unlock new sources of growth.
Executive teams are posing a new question: not "if" or "when," but "how now" to make blockchain have a real impact on business. This question is driving a wave of exploration, resource allocation, and organizational restructuring. As institutions begin to make real investments in this area, two key themes emerge:
The business case for blockchain-driven strategies.
The technical foundation for implementing strategies.
This guide aims to help answer these questions. It is not a comprehensive survey of all blockchain use cases or protocols, but rather an action guide from zero to one, clarifying key early decisions, sharing emerging patterns, and helping redefine blockchain as no longer symbolic hype but as core infrastructure. When used correctly, blockchain can not only provide future assurance for traditional financial institutions but also unlock new growth potential.
Due to the differences in how banks, asset management companies, and fintechs (including the increasingly well-known PayFi) interact with end users, traditional infrastructure limitations, and regulatory requirements, we have categorized the following content to provide solid and actionable understanding of blockchain applications for leaders in these industries, helping them move from conceptual design to actual product implementation.
Banks
Banks may seem modern, but they still operate on legacy software systems—primarily COBOL, a programming language that originated in the 1960s. Despite its age, it still supports systems that comply with banking regulations. When customers click on flashy web pages or use mobile apps, these front-end interfaces are actually just translating actions into commands for decades-old COBOL programs. Blockchain offers a way to upgrade these systems without compromising regulatory integrity.
By integrating and leveraging blockchain technology, banks can move away from the internet era of "bookstores with websites" to a model akin to Amazon: adopting modern databases and better interoperability standards. Asset tokenization—whether stablecoins, deposits, or securities—could play a central role in future capital markets. To avoid being left behind in this transformation, adopting the right systems is just the first step. Banks need to truly master and lead this change.
On the retail side, banks are exploring ways to provide customers access to crypto assets, such as offering access to Bitcoin and other digital assets through their affiliated broker-dealers as part of the overall customer experience. This access can be indirect through exchange-traded products (ETPs) or, as the U.S. Securities and Exchange Commission (SEC) abolishes accounting rule SAB 121 (which previously effectively prevented U.S. banks from participating in digital asset custody), eventually direct participation. However, in the institutional and backend aspects, the potential of blockchain is even greater, primarily focused on three emerging use cases: tokenized deposits, reassessment of settlement infrastructure, and collateral liquidity.
Use Cases
Tokenized deposits represent a fundamental shift in how commercial banks operate with money. This is not a speculative concept; tokenized deposits are already in practical use, such as JPMorgan's JPMD token and Citibank's Token Services for Cash project. These tokens are not synthetic stablecoins or digital assets backed by government bonds, but rather backed by real fiat currency held in commercial bank accounts, presented as regulated tokens at a 1:1 ratio, and can be traded on private or public chains.
Tokenized deposits can reduce settlement delays from days to minutes or seconds, applicable in areas like cross-border payments, cash management, and trade finance. As a result, banks can lower operational costs, reduce reconciliation work, and enhance capital efficiency.
Additionally, banks are actively reassessing their settlement infrastructure. Several tier-one banks are participating in distributed ledger settlement experiments, often in collaboration with central banks or blockchain-native enterprises, to address the inefficiencies of the "T+2" system. For example, zkSync (a Layer 2 solution for Ethereum that optimizes Ethereum's performance by processing transactions off-chain) is working with global banks to demonstrate near-real-time settlement in cross-border payments and intraday repurchase agreement (repo) markets. The business impacts of these practices include improved capital efficiency, optimized liquidity usage, and reduced operational costs.
Blockchain and tokens can also enhance banks' ability to swiftly and efficiently transfer assets across business units, geographic regions, and counterparties, a concept known as "collateral liquidity." The U.S. Depository Trust & Clearing Corporation (DTCC) recently launched the Smart NAV pilot project aimed at modernizing collateral liquidity through tokenized net asset value (NAV) data. The pilot demonstrated how collateral can operate like a highly liquid programmable currency, representing not just an upgrade in bank operations but an innovation supporting its broader strategy. Improving collateral liquidity enables banks to lower capital buffers, access a broader liquidity pool, and become more competitive in capital markets with a streamlined balance sheet.
For all these use cases—tokenized deposits, reassessment of settlement infrastructure, and collateral liquidity—banks need to make key decisions, starting with whether to use private or public chain networks.
Choosing Blockchain
In the past, banks were prohibited from accessing public chain networks, but with the latest guidance from banking regulators, including the Office of the Comptroller of the Currency (OCC), this restriction has been relaxed, expanding the possibilities for blockchain applications. For example, the partnership between R3 Corda and Solana is a landmark case. This collaboration will allow Corda's permissioned network to settle assets directly on Solana.
Using tokenized deposits as a use case, we will discuss early decisions in product launch, from choosing a blockchain to the level of decentralization. While there are many methods to choose a blockchain, building products on decentralized public chains has several advantages:
Neutral developer platform: Provides a neutral developer platform where anyone can contribute, increasing trust and expanding the ecosystem supporting the product.
Accelerated product iteration: Because anyone can contribute, the ability to use, adjust, and combine others' components (i.e., modular composability) accelerates product iteration.
Enhanced platform trust: Top developers are more likely to choose decentralized blockchains because these platforms do not suddenly change rules or censor, ensuring their products can remain profitable.
In contrast, centralized public chains may lose developer trust due to rule changes or application censorship, while non-programmable blockchains cannot enjoy the advantages of modular composability.
Although the current speed of blockchain is still slower than centralized internet services, performance has improved significantly over the past few years. Layer 2 rollups on Ethereum, such as Coinbase's Base, and faster Layer 1 blockchains like Aptos, Solana, and Sui have achieved transaction fees below one cent and latency under one second.
Considerations of Decentralization
When choosing a blockchain, banks must weigh the appropriate level of decentralization based on specific use cases. The Ethereum blockchain protocol and its community prioritize ensuring that anyone globally can independently verify every transaction on the chain. In contrast, Solana has relaxed this requirement by increasing the hardware requirements for validation while significantly enhancing chain performance.
Moreover, even in the public chain space, banks need to carefully consider the degree of centralization impact. For instance, if the number of validating nodes in the network is relatively small, and the foundation of that network controls a large proportion of the validating nodes, then that chain is effectively subject to significant centralization, and the level of decentralization may be lower than it appears. Similarly, if entities associated with the public network (such as foundations or labs) hold a large number of tokens, they may leverage those tokens to influence or control network decisions.
Privacy Considerations
Privacy and confidentiality are key considerations for any bank-related transaction, partly due to legal regulations. The rise and use of zero-knowledge proofs can help protect sensitive financial data even on public chains. Such systems can prove that an institution possesses certain necessary information without revealing specifics. For example, it can prove that someone is over 21 years old without disclosing their birth date or place of birth.
Zero-knowledge-based protocols (e.g., zkSync) can enable private on-chain transactions while meeting regulatory compliance requirements. Banks need to be able to view and roll back transactions when necessary, and the "view key" (developed by Aleo, a privacy-supporting L1 key) can provide transaction access to regulators and auditors while maintaining privacy.
Solana's token extension feature provides compliance capabilities, making privacy features more flexible. Avalanche's Layer 1 has a unique feature that enforces verification logic encoded through smart contracts, ensuring compliance.
These privacy features also apply to stablecoins, one of the most popular blockchain applications today, which has become one of the cheapest ways to send one dollar. In addition to lowering costs, they offer permissionless programmability and scalability—allowing anyone to integrate global fast currency into products while developing new fintech functionalities. Following the introduction of the GENIUS Act, banks face higher demands for transparency in stablecoin trading and reserves. Companies like Bastion and Anchorage are providing solutions for trading and reserve transparency to help banks meet this demand.
Custody Strategy Choices
When formulating a strategy for crypto asset custody (i.e., who manages and stores crypto assets), most banks prefer to partner with custody service providers rather than manage crypto assets themselves. Some custody banks, such as State Street, are actively exploring the possibility of providing self-custody services for crypto.
If choosing to partner with a custody service provider, banks need to focus on the following factors: licensing and certification, security, and operational practices.
In terms of licensing and certification, custody institutions must adhere to strict regulatory frameworks, such as federal or state banking or trust licenses, virtual currency business licenses, state trading licenses, and compliance certifications like SOC 2. For example, Coinbase operates its custody business under a New York trust license, Fidelity's custody services are provided by Fidelity Digital Asset Services, and Anchorage manages its custody business through a federal OCC license.
Regarding security, custody institutions must have robust encryption technology, hardware security modules (HSMs, which prevent unauthorized access, data extraction, or tampering), and multi-party computation (MPC, which distributes private keys among multiple parties to enhance security). These measures effectively guard against hacking and operational failures.
In terms of operational practices, custody institutions should adopt other best practices, such as asset isolation to protect customer assets from bankruptcy risks; providing transparent proof of reserves to facilitate verification of reserves against liabilities by users and regulators; and conducting regular third-party audits to prevent fraud, errors, or security vulnerabilities. For example, Anchorage uses biometric multi-factor authentication and geographically distributed key sharding technology to enhance governance capabilities. Additionally, custody institutions should establish clear disaster recovery plans to ensure business continuity.
What role do wallets play in custody decisions? Banks are increasingly recognizing that integrating crypto wallets is a strategic necessity for maintaining competitiveness, especially when facing emerging banks and centralized exchanges as auxiliary service providers. For institutional clients (such as hedge funds, asset management companies, or enterprises), wallets are positioned as enterprise-grade tools for custody, trading, and settlement. For retail clients (such as small businesses or individuals), wallets serve as embedded features to help users access digital assets. In both cases, wallets are not just simple storage solutions but are key tools for secure and compliant access to assets (such as stablecoins or tokenized assets) through private keys.
"Custodial wallets" and "self-custodial wallets" represent two extremes in terms of control, security, and responsibility. Custodial wallets are managed by third-party services that help users safeguard private keys, while self-custodial wallets are managed by users themselves. This distinction is crucial for banks to meet diverse needs—from institutional clients' stringent compliance requirements to high-end clients' pursuit of autonomy, and mainstream retail clients' preference for convenience. Custody service providers like Coinbase and Anchorage have integrated wallet solutions to meet institutional needs, while companies like Dynamic and Phantom are helping banks upgrade their applications by providing modern wallet functionalities.
Asset Management Companies
For asset management companies, blockchain technology can expand product distribution channels, automate fund operations, and unlock on-chain liquidity.
Tokenized funds and real-world assets (RWAs) provide new packaging forms for asset management products, making them easier to access and combine, especially to meet the growing demand from global investors for 24/7 access, instant settlement, and programmable trading. Meanwhile, on-chain tracks can significantly simplify backend workflows, from net asset value (NAV) calculations to equity structure management. Ultimately, these innovations lead to lower costs, faster time-to-market, and more differentiated product offerings—these advantages will continue to compound in a competitive market.
Asset management companies are focusing on enhancing product distribution and liquidity, particularly for products that attract capital from digital-native audiences. By launching tokenized stock categories on public chains, asset management companies can reach new investor groups without sacrificing the record-keeping functions of traditional transfer agents. This hybrid model can leverage the unique new markets, features, and functionalities of blockchain while maintaining regulatory compliance.
Blockchain Innovation Trends
Tokenized U.S. Treasuries and money market funds have grown from nearly zero to an assets under management (AUM) of tens of billions, including BlackRock's BUIDL (BlackRock U.S. Dollar Institutional Digital Liquidity Fund) and Franklin Templeton's BENJI (representing shares of Franklin OnChain U.S. Government Money Fund). These financial instruments are similar to yield-stablecoins but possess institutional-grade compliance and asset backing.
Through blockchain technology, asset management companies can meet the needs of digital-native investors, providing greater flexibility, such as enabling automatic rebalancing of portfolios or yield stratification through asset segmentation and programmability.
On-chain distribution platforms are becoming increasingly mature. Asset management companies are collaborating with blockchain-native issuers and custodians, such as Anchorage, Coinbase, Fireblocks, and Securitize, to tokenize fund shares, automate investor onboarding processes, and expand their coverage and investor categories globally.
On-chain transfer agents manage KYC/AML, investor whitelisting, transfer restrictions, and cap tables natively through smart contracts, thereby reducing the legal and operational overhead of fund structures.
Leading custodians ensure the secure custody, transferability, and compliance of tokenized fund shares, increasing distribution options while meeting internal risk and audit standards.
Issuers hope to position their funds as the foundational assets of decentralized finance (DeFi) and tap into on-chain liquidity to expand their total addressable market (TAM) and enhance assets under management (AUM). By listing tokenized funds on protocols like Morpho Blue or integrating with Uniswap v4, asset management companies can access new liquidity. Mid-2024, BlackRock's BUIDL fund will first join Morpho Blue as a yield-bearing collateral option, marking the first time traditional asset management products achieve composability in DeFi. Recently, Apollo's tokenized private credit fund (ACRED) was also integrated into Morpho Blue, launching a new yield-enhancing strategy that could not be realized in the off-chain world.
The ultimate outcome of collaborating with DeFi is that asset management companies shift from expensive and slow fund distribution models to direct wallet access, while creating new yield opportunities and capital efficiency for investors.
When issuing tokenized real-world assets (RWAs), asset managers have largely moved beyond the dilemma of choosing between permissioned networks and public chains. In fact, they are clearly leaning towards adopting public chains and multi-chain strategies to achieve broader distribution of their products.
For example, Franklin Templeton's tokenized money market fund (represented by the BENJI token) is distributed across blockchain platforms such as Aptos, Arbitrum, Avalanche, Base, Ethereum, Polygon, Solana, and Stellar. By partnering with well-known public chains, the liquidity of these products is also enhanced by blockchain ecosystem partners (such as centralized exchanges, market makers, and DeFi protocols). Companies like LayerZero further support these multi-chain strategies by enabling seamless inter-chain connectivity and settlement.
Tokenized Real-World Assets (RWAs)
We are observing a rising trend in the tokenization of financial assets (such as government securities, private sector securities, and stocks), rather than physical assets like real estate or gold (although these assets can also be tokenized and there are existing cases).
In the context of tokenized traditional funds—such as money market funds backed by U.S. Treasuries or similar stable assets—the distinction between "wrapped tokens" and "native tokens" is particularly important. This distinction primarily involves how tokens represent ownership, the primary record-keeping location for shares, and the degree of integration with the blockchain. Both models drive tokenization by connecting traditional assets with blockchain, but wrapped tokens prioritize compatibility with traditional systems, while native tokens aim for a comprehensive on-chain transformation. To clarify the differences between wrapped tokens and native tokens, here are two typical cases.
BUIDL is a wrapped token that tokenizes shares of a traditional money market fund that invests in cash, U.S. Treasuries, and repurchase agreements. The ERC-20 form of the BUIDL token digitizes these shares for on-chain circulation, but the underlying fund still operates as an off-chain entity regulated by U.S. securities laws. Ownership is limited to qualified institutional investors who have been whitelisted, and the minting and redemption of tokens are managed by custodians Securitize and BNY Mellon.
BENJI, on the other hand, is a native token representing shares of the Franklin OnChain U.S. Government Money Fund (FOBXX), which has an AUM of $750 million and invests in U.S. government securities. Under the BENJI framework, the blockchain serves as the official record-keeping system for processing transactions and recording ownership, making it a native token rather than a wrapped token. Investors can subscribe by exchanging USDC through the Benji Investments app or institutional portal, and the token supports direct on-chain peer-to-peer (P2P) transfers.
In the process of issuing tokenized funds, asset management companies typically require a digital transfer agent to adapt the functions of traditional transfer agents to the blockchain environment. Many institutions choose to collaborate with Securitize, which not only assists in the issuance and transfer of tokenized funds but also ensures the accuracy and compliance of ledgers and records. These digital transfer agents not only enhance efficiency through smart contracts but also open up more possibilities for traditional assets. For example, Apollo's ACRED is a wrapped token that provides access to an off-chain diversified credit fund and optimizes its lending and yield strategies through decentralized finance (DeFi) integration. In this process, Securitize assisted in creating sACRED (the ERC-4626 compliant version of ACRED), allowing investors to implement leveraged looping strategies through Morpho (a decentralized lending protocol).
In contrast to wrapped tokens, which require hybrid systems to coordinate on-chain behavior with off-chain records, native tokens achieve further innovation through on-chain transfer agents. Franklin Templeton has closely collaborated with regulators to develop a proprietary on-chain transfer agent that enables instant settlement and 24/7 transfers for BENJI. Similar cases include Superstate's collaboration with Solana to launch Opening Bell, which also supports 24/7 transfers through its internal on-chain transfer agent.
Where should wallets fit in? Asset management companies should not view wallets—the tools through which customers access their products—as a secondary issue. Even if they choose to "outsource" issuance and distribution to transfer agents and custody service providers, asset management companies still need to carefully select and integrate wallets. These decisions will impact every aspect from investor adoption to regulatory compliance.
Many asset management companies often adopt "wallet-as-a-service" solutions to generate wallets for investors. These wallets are typically custodial, with service providers automatically executing KYC and transfer agent restrictions. However, even if the transfer agent "owns" the wallet, asset management companies still need to embed the relevant APIs into their investor portals and choose software development kits (SDKs) and compliance modules that align with their product roadmaps.
Other key considerations for tokenized funds involve fund operations. Asset managers need to determine the level of automation for net asset value (NAV) calculations, such as whether to use smart contracts for intraday transparency or rely on off-chain audits to determine the final daily NAV. Such decisions depend on the type of token, the underlying asset classes, and the specific compliance requirements of the fund. Redemption mechanisms are another critical consideration; tokenized funds can achieve faster exits compared to traditional systems but need built-in restrictions to manage liquidity. In these scenarios, asset management companies often rely on transfer agents for advice or integration with key service providers (such as oracle services, wallets, and custodians).
Additionally, special attention should be paid to the regulatory status of custodians in custody decisions. According to the SEC's custody rules, qualified custodians must be qualified and obligated to safeguard customer assets.
Fintech Companies
Fintech companies, especially those focused on payments and consumer finance (referred to as "PayFi"), are leveraging blockchain technology to create faster, lower-cost, and globally scalable services. In a competitive market where innovation speed is crucial, blockchain provides ready-made infrastructure for identity verification, payments, credit, and custody, often requiring fewer intermediaries.
These fintech companies are not trying to replicate existing systems but rather aim for leapfrog advancements. This makes blockchain particularly attractive for cross-border applications, embedded finance, and programmable currencies. For example, Revolut's virtual card allows users to make everyday purchases with cryptocurrencies; Stripe's stablecoin financial accounts enable business users to hold account balances in stablecoins across 101 countries.
For these companies, blockchain is not just an improvement in infrastructure or efficiency; it is about building new types of services that were previously unattainable.
Tokenization allows fintech companies to embed real-time, 24/7 global payments directly on-chain while unlocking new fee services around issuance, exchange, and fund flows. Programmable tokens also support native functionalities such as staking, lending, and liquidity provision, integrating these features directly into applications to enhance user engagement and create diversified revenue streams. All of this helps companies retain existing customers and attract new ones in an increasingly digital world.
Stablecoins, tokenization, and verticalization are becoming significant trends in industry development.
Three Key Trends
Stablecoin payment integration is revolutionizing payment channels, providing 24/7 (365 days a year) real-time transaction settlement services, breaking through the limitations of traditional payment networks constrained by bank operating hours, batch processing, and jurisdictional restrictions. By bypassing traditional card networks and intermediaries, stablecoin channels significantly reduce transaction fees, foreign exchange fees, and service charges, especially in peer-to-peer (P2P) and business-to-business (B2B) scenarios.
With smart contracts, businesses can embed functionalities such as conditions, refunds, royalties, and installment payments directly into the transaction layer, opening up new profit models. This could potentially transform companies like Stripe and PayPal from aggregators of banking services into platform-native programmable cash issuers and processors.
Global remittances continue to be plagued by high costs, long delays, and opaque foreign exchange spreads. Fintech companies are leveraging blockchain settlement technology to redefine how cross-border funds flow. By using stablecoins (such as USDC on Solana or Ethereum, or USDT on Bitcoin), businesses can significantly reduce remittance costs and settlement times. For example, Revolut and Nubank have partnered with Lightspark to enable real-time cross-border payments on the Bitcoin Lightning Network.
By storing value in wallets and tokenized assets rather than through banking channels, fintech companies gain greater control and speed, especially in regions where the banking system is unreliable. For companies like Revolut and Robinhood, this transformation positions them as platforms for global fund flows rather than merely shells of digital banks or trading applications. For global payroll service providers like Deel and Papaya Global, offering options to pay employees in cryptocurrencies or stablecoins is becoming increasingly popular, as it enables instant payments.
Crypto-native fintech companies are focusing on underlying infrastructure, launching their own blockchains (L1 or L2) or acquiring companies that reduce reliance on third parties. Companies like Coinbase's Base, Kraken's Ink, and Uniswap's Unichain—all built on the OP Stack—are pursuing a strategy similar to transitioning from developing applications on Apple iOS to owning the entire mobile operating system, enjoying the significant advantages of platform empowerment.
By launching their own L2, fintech companies like Stripe, SoFi, or PayPal can capture value at the protocol level to complement their front-end products. Self-owned chains can provide customized performance, whitelisting features, KYC modules, and more, which are crucial for regulated applications and enterprise clients.
By using OP Stack on Optimism (an Ethereum L2 blockchain) to launch a dedicated "payment" blockchain, fintech companies can transform from a closed ecosystem to a diversified, open financial innovation market. This not only attracts other developers and enterprises to participate in its ecosystem development but also creates revenue through network effects.
Many fintech companies typically start by offering basic crypto services, such as buying, selling, sending, receiving, and holding small amounts of tokens, gradually expanding to other services like yield and lending. SoFi recently announced plans to re-enable crypto trading after exiting the space in 2023 due to regulatory restrictions. One advantage of crypto trading is that it allows SoFi's customers to participate in global remittances, while the greater potential lies in combining its core lending business with on-chain lending (similar to the collaboration between Morpho and Coinbase for Bitcoin collateralized lending) to optimize terms and enhance transparency.
Building Proprietary Blockchains
An increasing number of crypto-native "fintech companies"—such as Coinbase, Uniswap, and World—are building proprietary blockchains to customize infrastructure for specific products and users, reducing costs, enhancing decentralization, and capturing more value within their ecosystems. For example, Uniswap's Unichain can integrate liquidity and reduce fragmentation, making decentralized finance (DeFi) faster and more efficient. Similar vertical integration strategies are also applicable to fintech companies looking to enhance user experience and internalize more value, such as Robinhood's recently announced L2 blockchain plan. For payment companies, proprietary chains may focus on user experience (UX), creating infrastructure that abstracts or hides crypto-native operations while emphasizing stablecoin applications and compliance features.
When building proprietary blockchains, different levels of complexity come with different trade-offs, and here are some key considerations.
L1 is the most burdensome, complex to build, and least beneficial from any partnership. However, L1 also allows fintech companies to have the greatest control over scalability, privacy, and user experience. For instance, companies like Stripe can embed native privacy features to meet global regulatory requirements or customize ultra-low-latency consensus mechanisms for high-frequency merchant payments.
One of the core challenges in launching a new L1 is the economic security of the launch chain—attracting significant staking capital to ensure network security. EigenLayer provides democratized access to high-quality security by transforming isolated and capital-intensive L1 models into shared, efficient models, which can accelerate blockchain innovation while reducing the failure rate of development.
L2 is often a very good compromise, allowing fintech companies to achieve a degree of control through a single sequencer while accelerating the development process. The sequencer is responsible for collecting user transactions, determining the processing order, and submitting them to L1 for final validation and storage. The single sequencer design not only ensures reliability and fast performance but also captures more revenue while simplifying operations. Additionally, by utilizing Rollup-as-a-Service (RaaS) services on Ethereum or joining established L2 alliances like Optimism Superchain, fintech companies can quickly create their own L2s by leveraging shared infrastructure, standardized resources, and community support.
For example, PayPal could build a "payment superchain" based on OP Stack to optimize its PYUSD stablecoin for real-time scenarios, such as in-app transfers on Venmo. They could also achieve seamless cross-chain bridging for PYUSD within the Optimism Superchain ecosystem, initially employing a centralized sequencer to provide predictable low fees (e.g., under $0.01 per transaction) while inheriting Ethereum's security. Furthermore, by collaborating with RaaS providers (such as Alchemy and its partner Syndicate), PayPal can significantly shorten deployment times from months or even years to weeks.
The simplest method is to deploy smart contracts on existing blockchains, which is also the strategy that companies like PayPal have already adopted. Blockchains like Solana are particularly attractive to fintech companies looking to quickly enter the L1 blockchain space due to their mature scale, broad user base, and unique assets.
Openness and Non-openness
To what extent should fintech applications and/or blockchains achieve openness? The core advantage of blockchain lies in composability—the ability to combine and remix protocols to create an ecosystem where the whole is worth significantly more than the sum of its parts.
If an application or blockchain is non-open, composability will be limited, and the likelihood of innovative applications emerging will be greatly reduced. Take PayPal as an example; choosing to build a permissionless chain not only aligns with the trend of fintech moving towards open ecosystems but also helps PayPal achieve profitability through its competitive barriers. Global developers can leverage PayPal's compliance layer to attract more users, and this user growth will drive increased network activity, thereby bringing more value to PayPal.
Unlike L1 blockchains (like Ethereum), L2 offloads much of the work through sequencers, achieving higher throughput while still inheriting the security attributes (and advantages) of L1. As mentioned earlier, rollups with single sequencer designs (like Soneium) provide an interesting development path, where operators can influence transaction latency and impose restrictions on specific transactions, thus finding a balance between openness and control.
Building blockchains based on modular frameworks (like OP Stack) not only drives additional revenue growth but also expands the utility of core products. For example, with PayPal and its PYUSD stablecoin, having a self-owned L2 can not only generate sequencer revenue but also tightly integrate the chain's economic model with PYUSD. As the initial sequencer operator, PayPal can charge a portion of transaction fees (also known as "gas fees"), similar to how Coinbase's OP Stack L2 Base earns revenue from its sequencer. By modifying OP Stack's gas payment to accept PYUSD, PayPal can offer "free" transactions (e.g., waiving withdrawal fees) to existing PayPal users and increase the speed of use cases like Venmo transfers and cross-border remittances. Similarly, PayPal can incentivize developer activity by offering low-cost or even zero-cost developer fees and charging a modest premium on integrated services like the PayPal Wallet API or compliance oracles.
In the face of the rapidly evolving crypto world, banks, asset management companies, and fintech firms often have questions when exploring blockchain technology: how to understand this technology and its potential opportunities? Here are our core recommendations:
Start with customer segmentation and tailor solutions. Customer needs are diverse—institutional users require compliance-heavy, custodial setups, while retail users prioritize convenience and self-custody options for everyday use.
View security and compliance as non-negotiable bottom lines. Almost all counterparties, whether regulators or customers, have clear expectations regarding security and compliance.
Accelerate layout and innovation through collaboration. There is no need to do everything yourself; partnering with experts in specific fields can shorten time-to-market and leverage innovative solutions to create new revenue opportunities.
Blockchain can not only become the core infrastructure for traditional financial institutions but also help them explore new markets, attract new users, and uncover new revenue sources, safeguarding their future development.
Click to learn about job openings at ChainCatcher
Recommended Reading:













