New US Bill Aims To Bring Order To Crypto Chaos With Unified Regulations

bitcoinistPublished on 2024-09-14Last updated on 2024-09-14

Abstract

Congressman John Rose of Tennessee introduced the "BRIDGE Digital Assets Act," one of the most important legislative proposals with changes...

Congressman John Rose of Tennessee introduced the “BRIDGE Digital Assets Act,” one of the most important legislative proposals with changes in the regulatory landscape of crypto assets in the United States.

It provides for a Joint Advisory Committee consisting of participants from the Securities and Exchange Commission and the Commodity Futures Trading Commission. It would, therefore, look to harmonize the sometimes-conflicting regulations existing presently between the two agencies for digital assets, coming under both securities and commodities jurisdictions.

Rose argues that the “regulation-by-enforcement” approach stifles innovation and drives investment overseas, requiring the United States to create an environment friendlier to digital asset development.

Joint Committee’s Role

It proposes a composition for the Joint Advisory Committee that should consist of at least 20 participants from the private sector, including digital asset issuers, academic researchers, and users. They would be able to provide insight into and make recommendations regarding digital asset regulations with respect to aspects such as decentralization, functionality, and security.

The committee will be expected to meet at least twice a year, with findings and recommendations mandated to be done and given both to the SEC and the CFTC. This collaborative approach could bridge the regulatory gap to create a more cohesive approach in regulating digital assets, hence benefiting both consumers and investors.

As of today, the market cap of cryptocurrencies stood at $2.05 trillion. Chart: TradingView.com

Addressing Gaps In Crypto Regulation

One of the key features of the BRIDGE Digital Assets Act is that it aims to deal with the confusion at the current regulatory level. Both the SEC and CFTC interpret digital assets in a different way, hence creating confusion among businesses and investors.

The bill calls for a joint committee where the two agencies further align their regulatory frameworks with cooperation and clarity. The catch here is that the alignment shall avail an opportunity for a harmonized approach in the regulation of digital assets, which if realized would raise the protection of customers, as well as disclosure and economies in transaction costs.

Future Implications

The BRIDGE Digital Assets Act could be a major change in how digital assets are regulated in the United States. It also includes a specific timeline for actualizing the bill: the agencies, the SEC and CFTC, will adopt a joint charter to provide for the committee within 90 days and will appoint the members on the committee within 120 days, while the first meeting is expected to take place within 180 days of the enactment.

This structured approach not only sets a framework for the improvement of regulatory practices but also points toward new innovation in the digital asset space. As the crypto industry is still evolving, perhaps the BRIDGE Act would be the key to unlock such a balance between regulation and innovation, one that will finally play to the benefit of the US economy and its positioning in the global digital asset landscape.

Featured image from Built In, chart from TradingView

Christian Encila

Christian Encila

Christian, a journalist and editor with leadership roles in Philippine and Canadian media, is fueled by his love for writing and cryptocurrency. Off-screen, he's a cook and cinephile who's constantly intrigued by the size of the universe.

Related Reads

147 Trillion vs 70 Billion: The Rise of On-Chain 'Risk Managers' and the Potential Dawn of a New Era in DeFi Asset Management

"147 Trillion vs 70 Billion: The Rise of On-Chain 'Risk Managers' and the Potential Dawn of a New Era in DeFi Asset Management" Key Points: The role of professional asset managers is emerging in DeFi, ending the era where protocols and governance dictated everything. While early DeFi protocols like Aave and Compound bundled risk management within their code, innovations like Morpho have separated infrastructure from risk judgment. This allows specialized "Risk Managers" to operate independent lending vaults, acting as on-chain asset managers. The market, though early with ~$7B in assets under management (AUM), is rapidly consolidating around top performers like SteakhouseFi (RWA focus), SentoraHQ (AI-driven models), and Gauntlet (crisis management). This modular structure mirrors TradFi's division of labor: distributors (e.g., exchanges) source capital, Risk Managers design strategies and set standards, and underlying protocols handle custody and execution. For traditional asset managers, this familiar structure presents clear entry paths: 1) **Distribution**: Partnering with Risk Managers as a backend service. 2) **Supply**: Bringing real-world assets (RWA) on-chain as collateral. 3) **Operation**: Becoming a Risk Manager themselves (e.g., Bitwise). The core competency required is shifting from coding to traditional risk underwriting and financial expertise—areas where established institutions hold a natural advantage. While the current DeFi market (~$80B) is minuscule compared to global asset management (~$147T), it represents a significant growth runway. The teams that build the trusted standards and rails for risk-managed capital now are poised to define the market's future as institutional capital seeks secure on-ramps.

marsbit9m ago

147 Trillion vs 70 Billion: The Rise of On-Chain 'Risk Managers' and the Potential Dawn of a New Era in DeFi Asset Management

marsbit9m ago

Sui Launches Gasless Stablecoin Transfers, Supported by Fireblocks

Sui has officially launched "Gasless Stablecoin Transfers," a new protocol-level feature enabling users and enterprises to send supported stablecoins on Sui without paying gas fees or needing a separate SUI token balance. As the feature rolls out, stablecoin transfer fees on Sui are now effectively $0. Major stablecoins like USDsui, suiUSDe, AUSD, FDUSD, USDB, USDC, and USDY are already supported. This aims to simplify payments and remove a key barrier to mass adoption: requiring users to hold another token for gas. The enterprise platform Fireblocks, securing over $14 trillion in digital asset transactions, has integrated the feature in advance, enhancing institutional accessibility. Other wallets and custodians are also set to support zero-gas transactions. Sui co-founder Adeniyi Abiodun stated this brings Sui closer to being a global payment rail. Fireblocks' Ran Goldi noted it removes a major friction point for businesses building on-chain payments. This is a permanent structural change to Sui's mainnet, not a subsidy. It positions Sui as low-cost infrastructure for enterprises, traders, and AI agents. Sui's stablecoin transfer volume has surpassed $1 trillion since August 2025, with its architecture supporting high-frequency payments. Recent growth includes three SUI Exchange-Traded Products (ETPs) launching in 2026 and the expansion of major stablecoin projects like USDsui and SuiUSDe on the network. Zero-gas stablecoin transfers are now being gradually deployed on the Sui mainnet.

marsbit10m ago

Sui Launches Gasless Stablecoin Transfers, Supported by Fireblocks

marsbit10m ago

Major AI Collaboration Breakthrough! Stanford and NVIDIA Jointly Eliminate AI Communication Overhead, Boosting Reasoning Speed by 2.4x

Title: AI Collaboration Breakthrough: Stanford & NVIDIA Eliminate Communication Overhead, Boost Reasoning Speed by 2.4x A new approach called RecursiveMAS, developed by UIUC, Stanford, NVIDIA, and MIT, tackles the major bottleneck in multi-agent AI systems: the "language tax." Currently, AI agents collaborate by generating and reading natural language text, a slow, costly, and information-lossy process akin to inefficient radio communication. RecursiveMAS bypasses this by enabling agents to communicate directly through their "thoughts"—latent space vector representations—instead of text. Inspired by recursive language models, it treats each agent like a reusable layer in a recursive loop. A special lightweight module called RecursiveLink passes these high-dimensional, semantic-rich internal states between agents. Only the final agent decodes the last latent representation into human-readable text. This process, described as "telepathic" communication, dramatically cuts the overhead of encoding and decoding text at each step. The system is highly efficient; the core AI model weights remain frozen, and only the small RecursiveLink modules are trained, requiring updates to just 0.31% of total parameters. This reduces training costs by over 50% compared to full fine-tuning. Comprehensive evaluations across math, science, coding, and QA benchmarks show significant improvements: - **Accuracy:** Average increase of 8.3%, with gains up to 18.1% on complex math problems (AIME2025). - **Speed:** End-to-end reasoning is 1.2x to 2.4x faster, with greater speedups as recursive depth increases. - **Cost:** Token usage is reduced by 34.6% to 75.6%. The research suggests a new scaling paradigm for multi-agent systems: deepening recursive collaboration depth rather than merely adding more agents. This could address key production barriers like compute cost, latency, and memory limits. However, challenges remain, including the need for independent verification, compatibility between different AI models (heterogeneous agents), reduced interpretability of the "black-box" latent communication, and adaptation to complex real-world workflows involving tools and human interaction. If validated, RecursiveMAS could fundamentally change how AI agents work together, moving beyond inefficient "textual handoffs" to more seamless and powerful collaborative reasoning.

marsbit1h ago

Major AI Collaboration Breakthrough! Stanford and NVIDIA Jointly Eliminate AI Communication Overhead, Boosting Reasoning Speed by 2.4x

marsbit1h ago

Trading

Spot
Futures

Hot Articles

What is an order book?

An order book is one of the first things you see on the HTX trading interface.

915 Total ViewsPublished 2022.12.01Updated 2024.01.25

What is an order book?

How to Buy ORDER

Welcome to HTX.com! We've made purchasing Orderly (ORDER) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy Orderly (ORDER) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your Orderly (ORDER)After purchasing your Orderly (ORDER), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade Orderly (ORDER)Easily trade Orderly (ORDER) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

3.4k Total ViewsPublished 2024.08.25Updated 2025.03.21

How to Buy ORDER

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ORDER (ORDER) are presented below.

活动图片