Crypto World
We Need to Change How We Think About Aging, Says AARP’s CEO
“Pop culture today is thinking about living longer and what we want our lives to look like,” Minter-Jordan says. “We’re able to really home in on that as a means of engaging younger demographics, but also bringing visibility to the growing ‘50-plus’ in our country.”
That includes reminding people age 65 and older that Social Security and Medicare are instrumental for health and financial resiliency later in life. In 2025, the 90th anniversary of the Social Security Act, Minter-Jordan traveled the country highlighting the importance of both programs and telling the stories of members who depend on them. More than 3 million AARP activists contacted their Congressional leaders to remind them that Social Security and Medicare aren’t handouts, she says, but benefits that people have earned.
As a physician, Minter-Jordan knows that living longer isn’t always as good as it sounds. The gap between people’s “health span”—how long they’re healthy—and lifespan is about 12.5 years, she says. (It’s typically worse for women.) But AARP wants to help to close that gap. AgeTech Collaborative, AARP’s startup accelerator, connects hundreds of companies that are designing products to help people age better with investors and entrepreneurs who can help bring their products to market. Its Community Challenge grants invest in small local projects nationwide that make age-oriented design changes to public places. Under Minter-Jordan, AARP has doubled the amount of money it grants to fund practical improvements that benefit older Americans, like more benches in community parks.
Minter-Jordan, who is in her 50s, says that people are sometimes surprised to see someone relatively young as the face of an organization representing an aging America. But that’s kind of the point, she says. Beyond middle age, people are still contributing a great deal to American society and the economy. There are now 57 million Americans over age 50 in the workforce, and Minter-Jordan wants the rest of the country to realize that their experience makes them valuable.
“This is a longevity revolution,” she says. “The businesses, employers, and policymakers who take older Americans seriously and design for their actual lives are the ones that are going to be positioned to grow and lead.”
Crypto World
Bitcoin Is Suddenly a Hedge Again, VanEck Says: What Changed?
Bitcoin (BTC) is rallying again, and VanEck’s Matthew Sigel says it is finally acting like the hedge it was built to be.
Sigel, head of digital asset research at VanEck, ties the move to fears over US fiscal policy rather than pending crypto legislation.
All Eyes on the US Treasury
The US Treasury doubled its long-dated bond buyback ceiling, from $2 billion to at least $4 billion per operation. The move compressed yields and fed a broader risk-on rally tied to the Treasury’s bond buyback expansion.
Roughly $3 billion in forced short liquidations amplified the move. bitcoin climbed to $72,757, part of what one report called Bitcoin’s short squeeze cascade.
Sigel downplays the CLARITY Act, the crypto market structure bill working through Congress, as the driver. Coinbase CEO Brian Armstrong has voiced optimism the bill clears 60 Senate votes, though prediction markets price a slim chance it becomes law this year, a gap Sigel says explains why the rally isn’t about CLARITY Act’s Senate odds.
“Bitcoin is one of the best hedges you can find on that dynamic.”
— Matthew Sigel, Head of Digital Asset Research, VanEck, via CNBC
That hedge framing carries a mixed record
Bitcoin’s correlation with US equities spiked, not fell, during the 2020 COVID crash and the 2022 rate-hiking cycle. Academic research shows that pattern, not decoupling, is what typically happens under market stress.
That tension traces back to Bitcoin’s origin. Satoshi Nakamoto’s 2008 whitepaper proposed Bitcoin as a fixed-supply alternative to a financial system reliant on central bank money printing.
Sigel’s dollar-debasement argument revives that same case, just aimed at Treasury debt management instead of the printing press directly.
Whether Bitcoin keeps behaving like that hedge, or snaps back into a risk-on trade if equities wobble, will show which version of the story markets are actually pricing.
The post Bitcoin Is Suddenly a Hedge Again, VanEck Says: What Changed? appeared first on BeInCrypto.
Crypto World
Building rails for autonomous web3
Disclosure: This article does not represent investment advice. The content and materials featured on this page are for educational purposes only.
The Graph says onchain AI agents need identity, structured data and payments to act autonomously.
Summary
- Onchain AI agents need identity, reliable blockchain data and payment tools to operate independently online.
- ERC-8004 and account abstraction can give autonomous agents defined permissions while supporting verifiable onchain reputations.
- Subgraphs, MCP and x402 could help agents access data, pay services and execute blockchain actions.
Artificial intelligence and blockchain have spent years developing largely along parallel tracks. AI has become increasingly capable of reasoning, interpreting instructions and making decisions, while blockchain networks have created programmable financial systems that can operate without centralized intermediaries. The next stage is bringing those capabilities together.
The result could be an internet populated not only by human users, but also by autonomous AI agents capable of discovering information, making decisions, interacting with protocols and paying for services on their own.
That future requires more than increasingly powerful large language models. As The Graph Foundation explains in its Aug. 18 blog post, “The Onchain Agent Infrastructure Stack Explained,” autonomous agents need infrastructure that translates AI reasoning into reliable blockchain actions. The Graph frames the emerging stack around three fundamental requirements: identity, environmental awareness and economic agency.
Identity: Giving agents an onchain passport
Before an autonomous agent can transact, a blockchain needs a reliable way to identify it and determine what it is authorized to do.
Simply giving an AI agent access to a user’s wallet private key creates obvious problems. An incorrect decision or hallucination could expose all of the assets associated with that wallet. It also makes distinguishing between actions performed by a person and those performed by an autonomous system difficult.
ERC-8004, described by The Graph as the Trustless Agents standard, addresses this problem through three onchain registries covering identity, reputation and validation. These registries allow agents to establish recognizable identities and interact without requiring pre-existing trust between participants.
Combined with account abstraction, this model can also create tightly defined permissions. An agent might be authorized to trade only a certain amount each day, for example, without receiving unrestricted control over a user’s funds.
Identity becomes more valuable as agents develop histories. Because actions and feedback can be recorded onchain, agents can accumulate verifiable reputations that other agents and smart contracts can evaluate.
The Graph is supporting this layer through Agent0 Subgraphs, which index agent registrations, metadata, reputation information and validation activity across multiple networks. According to The Graph, this makes it possible for agents to search for other agents by characteristics such as capability or reputation without independently scanning blockchain histories.
Data: Helping AI understand the onchain world
Knowing who an agent is solves only part of the problem. An autonomous agent also needs accurate information about the environment in which it is operating.
Blockchains contain enormous amounts of transparent data, but transparency does not necessarily mean accessibility. Information is distributed across blocks, transactions, events and smart contracts. Asking an LLM to navigate that raw information directly is inefficient and can increase the risk of incorrect conclusions.
This is where blockchain indexing becomes a critical part of agent infrastructure.
The Graph’s Subgraphs organize blockchain information into structured, searchable datasets. When combined with Model Context Protocol, or MCP, that indexed information can become directly usable by AI systems. The Graph describes Subgraph MCP as effectively acting as a translator between agents and complex blockchain data.
Consider an autonomous trading agent tasked with finding an attractive opportunity involving an ETH pair. Before executing a transaction, the agent might need to compare liquidity across protocols, evaluate current conditions and confirm that the opportunity still exists.
Rather than attempting to interpret millions of blockchain logs, the agent could query the relevant Subgraphs through MCP and receive structured information it can reason about.
This illustrates an important distinction in agent infrastructure. The intelligence layer and the data layer solve different problems. An LLM may decide what information it needs and reason about the answer, while indexing infrastructure is responsible for making reliable blockchain information available in a usable format.
Payments: Giving agents economic agency
The final piece is the ability to pay.
Today’s internet payment infrastructure was largely designed around people and businesses. Users create accounts, manage subscriptions, enter payment information or manually authorize transactions. Autonomous software operating continuously cannot depend on those workflows.
The emerging x402 standard offers another model. It revives HTTP’s “402 Payment Required” status code to enable services to request payment directly as part of an internet request.
The Graph has integrated x402 into its Subgraph Gateways, allowing agents to pay for individual queries in USDC without maintaining traditional API accounts or keys. An agent requests data, receives the payment requirement, signs the payment and resubmits the request before receiving the requested information. The Graph’s GraphTally infrastructure handles settlement with Indexers behind the scenes.
The significance goes beyond paying for blockchain queries. Machine-to-machine commerce requires payment systems suited to potentially enormous volumes of small, automated transactions. If agents are constantly purchasing data, computation or services from one another, per-request micropayments can provide an economic model that more closely matches how autonomous software actually operates.
From web3 users to web3 agents
Put these layers together and a clearer picture of the onchain agent stack emerges.
An agent establishes an identity and operates within predetermined permissions. It accesses structured blockchain data to understand current conditions. It can then purchase the information or services it needs and execute an authorized action. The process can repeat without requiring a human to approve every intermediate step.
The Graph calls this process the “agent loop.” ERC-8004 provides identity and accountability, Subgraphs and MCP provide contextual awareness, while x402 and GraphTally support autonomous payments and settlement.
This architecture also points toward a broader shift in how blockchain infrastructure may be designed. Much of web3 today assumes a human is sitting behind a screen, navigating an interface, connecting a wallet and approving transactions. An agent-centric environment requires infrastructure that is machine-readable, programmable and economically autonomous by default.
The Graph already provides blockchain data infrastructure across more than 60 networks and reported that, as of early 2026, it had served more than 1.27 trillion queries to over 75,000 projects. The rise of autonomous agents potentially gives that kind of infrastructure a new class of user: software itself.
AI may provide the reasoning engine for the emerging agentic internet, but intelligence alone cannot create an autonomous economy. Agents also need identities, trustworthy data and native ways to transact. The development of that underlying stack could determine whether onchain AI remains a collection of experiments or becomes a functional machine-to-machine economy operating at internet scale.
Disclosure: This content is provided by a third party. Neither crypto.news nor the author of this article endorses any product mentioned on this page. Users should conduct their own research before taking any action related to the company.
Crypto World
Binance Enables AI-Agent Trading With User-Configurable Controls
Binance has rolled out Agent OS, a new developer platform designed to let AI agents connect to crypto-market data, monitor user accounts, and execute trades on the exchange—subject to permissions and limits set by the user.
In an announcement, the company said the platform supports popular AI tools, including ChatGPT, Claude Code, Codex, and Cursor. Users can authorize agents to view account information and place orders within configured boundaries, while also being able to revoke access and adjust permissions at any time.
Key takeaways
- Binance Agent OS is positioned as a developer platform for AI agents to access exchange data and trade on Binance.
- Authorization controls—permissions, limits, and the ability to revoke access—are central to how agents can act.
- Account separation is supported via dedicated subaccounts, allowing funds and activity to be isolated per agent.
- Exchange monitoring, not agent cognition: Binance can monitor trades placed through Agent OS but cannot see an agent’s external data sources or decision logic outside the chosen AI application.
- Onchain and payment integrations are included, enabling agents to initiate payments and interact with wallets and other onchain services.
What Binance’s Agent OS enables
Agent OS is built around the idea that AI systems should be able to perform structured actions in financial applications—rather than simply providing advice. According to Binance, users can authorize agents to view account information and execute trades on the exchange under a permission model.
The platform is designed to give users practical control over automation. Binance says agents can be assigned to dedicated subaccounts, which can help separate funds and trading activity tied to different agents or strategies. That separation matters for risk management, particularly when multiple agents are running different tasks or operating with different levels of access.
Permissions, limits, and transparency into agent activity
A key detail in Binance’s explanation is what the company can and cannot observe. Binance said it can monitor trades placed through Agent OS, but it does not have visibility into an agent’s external information sources, its interpretation of inputs, or the decision-making process—those occur within the user’s chosen AI application.
This distinction is important for both builders and users. It suggests Binance is implementing guardrails at the exchange-action layer while leaving the reasoning layer to the third-party AI stack. For users, that can reduce exposure to unclear automation behavior, but it also means they still need to carefully audit what their selected AI tools are doing, where they pull information from, and how they translate that information into trading actions.
Binance also emphasized that access is not permanent: users can revoke access at any time and adjust permissions and limits as their needs change.
Beyond trading: payment and onchain connectivity
Agent OS is not limited to market monitoring and order placement. Binance says the platform connects agents to its payment and onchain tools, enabling agents to make payments and interact with wallets and other onchain services.
That broadens the potential use cases for agent automation from trading-centric workflows to wider transaction tasks. For example, an agent might be configured to move assets, execute payments, or coordinate onchain interactions—again within whatever boundaries the user sets.
Binance joins an emerging “agentic” exchange trend
Binance’s move fits into a wider pattern among crypto trading platforms exploring how far AI agents can go in executing tasks. The push is not uniform: different exchanges appear to be testing different levels of autonomy and different product shapes.
In June, Coinbase launched “Coinbase for Agents”, described as a tool that lets AI models such as ChatGPT and Claude connect to user accounts and execute crypto trades and strategies. Coinbase also highlighted support for agent-driven payments via its x402 protocol.
Meanwhile, Kraken reportedly took a more controlled approach in July with an AI-powered investing assistant that monitors markets and recommends trades based on users’ goals and risk preferences, but requires user approval before executing a trade.
Other players have extended the concept beyond direct trading. In a separate development, OKX launched a beta marketplace where AI agents can find work, transact autonomously, and hire other agents for tasks, using stablecoin payments and an onchain reputation system.
The broader narrative has also been reinforced by prominent executives arguing that AI agents may become significant participants in onchain activity. Coinbase CEO Brian Armstrong and Circle CEO Jeremy Allaire have both suggested agents could soon represent a large share of onchain transactions. Binance co-founder Changpeng Zhao has echoed the idea, describing crypto as the “native currency” of AI agents.
What to watch next for Agent OS
With Agent OS, Binance is effectively turning trading permissions into an interface for automation—while keeping the “why” behind decisions inside the user’s AI environment. The next phase for users and developers will likely hinge on how reliably permissions behave in practice, how agents are isolated via subaccounts, and how Binance’s integrations handle real-world onchain and payment flows as more automation moves from demos into production.
Crypto World
Ex-Fed Chief Dudley Warns Stocks Are in Bubble Territory as Treasury Boosts Buybacks
Bill Dudley, a former president of the Federal Reserve Bank of New York, says the US stock market is in bubble territory, pointing to stretched valuations and a slowing artificial intelligence (AI) investment cycle.
Dudley made the comments on Bloomberg Television this week, as Treasury Secretary Scott Bessent moves to contain a sharp rise in long-term bond yields.
Stretched Valuations Underpin the Bubble Call
Dudley pointed to the Shiller CAPE ratio, the Shiller cyclically adjusted price-to-earnings (CAPE) ratio, which sits near 41. That compares with a 25 to 30-year average of about 17, and a record of 44 set in December 1999. In simple terms, investors are paying far more for each dollar of company earnings than history suggests is safe.
He also cited the Buffett Indicator, the ratio of stock market value to gross domestic product (GDP), which stands around 240%. Warren Buffett has said readings above 100% signal an overvalued market. This indicator is suggesting the stock market is strongly overvalued.
AI Spending Faces a Slowdown
Dudley expects capital expenditure (capex) growth among AI hyperscalers, the large cloud providers building AI infrastructure, to decelerate in 2027. That would squeeze profit margins across the sector and its suppliers.
He also questioned whether the industry can generate the estimated $2 trillion in revenue needed to justify current investment levels. Historically, he noted, excess returns from major technological booms tend to get competed away as rivals pile in.
Broadcom is reportedly negotiating a chip-financing package that could reach $100 billion. The deal would support Anthropic’s IPO plans, with the AI firm targeting a stock market debut as soon as October.
Treasury Moves Add to the Pressure
The 30-year Treasury yield surged above 5.3% this week, its highest level since 2007. The Treasury Department responded with a long-bond buyback increase, doubling the size of its debt repurchases.
However, Dudley said the fiscal backdrop complicates the Federal Reserve’s task regardless of the bond-market intervention.
“The Fed has to take the world as it is.”
— Bill Dudley, Bloomberg
The coming months may show whether AI capex growth slows fast enough to avoid a sharper market correction.
The post Ex-Fed Chief Dudley Warns Stocks Are in Bubble Territory as Treasury Boosts Buybacks appeared first on BeInCrypto.
Crypto World
Arbitrum Activates Elara With Optional Compliance Filters for Dedicated Chains

Arbitrum activated ArbOS 61 Elara on Aug. 20, adding optional protocol-level transaction screening, priority-fee support and an alternative data-availability interface for dedicated chains, while changing base-fee administration and expanding Stylus capacity on Arbitrum One. The upgrade went live… Read the full story at The Defiant
Crypto World
Bitcoin Price Analysis: What’s Next for BTC After Massive 12% Daily Surge?
Bitcoin has staged a sharp recovery from the lower end of its recent range, pushing back toward $70K after spending several weeks consolidating below a descending trendline. The latest move has improved the short-term structure considerably, although BTC is now approaching an important resistance cluster that could determine whether this is the start of a broader recovery or simply a range breakout that needs confirmation.
Bitcoin Price Analysis: The Daily Chart
The daily chart shows Bitcoin recovering from the $60K support area after a prolonged decline from the all-time highs. The price subsequently formed a broad consolidation structure, with the market repeatedly finding buyers around the $60K-$62K region while rallies were capped by a descending trendline.
The most important development is the latest breakout. BTC has moved decisively above the long-term descending trendline and the $66.5K resistance zone, with the asset currently around $72K. This represents a meaningful structural improvement because the trendline had been containing the recoveries for months.
However, the breakout is now facing its first major test. The $72K-$74K area represents the next significant resistance zone visible on the chart. A sustained move through this region would strengthen the bullish case and potentially expose the $80K-$82K resistance area next.
On the downside, the former $66.5K resistance zone is now the first important area to monitor. A daily close back below this region would weaken the breakout and raise the possibility of a return toward the critical $60K demand zone.
Overall, the daily structure has shifted from a clear sequence of lower highs into a potential bullish reversal. Confirmation above $66.5K would be important, while failure to hold that zone could turn the recent move into a false breakout and likely lead to another capitulation event.
BTC/USDT 4-Hour Chart
The 4-hour chart provides a clearer picture of the immediate breakout. BTC had been trading inside a contracting structure, characterized by a descending upper trendline and a gradually rising lower boundary. This created a compression pattern that persisted from July into mid-August.
The breakout finally occurred, and Bitcoin surged through both the descending trendline and the $66K-$67K resistance zone. The move was particularly aggressive, with BTC quickly advancing from the mid-$64K area toward $70K.
The $66K-$67K zone is therefore the key short-term pivot. As long as Bitcoin remains above it, the breakout structure remains intact, and the market could continue toward the next daily resistance around $72K-$74K.
At the same time, the speed of the move means a retest would not necessarily be bearish. A pullback toward $66K-$67K followed by a successful rebound could provide stronger confirmation that the former resistance has turned into support.
For now, momentum clearly favors the buyers on the 4-hour timeframe, but the next challenge is whether buyers can convert the breakout into sustained price acceptance above $70K.
On-Chain Analysis
The futures average order size chart provides an additional perspective on the recent price action. The indicator separates futures activity into normal orders, big whale orders, small whale orders, and retail orders, allowing the composition of trading activity to be viewed alongside Bitcoin’s price.
The recent price recovery from the $60K area toward $70K has featured a mixture of normal and whale-sized orders, with green and light-green clusters appearing repeatedly during the advance. This suggests that larger orders have remained active around the latest recovery rather than the move being driven exclusively by smaller retail transactions.
At the same time, the chart shows substantial red retail-order clusters during several previous major price swings, including periods around the $70K region and the subsequent decline. The latest advance toward $70K does not show the same degree of persistent retail-order dominance visible during some earlier rallies.
That backdrop is constructive, although the indicator alone does not establish whether the larger orders are predominantly long or short. The more important takeaway is that the current price recovery is occurring alongside renewed activity from larger futures participants.
The post Bitcoin Price Analysis: What’s Next for BTC After Massive 12% Daily Surge? appeared first on CryptoPotato.
Crypto World
Optimism Redirects $49.7 Million Airdrop Reserve After Late Deciding Vote

Optimism governance approved a proposal to move 546.9 million OP tokens, valued at roughly $49.7 million at the time of the vote, from an allocation reserved for future user airdrops into a Strategic Ecosystem Fund administered by the Optimism Foundation. The change removes the remaining dedicated… Read the full story at The Defiant
Crypto World
X in Talks to Use Stablecoins for Content Creator Royalties: Report
X is exploring stablecoin payments for content creators as it replaces its long-running Revenue Sharing program with a new rewards system.
The talks could put USDC at the center of creator payouts just as X expands its broader payments offering.
X Explores Stablecoins for Creator Payments
CoinDesk reported on August 20 that X is discussing the use of stablecoins such as Circle’s USDC to pay royalties to influential users for their content.
The conversations are still ongoing, according to a person familiar with the plans who also works with other social media platforms testing stablecoins for influencer commissions, suggesting X is not alone in weighing the move.
The report comes as X changes how creators earn money on the platform. The company announced early this month that it is ending new enrollment for its Revenue Sharing program and introducing the Original Content Rewards Program.
Under the new system, eligible creators earn money from qualified impressions generated by their original content. Those impressions must come from Premium users on the Home Timeline, with at least half of the post visible. Creators need at least 500 verified followers and 500,000 Home Timeline impressions from verified users during the previous 90 days. They must also subscribe to X Premium, Premium+ or Premium Business and maintain an account in good standing.
Existing Revenue Sharing participants can continue earning through September 7, but X plans to begin allowing such users to apply for Original Content Rewards from September 8, with their first payment under the new program scheduled for September 25. The stablecoin discussion could therefore affect how these payments are eventually delivered.
X Money Adds Another Piece
Stablecoins now carry a combined market value of over $300 billion and are already used by businesses to move money across borders faster and more cheaply than traditional banking rails allow.
X’s interest in the fiat-pegged digital assets for creator pay follows Elon Musk’s broader financial ambitions for the platform. In March, he confirmed that X Money, the app’s in-house payment product, would open to early public access within weeks, a step toward what he called an “everything app” that folds financial services into social media.
The product launched to a limited group of US Premium+ users in June before expanding to a wider set of paid subscribers by late July. It currently works as a dollar-based wallet, letting eligible users hold balances, send free instant transfers to other X Money users, receive direct deposits, and spend through a Visa debit card, with up to 6% annual yield on balances and cashback on purchases.
However, it does not yet support crypto or stablecoins, despite heavy speculation before its launch. Some of Musk’s other companies have leaned on the technology before, including SpaceX, which reportedly collects cross-border payments from Starlink customers in emerging markets using stablecoins, a precedent that makes X’s interest less of a surprise.
The post X in Talks to Use Stablecoins for Content Creator Royalties: Report appeared first on CryptoPotato.
Crypto World
Stablecoin issuers face an operational test before 2027, Telcoin president says
US stablecoin issuers have entered a five-month preparation window before the GENIUS Act’s expected Jan. 18, 2027, effective date, which places licensing and operating controls at the center of market access.
Summary
- Stablecoin issuers will generally need a federal or state license from Jan. 18, 2027.
- Patrick Gerhart said integrated compliance systems will present the hardest licensing challenge.
- US platforms face separate restrictions on distributing unapproved stablecoins from July 18, 2028.
- Treasury is considering customer and location checks that could affect offshore issuers and platforms.
The US Treasury proposed new definitions on Aug. 17 covering when a company issues a payment stablecoin in the United States and when a digital asset platform offers one to a US customer.
Although the proposal clarifies which activities fall under the law, Patrick Gerhart, president of Telcoin Digital Asset Bank, told crypto.news that securing a license will require issuers to prove their compliance, reserves, and technology systems work together under daily operating conditions.
“The hardest part will be building the operating infrastructure behind the license,” Gerhart said. “A stablecoin issuer needs much more than a reserve account and a compliance policy on paper.”
President Donald Trump signed the GENIUS Act into law on July 18, 2025, establishing separate regulatory paths for federally supervised issuers and qualifying state-regulated companies. Under the law, only permitted issuers may issue payment stablecoins in the United States once the framework takes effect.
Its effective date is technically the earlier of Jan. 18, 2027, or 120 days after the responsible federal agencies complete their final regulations. Regulators missed a July 18, 2026, statutory deadline for finishing the rules, however, leaving issuers with less time to adapt before the expected January start.
Stablecoin licensing will require working controls
Based on Telcoin’s chartering process, Gerhart said regulators will expect an issuer to show how it identifies customers, traces incoming funds, monitors transactions, manages reserves and handles redemptions.
Each function may require a separate policy, but the licensing test will involve how the controls operate as a single system. According to Gerhart, compliance, risk, technology, reserve management, and banking relationships cannot remain isolated workstreams.
“For issuers working toward 2027, I would expect the biggest challenge to be demonstrating that those controls actually work together operationally,” he said.
“They have to function as one operating model, and regulators will want to see that the institution is ready to manage that model at scale.”
Federal proposals support his assessment. The Office of the Comptroller of the Currency’s draft framework covers reserve assets, redemptions, custody, liquidity, capital, audits, risk management, regulatory reporting and operational backstops. Application, examination, and wind-down procedures also form part of the proposed rules.
OCC-supervised issuers would have to maintain eligible reserves and redeem stablecoins at par. Nonbank companies seeking approval as federal qualified payment stablecoin issuers would follow a separate application process, while bank subsidiaries, qualifying state issuers, and foreign companies would face requirements suited to their regulatory status.
Comptroller Jonathan Gould reportedly expects the agency to finalize its rules by November after considering industry comments. Completion by then would give issuers only about two months before Jan. 18, although the rules remain subject to revision.
Meanwhile, a separate proposal from the Financial Crimes Enforcement Network and the Office of Foreign Assets Control would treat permitted stablecoin issuers as financial institutions under the Bank Secrecy Act.
FinCEN and OFAC have proposed requirements for customer identification, due diligence, suspicious-activity reporting, and sanctions compliance. Issuers would also need the technical ability to block, freeze, or reject prohibited transactions and comply with lawful government orders.
Telcoin spent years preparing its banking model
Telcoin’s experience provides Gerhart with a direct view of the work involved. Nebraska granted Telcoin Digital Asset Bank its final charter in November 2025 under the Nebraska Financial Innovation Act, which the state enacted in 2021 to create a regulated path for digital asset depositories.
The state described Telcoin’s charter as the first of its kind in the United States. Nebraska officials said the bank’s stablecoin reserves would primarily consist of US government bonds or deposits at FDIC-insured banks in the state.
Before granting final approval, Nebraska regulators required an operating structure covering capital, reporting, security, and customer safeguards. State rules impose surety bond and insurance requirements, as well as funding for three years of operating expenses.
Digital asset depositories must also maintain customer-complaint procedures and written plans for responding to data breaches or other cybersecurity incidents. Certain security events require immediate notice to the Nebraska Department of Banking and Finance.
While developing its model, Telcoin worked with state regulators to explain how its technology operated and determine how existing banking requirements applied to the business, Gerhart said.
“We spent years working with Nebraska regulators and building the policies, procedures, reporting, and risk controls needed to operate a digital asset bank within a regulated banking framework,” he said.
Telcoin is building its services around eUSD, a bank-issued stablecoin designed to connect conventional dollar accounts with public blockchain networks. According to Gerhart, customers could move between bank-held dollars and an on-chain dollar asset without combining services from a separate bank, exchange, and stablecoin company.
For businesses, he said the model could support faster settlement and allow payments to be built into blockchain-based products. Consumers could access blockchain applications while retaining a relationship with a regulated bank.
Gerhart attributed another potential benefit to the banking controls governing reserves, custody, compliance, and redemptions. Blockchain supplies the transfer speed and programmability, he said, while the regulated institution provides a familiar operating structure.
US rules could favor prepared issuers
The GENIUS Act allows issuers with no more than $10 billion in consolidated outstanding stablecoins to choose state-level supervision when the Treasury determines that the state’s rules are substantially similar to the federal framework.
Companies exceeding the threshold generally fall under federal supervision. The OCC will oversee federally qualified nonbank issuers, stablecoin subsidiaries of national banks and federal savings associations, along with certain state-qualified companies under its authority.
Gerhart said institutions that have already invested in banking and regulatory systems may enter the new regime with an advantage. Existing controls, reporting systems, and regulator relationships could take years for less-prepared competitors to reproduce.
Under his assessment, however, banks will not simply displace established nonbank stablecoin companies. Issuers will still need interoperability and practical uses alongside regulatory approval to win customers.
“The issuers that succeed will be the ones that can combine regulatory compliance with interoperability and real utility. Regulation opens the door to more participants, but the ability to integrate with existing financial infrastructure and actually serve customers will determine who gains traction.”
An earlier explanation of the law detailed additional issuer obligations, including one-to-one reserve backing, monthly attested disclosures and a ban on paying yield directly to stablecoin holders.
Eligible reserves include cash, insured bank deposits, short-term Treasury bills, Treasury-backed repurchase agreements and qualifying money market funds. Corporate debt, loans, precious metals and cryptocurrencies do not qualify as reserve assets under the framework.
Platforms face a separate 2028 access deadline
From July 18, 2028, digital asset service providers generally cannot offer or sell a payment stablecoin to people in the United States unless an approved issuer issues it.
Treasury’s proposal treats exchanges, custodians, transfer providers and businesses offering financial services tied to digital asset issuance as service providers. Its US restrictions are intended to reach offshore activity when a platform offers or sells stablecoins to a person located in the country.
Under the proposed definitions, direct solicitation and US-facing advertising could count as an offer. A platform may also fall within the rule if it responds to an unsolicited request by agreeing to sell a stablecoin or telling potential customers how to bypass location restrictions.
Treasury is seeking feedback on whether platforms should use customer identification, account-opening data, geographic restrictions, device or network checks, contractual declarations and transaction monitoring to determine a customer’s location. IP address and identity-document checks are among the specific controls under consideration.
Foreign issuers would retain a route into the American market if the Treasury considers their home regulatory regime comparable, they register with the OCC, and they can comply with lawful orders and reciprocal arrangements.
Given the operational work involved, Gerhart said platforms should already be identifying every stablecoin they list, its issuer, the issuer’s home jurisdiction and the controls needed to limit customer access when required.
“The 2028 deadline gives platforms more time, but it is not something they should leave until 2028 to address,” he said.
Issuers should also begin reviewing reserve reconciliation, redemption procedures, KYC, anti-money laundering controls, sanctions systems, and regulatory reporting, according to Gerhart. Treasury will accept comments on its latest proposal for 60 days after the notice is published in the Federal Register.
Crypto World
State Farm Is Sending $5 Billion in Dividend Payments to Customers
When will customers get their dividend payments?
The payments began going out on July 31. State Farm has not indicated when they will stop.
“Millions of customers have already received their individual dividend payments, with more on the way,” State Farm announced when the payments began.
Customers will be notified by State Farm regarding their pending payments “beginning late summer of 2026,” the company’s website states, adding that dividend payments are being sent out “in waves by state where the policy is assigned.”
Over 7.2 million checks have been mailed since payments began, with another 3.8 million set to go out this week, a State Farm spokesperson told CBS News in an email.
How much could eligible customers get paid?
The dividend payments average $100 per vehicle, according to State Farm.
The amount an eligible customer receives will vary based on a couple of factors, however. The payment a customer gets will be based on a percentage of the premiums they paid, and that percentage ranges from 4% to 10% depending on the customer’s state.
-
Fashion6 days agoWeekend Open Thread: Ann Taylor
-
Tech7 days ago11 Ways to Rank Your Videos
-
Sports6 days agoBirmingham 2026: Day 6 Timetable for Irish Athletes
-
NewsBeat6 days agoMyanmar says over 300,000 Rohingya refugees verified for repatriation as exodus enters ninth year
-
Politics6 days agoSEQ Code: The Three Letter Boarding Pass Code That Could Give You The Worst Seat
-
Tech3 days agoQwen3.8-27B runs frontier-class coding agents and reasoning locally, no cloud API required
-
Business3 days agoSMA Solar Technology AG (SMTGY) Q2 2026 Earnings Call Transcript
-
Crypto World6 days agoPi Network Protocol 27 endgame: last upgrade before what?
-
Crypto World3 days agoOCC Greenlights Trump Family Crypto Firm for Trust Charter
-
Tech5 days agoEvery fusion startup that has raised over $100M
-
Business7 days ago15 Ways to Make Money From Your Phone (2026 Guide)
-
Entertainment7 days ago10 Netflix Shows That Quietly Became Modern Classics
-
Entertainment6 days agoMarvel Studios Reveals New X-Men Cast Including Adam Driver and Sadie Sink
-
Crypto World7 days agoRobinhood Chain Approaches $1B TVL as Uniswap Integration Boosts Liquidity
-
Fashion6 days agoWeekly News Update, 8.14.26 – Corporette.com
-
News Videos20 hours agoDon’t Leave Your Financial Future To Chance | August 19, 2026
-
Business6 days agoFacebook Down Now? Users Report Login And Loading Problems As Outage Trackers Monitor Ongoing Issues
-
Fashion6 days agoSilver bangles for women – Newbridge Silverware
-
Fashion6 days agoCart Confidential Vol. 44 – Julia Berolzheimer
-
Crypto World3 days agoNAVI Prime launches institutional lending framework on Sui




You must be logged in to post a comment Login