logo
Why US banks are edging closer to crypto

Why US banks are edging closer to crypto

Independent2 days ago

Major US banks are reportedly considering expanding into the cryptocurrency market following encouraging signals from regulators, according to four industry executives.
These Wall Street giants, previously restricted from engaging in crypto activities due to stringent regulations, are now preparing to explore the sector through pilot programmes, partnerships, or limited crypto trading services.
However, the executives, who preferred to remain anonymous, noted that the largest lenders are proceeding cautiously, wary of being the first to overextend themselves in the crypto space and risk violating evolving regulations.
The executives added that should a major firm successfully expand its crypto operations without encountering regulatory issues, others will swiftly follow suit, initiating small-scale pilot projects and assessing further business opportunities in the digital asset market.
Jamie Dimon, CEO of the largest U.S. bank, JPMorgan Chase, ruled out getting into custody - storing crypto assets for clients - or expanding significantly even if regulations ease.
"When I look at the bitcoin universe, the leverage in the system, the misuse in the system, the money laundering issues, trafficking, I'm not a fan of it," Dimon, a longtime crypto skeptic, told investors last week.
"We're going to allow you to buy it, we're not going to custody it... I don't think you should smoke, but I defend your right to smoke. I defend your right to buy bitcoin," he added.
U.S. President Donald Trump vowed to become the first "crypto president" before he took office. He has since wooed the industry's elite at the White House, promised to boost the adoption of digital assets and said he aims to create a strategic bitcoin reserve.
While there are welcoming signs, banks are seeking even clearer guidelines from the government clarifying what they can do in crypto, more than half a dozen industry executives said.
"The shift in the stance is encouraging for traditional lenders, but they are still approaching it with caution and viewing the changes in regulation as an opportunity to engage and not a free pass," said Dario de Martino, A&O Shearman M&A partner who works on crypto-related issues.
Custody businesses to store and manage crypto assets are promising, bankers and executives said, but they have thin margins and potentially pose high risks.
Most banks are likely to enter custody businesses through partnerships with existing crypto firms, sources said.
Charles Schwab CEO Rick Wurster told Reuters earlier this month that the traffic lights from financial regulators were flashing "pretty green" for large firms to grow in crypto. The signals have reinforced Schwab's plans to offer spot crypto trading within a year, he said.
New regulators under Trump have also signaled more bank-friendly crypto policies. The U.S. Office of the Comptroller of the Currency paved the way for lenders to engage in some crypto activities, such as custody, some stablecoin activities and participation in distributed ledger networks.
The Securities and Exchange Commission also scrapped earlier accounting guidance that made it expensive for banks to deal in crypto.
Bank of America could launch stablecoins, its CEO Brian Moynihan said earlier this year, and the U.S. banking industry will embrace cryptocurrencies for payments if regulations permit them.
Meanwhile, Morgan Stanley wants to work with regulators to see how it can be a middleman for crypto-related transactions, CEO Ted Pick said earlier this year. The lender is also exploring adding crypto to its e-trade platform, a source said.
Some of the large banks are also exploring issuing a joint stablecoin, with the conversations in initial stages, another banking source said.
Big banks seek more clarity around anti-money laundering rules and supervision before diving deeper into crypto. They are also asking for consistent guidelines across banking and market regulators before launching new businesses in digital assets, whose values are volatile.
For now, banks are weighing their crypto prospects and running small-scale pilot programs.
"While a much-improved environment, banks will continue to have concerns around anti-money laundering and regulatory compliance," said Matthew Biben, co-head of the global financial services group at law firm King & Spalding.
Shifting landscape
Banks want to understand if they can engage in crypto lending, or if they are allowed to become market makers for digital assets, one of the banking sources said.
The rules for traditional banking businesses are very well defined and there is complete clarity over what a bank is allowed to do and what is outside their ambit, similar well-defined guidelines are needed for digital assets too.
The working group on crypto under David Sacks, the Trump-appointed crypto czar, has no representation from banking regulators, which needs to be amended if the big banks are allowed to play any meaningful role in the business, two banking sources said.

Orange background

Try Our AI Features

Explore what Daily8 AI can do for you:

Comments

No comments yet...

Related Articles

Say Goodbye to Complex Excel Formulas : Meet the SCAN Function
Say Goodbye to Complex Excel Formulas : Meet the SCAN Function

Geeky Gadgets

time19 minutes ago

  • Geeky Gadgets

Say Goodbye to Complex Excel Formulas : Meet the SCAN Function

What if you could solve intricate Excel problems with a single, elegant formula? Imagine replacing a web of complex, error-prone calculations with one streamlined function that handles it all. Enter the SCAN function—a fantastic option for anyone who relies on Excel for advanced analytics. With its ability to process sequential calculations and automate workflows, SCAN transforms how users approach everything from financial modeling to inventory tracking. Whether you're calculating running totals or tackling corkscrew calculations, this tool promises to simplify your work and elevate your efficiency. It's not just a function; it's a paradigm shift for Excel users. In this exploration, Excel Off The Grid uncover how SCAN works, why it's so powerful, and how it integrates seamlessly with Excel's dynamic arrays and the LAMBDA function. You'll learn how to use SCAN for tasks like cumulative totals, iterative financial models, and even combining multiple datasets for advanced analyses. But that's not all—SCAN's ability to handle dependent, step-by-step computations opens doors to possibilities you may not have considered. By the end, you'll see why this single-cell solution is more than just a feature; it's a tool that redefines what's possible in Excel. Could this be the function that transforms your workflow? Mastering Excel's SCAN Function What is the SCAN Function? The SCAN function processes each value in an array by applying a function that combines the current value with the result of the previous calculation. It requires three key arguments to function effectively: Initial Value: The starting point for the calculation, which serves as the base for subsequent operations. The starting point for the calculation, which serves as the base for subsequent operations. Array: The dataset to iterate through, providing the values to be processed sequentially. The dataset to iterate through, providing the values to be processed sequentially. Function: The operation applied at each step, defining how the current value interacts with the previous result. This structure makes SCAN particularly useful for scenarios where each calculation depends on the outcome of the previous step. Examples include cumulative totals, iterative financial models, or any task requiring step-by-step computations. Practical Applications of SCAN The SCAN function is highly versatile and can simplify a wide range of tasks. Its ability to handle sequential calculations makes it a valuable tool for various practical applications: Running Totals: SCAN calculates cumulative sums by iterating through an array and adding the current value to the previous result. This is particularly useful for tracking progressive totals in datasets. SCAN calculates cumulative sums by iterating through an array and adding the current value to the previous result. This is particularly useful for tracking progressive totals in datasets. Corkscrew Calculations: In financial modeling, SCAN can compute closing balances for one period that serve as opening balances for the next. This iterative process is essential for accurate financial projections. In financial modeling, SCAN can compute closing balances for one period that serve as opening balances for the next. This iterative process is essential for accurate financial projections. Sequential Computations: SCAN is ideal for step-by-step calculations, such as monitoring inventory levels, cash flows, or production outputs over time. By automating these processes, SCAN reduces manual effort and ensures consistency in calculations, making it a valuable addition to Excel's toolkit. SCAN Solves Advanced Excel Problems in a Single Cell Watch this video on YouTube. Check out more relevant guides from our extensive collection on Excel functions that you might find useful. Enhancing SCAN with LAMBDA The integration of the LAMBDA function significantly enhances SCAN's flexibility. LAMBDA allows users to define custom functions tailored to specific needs, allowing more complex and adaptable workflows. Within SCAN, placeholders like 'previous' (representing the prior result) and 'value' (representing the current array element) can be used to create highly customized operations. For instance, you can define a LAMBDA function to calculate weighted averages, conditional sums, or other specialized computations. This capability simplifies complex workflows, reduces formula clutter, and allows you to reuse custom functions across multiple scenarios. By combining SCAN with LAMBDA, you can unlock a new level of precision and efficiency in your Excel calculations. Combining Arrays for Advanced Analyses SCAN's ability to process multiple arrays simultaneously adds another layer of functionality. For example, you can combine inflows and outflows into a single dataset for analysis. This feature is particularly valuable in financial and operational contexts, where multiple variables interact dynamically. By structuring data into arrays, SCAN can efficiently handle intricate relationships and dependencies. This capability is especially useful for tasks such as: Analyzing cash flow patterns by combining revenue and expense data. Tracking inventory changes by integrating stock inflows and outflows. Modeling financial scenarios that involve multiple interdependent variables. This ability to manage complex datasets within a single formula streamlines workflows and enhances the accuracy of your analyses. Integrating Built-in Functions and Simplifying Formulas SCAN works seamlessly with Excel's built-in functions, such as SUM, MIN, and MAX, allowing you to enhance its functionality without additional complexity. Additionally, SCAN supports eta reduction, which enables you to reference a function name directly without defining a LAMBDA. For example, instead of creating a custom LAMBDA for summation, you can simply use SUM as the function argument in SCAN. This feature not only reduces formula complexity but also improves readability, making it easier to understand and maintain your calculations. By using built-in functions alongside SCAN, you can achieve powerful results with minimal effort. Understanding SCAN's Limitations While SCAN is a robust and versatile tool, it does have some limitations that users should be aware of. For instance, functions like COUNT may not behave as expected because SCAN only passes two values—the previous result and the current value—into the function. This can lead to unexpected outcomes if the function relies on additional parameters or broader dataset contexts. Additionally, SCAN's reliance on sequential processing means it may not be suitable for tasks requiring non-linear or independent calculations. Understanding these nuances is crucial for effectively integrating SCAN into your workflows and avoiding potential pitfalls. Corkscrew Calculations: A Key Strength One of SCAN's standout capabilities is its ability to handle corkscrew calculations. These involve iterative processes where the result of one period directly influences the next. For example, SCAN can calculate opening balances, movements, and closing balances in a single formula. This iterative capability is indispensable for tasks such as: Financial modeling, where accurate projections depend on sequential calculations. Inventory tracking, where stock levels are updated based on inflows and outflows. Operational planning, where resource allocation depends on prior usage data. By automating these processes, SCAN eliminates the need for manual adjustments and ensures consistency across calculations, making it an invaluable tool for professionals in finance, operations, and beyond. Media Credit: Excel Off The Grid Filed Under: Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.

Claude 4 : Say Goodbye to Tedious Tasks, Meet Your New Productivity Partner
Claude 4 : Say Goodbye to Tedious Tasks, Meet Your New Productivity Partner

Geeky Gadgets

time19 minutes ago

  • Geeky Gadgets

Claude 4 : Say Goodbye to Tedious Tasks, Meet Your New Productivity Partner

What if your apps could talk to each other, eliminating the constant back-and-forth of manual updates and repetitive tasks? Imagine a world where your calendar syncs seamlessly with your project management tools, your emails respond automatically to routine inquiries, and your workflows practically run themselves. Bold claim? Not anymore. Enter Claude 4 AI, a innovative solution that's redefining how we approach productivity and efficiency. By integrating your favorite applications and automating tedious workflows, this AI-powered system doesn't just save time—it transforms how you work, allowing you to focus on what truly matters. In a digital age where every second counts, Claude 4 AI is proving to be more than just a tool—it's your ultimate productivity partner. In this exploration, Marketing Against the Grain uncover how Claude 4 AI bridges the gap between disconnected apps, turning fragmented systems into a unified digital ecosystem. You'll discover how it simplifies complex tasks, automates repetitive processes, and enhances collaboration across teams—all while adapting to your unique needs. Whether you're juggling multiple platforms or struggling with inefficiencies in your workflows, this AI solution offers a smarter way forward. But how does it achieve such seamless integration and automation? And what does this mean for the future of work? Let's explore the possibilities and rethink what productivity can look like in a world powered by intelligent automation. Claude 4 AI Overview Seamless Integration Across Applications Claude 4 AI excels in creating a unified digital ecosystem by integrating with a wide range of applications. Whether you rely on project management tools, communication platforms, or data analytics software, this AI ensures smooth and uninterrupted connectivity. By bridging gaps between systems, it eliminates the need for manual data transfers, reducing errors and saving valuable time. For instance: Synchronize your calendar with task management apps to ensure deadlines and meetings are always aligned. Connect communication platforms with project management tools to enable real-time updates and foster streamlined collaboration. This seamless integration ensures that your tools work together harmoniously, reducing inefficiencies and allowing you to focus on higher-value tasks. By automating these connections, Claude 4 AI transforms fragmented workflows into a cohesive and efficient system. Automating Repetitive Workflows One of Claude 4 AI's most powerful features is its ability to automate repetitive tasks, freeing up your time for more strategic and creative pursuits. By analyzing your workflows, it identifies patterns and opportunities for automation, simplifying processes and minimizing manual intervention. Examples of automation include: Setting up automated email responses to frequently asked questions, making sure timely communication. Scheduling recurring reports to be generated and distributed without manual effort. Triggering notifications or actions based on specific events, such as project milestones or task completions. This level of automation not only accelerates task completion but also reduces the risk of delays and human errors. By handling routine tasks efficiently, Claude AI allows you to focus on activities that require critical thinking and innovation. Claude 4 AI Automate App Workflows Watch this video on YouTube. Dive deeper into Claude 4 with other articles and guides we have written below. Boosting Productivity and Efficiency At its core, Claude 4 AI is designed to enhance productivity by integrating applications and automating workflows. It creates an environment where tasks are completed faster, with greater accuracy and minimal friction. Teams benefit from real-time updates, shared access to critical information, and improved collaboration, all of which contribute to smoother operations. Additionally, Claude 4 AI's advanced data analysis capabilities provide actionable insights, allowing you to make informed decisions quickly. By combining speed, accuracy, and insight, it ensures that your operations remain efficient and effective, even in high-pressure scenarios. This makes it an invaluable tool for businesses seeking to maintain a competitive edge in a rapidly evolving market. Simplifying Complex Tasks Complex tasks often require significant time and effort, but Claude 4 AI simplifies these challenges through its advanced AI-driven solutions. It can process large datasets, extract meaningful insights, and present them in an accessible and actionable format. This capability is particularly useful for organizations that deal with intricate processes or high volumes of data. Key features include: Natural language processing, allowing you to interact with applications using simple, conversational commands. Data visualization tools that transform complex information into clear, easy-to-understand visuals. By breaking down intricate processes into manageable steps, Claude 4 AI enables you to achieve more with less effort. Whether you're analyzing data, managing projects, or coordinating teams, this AI solution simplifies the process, allowing you to focus on achieving your goals efficiently. AI Tailored to Your Needs Claude 4 AI uses machine learning to adapt to your specific workflows and preferences. Over time, it learns from your behavior, optimizing processes to better suit your unique needs. Whether you're managing a small team or overseeing a large enterprise, its scalable solutions ensure that your workflows remain efficient as your demands evolve. By reducing manual workloads and enhancing connectivity, Claude 4 AI positions itself as a cornerstone of modern productivity. Its adaptability makes it suitable for a wide range of industries and use cases, from small businesses seeking streamlined operations to large-scale enterprises managing complex systems. Claude 4 AI is not just a tool; it is a comprehensive solution that integrates applications, automates workflows, and simplifies complex tasks. By enhancing productivity and operational efficiency, it enables you to focus on what truly matters. Whether your goal is to save time, reduce errors, or streamline processes, Claude 4 AI provides the tools you need to succeed in today's dynamic digital landscape. Media Credit: Marketing Against the Grain Filed Under: AI, Gadgets News Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.

The M4 iPad Pro, 12 Months On: Still the Best Pro Tablet?
The M4 iPad Pro, 12 Months On: Still the Best Pro Tablet?

Geeky Gadgets

time20 minutes ago

  • Geeky Gadgets

The M4 iPad Pro, 12 Months On: Still the Best Pro Tablet?

The M4 iPad Pro, launched a year ago, marked a significant step forward in Apple's tablet lineup. With its sleek design, advanced display technology, and robust performance, it quickly gained popularity among a diverse range of users. Over the past year, its strengths and weaknesses have become more apparent, offering valuable insights into its long-term usability. The video below from SlatePad provides more insights into the M4 iPad Pro's design, performance, and overall functionality, assessing how well it has held up after a year of use. Watch this video on YouTube. Design and Portability: A Slim Yet Durable Build The M4 iPad Pro exemplifies Apple's commitment to minimalist aesthetics. Its flat edges, thin bezels, and lightweight frame create a modern and portable device that appeals to professionals, students, and casual users alike. The slim profile ensures easy portability, making it an ideal companion for those who need a device that can travel effortlessly between workspaces or on the go. Over the past year, the device has demonstrated impressive durability. Regular use has resulted in only minor cosmetic wear, such as slight scuffs or scratches, which are typical for portable devices. However, the thin design does come with trade-offs. The reduced thickness limits the battery capacity, which can affect its long-term usability for power users who rely on extended battery life. Nonetheless, for those prioritizing portability and a sleek form factor, the M4 iPad Pro strikes a commendable balance between design and functionality. OLED Display: Vibrant Visuals with Incremental Gains One of the standout features of the M4 iPad Pro is its OLED display. This technology delivers vibrant colors, deeper blacks, and faster response times, significantly enhancing the visual experience. Tasks such as video editing, media consumption, and digital art creation benefit from the display's superior color accuracy and contrast. While the OLED display represents a noticeable improvement over the mini-LED technology in the M1 iPad Pro, the difference may not be as impactful for casual users. Professionals working in fields like graphic design or video production are more likely to appreciate the enhanced color fidelity. For everyday tasks such as browsing or streaming, the upgrade, while welcome, may feel less fantastic. Still, the OLED display solidifies the M4 iPad Pro as a top-tier choice for users seeking a premium visual experience. Performance: Power Meets Practicality Powered by the M4 chip, the iPad Pro delivers exceptional performance that sets a high standard for tablets. It handles demanding tasks such as 4K video editing, graphic design, and multitasking with ease. The device's responsiveness remains consistent even under heavy workloads, thanks to its efficient thermal management system. However, prolonged use during resource-intensive tasks can cause the device to warm up noticeably. While the thermal management system prevents overheating, the warmth may affect comfort during extended sessions. This is particularly relevant for professionals who rely on the device for long hours of uninterrupted work. Despite this minor drawback, the M4 iPad Pro's performance capabilities make it a reliable choice for users who demand power and efficiency in a portable device. Battery Life: A Compromise for Portability Battery life is one area where the M4 iPad Pro shows room for improvement. Under heavy use, the device typically lasts between 3 to 5 hours, which may not be sufficient for professionals who require extended productivity without frequent recharging. This limitation stems from the trade-off between the device's slim design and its battery capacity. For casual users engaging in light tasks such as browsing, note-taking, or streaming, the battery life may be adequate. However, professionals and power users may need to carry a charger or power bank to ensure uninterrupted use throughout the day. While the M4 iPad Pro excels in many areas, its battery performance highlights a key consideration for those who prioritize long-lasting power. Accessories: Expanding Functionality The M4 iPad Pro's versatility is further enhanced by its accessories, particularly the Magic Keyboard and Apple Pencil Pro. These tools transform the device into a multifunctional workstation, catering to a wide range of user needs. Magic Keyboard: Provides a comfortable typing experience with responsive, durable keys. Its backlit design is ideal for low-light environments, but the top-heavy structure can make lap use slightly unstable. Provides a comfortable typing experience with responsive, durable keys. Its backlit design is ideal for low-light environments, but the top-heavy structure can make lap use slightly unstable. Apple Pencil Pro: Features haptic feedback for improved precision and gesture controls such as double-tap and squeeze. These enhancements make it a valuable tool for digital artists and note-takers, though occasional reliability issues with gestures may require refinement. Together, these accessories significantly expand the iPad's functionality, making it suitable for tasks ranging from professional-grade content creation to casual productivity. iPadOS 18: Enhancements with Limitations The release of iPadOS 18 brought several improvements to the M4 iPad Pro, including enhanced stability and new features aimed at boosting productivity. Stage Manager, for instance, offers a more organized multitasking experience, allowing users to manage multiple windows more efficiently. However, while iPadOS 18 introduces valuable updates, it still falls short of delivering a fully desktop-like experience. Professionals seeking seamless workflows may find the operating system limiting in certain scenarios, particularly when compared to macOS. Despite these limitations, iPadOS 18 provides a solid foundation for most productivity tasks, making sure that the M4 iPad Pro remains a capable and versatile device. Overall Experience: A Year of Balanced Performance After a year of use, the M4 iPad Pro continues to impress with its combination of sleek design, vibrant display, and powerful performance. It excels as a primary device for content creation, media consumption, and general productivity, offering a premium experience that caters to a wide range of users. While its limitations in battery life and thermal management are worth noting, these drawbacks are outweighed by its strengths in portability, responsiveness, and display quality. The M4 iPad Pro remains a reliable and versatile choice for users who value a high-performance tablet that adapts to various needs. Whether you're a professional, a creative, or a casual user, the M4 iPad Pro delivers an experience that remains relevant and valuable even a year after its release. Unlock more potential in M4 iPad Pro by reading previous articles we have written. Source & Image Credit: SlatePad Filed Under: Apple, Apple iPad, Top News Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into the world of global news and events? Download our app today from your preferred app store and start exploring.
app-storeplay-store