Reading view

There are new articles available, click to refresh the page.

The Crypto Exchange Checklist Most Founders Skip — And Regret Later

Launching a crypto exchange can look straightforward from the outside.

You choose the trading model, add a few cryptocurrencies, connect wallets, build a trading interface, and prepare for launch.

But founders who have worked on real exchange projects know that the difficult part usually starts after the basic platform is in place.

A trading engine that slows down during high-volume periods. A wallet architecture that creates unnecessary security risks. Liquidity that looks sufficient during testing but disappears when real users arrive. Compliance requirements that were considered too late. These issues can turn an exciting launch into an expensive rebuild.

That is why a proper crypto exchange checklist matters before development begins.

Here are the areas founders should evaluate before committing resources to an exchange project.

1. Define the Exchange Model First

Not every crypto exchange should be built the same way. Your first decision should be the type of exchange you want to operate.

Common models include:

  • Centralized exchanges
  • Decentralized exchanges
  • Hybrid exchanges
  • Peer-to-peer exchanges
  • OTC trading platforms

Each model affects the technology architecture, liquidity strategy, custody approach, security requirements, trading functionality, and regulatory considerations.

For example, a centralized exchange generally requires components such as user accounts, custodial wallets, an order book, matching engine, admin controls, and liquidity integrations.

A decentralized exchange has a very different architecture because trading logic can rely heavily on smart contracts and blockchain infrastructure.

Choosing the model after development has already started can create unnecessary changes to the entire platform.

2. Don’t Treat Liquidity as an Afterthought

A beautiful exchange with poor liquidity will struggle to retain traders.

Users expect orders to execute at competitive prices without excessive slippage. If the order book is thin, traders may move to another platform even if your interface and features are excellent.

Before development, decide how liquidity will be sourced.

Possible approaches include:

  • Connecting external liquidity providers
  • Integrating multiple exchanges
  • Building liquidity pools
  • Using market-making strategies
  • Supporting internal order matching
  • Combining multiple liquidity sources

The right approach depends on the exchange model and target market.

Liquidity should be considered part of the initial business and technical strategy, not something added immediately before launch.

3. Examine the Matching Engine

The matching engine is one of the most important components of a centralized exchange.

It determines how buy and sell orders are processed and matched.

Founders should ask:

  • How many orders can the system process per second?
  • How does it behave during traffic spikes?
  • What happens when thousands of users trade simultaneously?
  • How quickly are order book updates reflected?
  • What happens if part of the infrastructure fails?
  • Does the architecture support future trading volume?

A platform can have an impressive frontend while still delivering a poor trading experience if the backend cannot handle real market activity.

Performance testing should therefore happen before launch, not after users start complaining about delays.

4. Build Security Into the Architecture

Security shouldn’t be a final development phase.

An exchange handles valuable assets, sensitive user information, authentication credentials, transaction data, and trading activity. A weakness in any of these areas can have serious consequences.

A security checklist may include:

  • Multi-factor authentication
  • Role-based admin access
  • Wallet security controls
  • Encryption
  • Withdrawal protection
  • API security
  • Session management
  • Transaction monitoring
  • Rate limiting
  • DDoS protection
  • Regular security testing
  • Smart contract audits where applicable

Cold and hot wallet management also deserves careful planning, particularly for custodial exchanges.

The goal isn’t simply to add security features. The architecture itself should be designed to reduce unnecessary attack surfaces.

5. Plan the Wallet Infrastructure Carefully

Wallet functionality is another area founders sometimes underestimate.

If the exchange supports multiple cryptocurrencies and blockchain networks, wallet infrastructure can become increasingly complex.

You may need to manage:

  • Deposit addresses
  • Withdrawal processing
  • Blockchain confirmations
  • Hot and cold storage
  • Transaction monitoring
  • Multiple networks
  • Asset balances
  • Fee calculations
  • Failed transactions
  • Wallet reconciliation

Supporting an asset isn’t just a matter of displaying its symbol on the trading screen.

The backend needs to correctly handle blockchain transactions and maintain accurate balances across the platform.

6. Think About Compliance Before Development

Compliance requirements can influence the architecture of an exchange.

Depending on the target market and operating model, founders may need to consider areas such as KYC, AML, transaction monitoring, user verification, data protection, licensing, and reporting requirements.

This is where a common mistake happens.

A founder builds the platform first and starts thinking about compliance later.

That can force major changes to onboarding flows, transaction monitoring, user management, reporting systems, and administrative controls.

Compliance requirements should therefore be mapped against the product architecture from the beginning.

7. Don’t Build Features Just Because Competitors Have Them

A competitor may have 200 trading pairs, advanced charts, copy trading, staking, bots, margin trading, and multiple payment options.

That doesn’t mean your first release needs all of them. Start by identifying the features that directly support your target users.

For example, an initial exchange may prioritize:

  • Spot trading
  • Fast order execution
  • Secure wallets
  • User verification
  • Deposit and withdrawal functionality
  • Liquidity integration
  • Trading charts
  • Admin controls
  • Transaction monitoring

Additional features can be introduced as the user base and trading activity grow.

A focused platform is often easier to test, secure, and operate than an overloaded first release.

8. Choose the Development Partner Carefully

This decision can affect almost every other item on the checklist.

Don’t evaluate a development company only by its portfolio screenshots or quoted development cost.

Ask about its experience with:

  • Matching engines
  • Exchange wallet infrastructure
  • Liquidity integration
  • Security architecture
  • Blockchain integration
  • Trading APIs
  • Admin dashboards
  • Scalability
  • Compliance-related functionality
  • Post-launch maintenance

It is also useful to understand whether the team has experience building the specific exchange model you are planning.

If you’re comparing development teams, reviewing a company’s cryptocurrency exchange development services can give you a better idea of the technologies, exchange models, and functionality that can be included in a platform.

The important point is to evaluate technical capability, not just marketing claims.

9. Test the Platform Under Realistic Conditions

A platform working correctly with ten test users doesn’t prove much. Before launch, test scenarios that resemble real activity.

For example:

  • Large numbers of simultaneous users
  • High order volumes
  • Multiple deposits at once
  • Heavy withdrawal activity
  • Blockchain network delays
  • API traffic spikes
  • Failed transactions
  • Unexpected server failures
  • Database recovery
  • Liquidity interruptions

Load testing and failure testing can reveal problems that aren’t visible during normal development.

The earlier these issues are found, the cheaper they usually are to fix.

10. Prepare for Scale Before You Need It

Scalability doesn’t mean building the biggest possible infrastructure from day one.

It means creating an architecture that can grow without forcing a complete rebuild.

Think about future requirements such as:

  • More users
  • More trading pairs
  • More blockchain networks
  • Higher transaction volumes
  • Additional liquidity providers
  • New trading products
  • Mobile applications
  • Institutional users
  • Regional expansion

A modular architecture makes it easier to introduce these capabilities over time.

11. Don’t Forget the Admin Side

Founders often focus heavily on the trader interface and overlook the administration system.

But exchange operators need strong internal tools to manage the platform.

An effective admin dashboard may include:

  • User management
  • KYC review
  • Asset management
  • Trading pair management
  • Deposit and withdrawal monitoring
  • Transaction tracking
  • Fee configuration
  • Liquidity monitoring
  • Risk controls
  • Reports and analytics
  • System alerts
  • Role-based permissions

The admin panel is effectively the control center of the exchange. It needs the same level of planning as the user-facing application.

The Final Checklist

Before moving toward launch, ask yourself:

Exchange model: Is the platform architecture appropriate for the trading model?

Liquidity: Do we have a realistic strategy for maintaining liquidity?

Performance: Can the matching and trading infrastructure handle growth?

Security: Have wallet, API, authentication, and transaction risks been addressed?

Compliance: Have applicable requirements been considered from the beginning?

Wallets: Can the infrastructure safely support the assets and networks we plan to offer?

Scalability: Can the platform handle more users and trading activity without a major rebuild?

Admin tools: Can the operations team actually manage the exchange efficiently?

Testing: Has the platform been tested under realistic traffic and failure conditions?

Development partner: Does the technical team have relevant exchange development experience?

What Founders Should Really Take Away

The biggest mistake isn’t forgetting one feature.

It’s starting development before understanding how all the important components fit together.

A crypto exchange is more than a trading interface. It is a combination of trading infrastructure, wallet systems, blockchain connectivity, liquidity, security, compliance, administration, and scalability.

If these areas are planned independently, problems tend to appear later when they are more expensive to solve.

A good checklist forces founders to think beyond the launch screen.

Before asking how quickly an exchange can be built, ask a more important question:

Will the architecture still work when real users, real transactions, and real trading volume arrive?

That question can save months of development time and prevent costly decisions from becoming permanent problems.


The Crypto Exchange Checklist Most Founders Skip — And Regret Later was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

How Centralized Crypto Exchanges Actually Make Money: 8 Revenue Streams Explained i

Ever wondered how centralized crypto exchanges make money while running zero fee promotions and free withdrawal days? Most traders assume it all comes down to trading fees. Founders who try to build an exchange learn fast that it runs deeper than that.

A CEX does not need a single revenue source. Many exchanges spread out across trading fees, withdrawal charges, listing fees, margin interest, derivatives commissions, staking margins, launchpad fees, and premium data services. This piece covers all eight. It also covers what actually decides whether a CEX turns a profit in 2026.

What Is the Business Model of a Centralized Crypto Exchange?

At its core, a CEX offers trading, custody, and liquidity. It earns through transaction fees, plus extra services layered on top. Users bring volume. Volume deepens liquidity. Liquidity pulls in serious traders. Those traders bring even more volume. Revenue rides that loop.

Why Do Centralized Exchanges Need Multiple Revenue Streams?

Rules can shift by jurisdiction. Competitors race each other on fees until margins thin out. Trading activity can fall hard in a bear market. None of this is hypothetical. It has already happened to plenty of platforms. Exchanges that lean into lending, derivatives, staking, and data services keep earning even when spot trading goes quiet.

8 Revenue Streams of a Centralized Crypto Exchange

1. Trading Fees: The Core Revenue Stream

Most platforms run a maker taker model. Makers rest orders on the book and add liquidity. They pay less for it. Takers execute against those orders right away. They pay a bit more for the convenience.

Fees usually drop as a trader’s monthly volume climbs. VIP tiers reward the heaviest traders with fractions of a percent per trade. It sounds small. Multiply it by a busy exchange’s daily volume and it adds up fast.

2. Withdrawal and Deposit Fees

Crypto deposits are often free at the exchange level. Users can still run into network or payment provider costs, though. Withdrawals are the quieter earner. Crypto withdrawals usually include a network transaction fee. Depending on the exchange, a service margin gets added on top.

Not every blockchain prices this the same way. Bitcoin and Ethereum handle network fees differently, and other chains differ again. Fiat withdrawals often carry a banking partner fee too. Push withdrawal costs too far, and active traders quietly move to whoever charges less.

3. Token Listing Fees

Getting listed costs money. How much depends on the exchange, the project, and what the listing package covers. Some platforms charge modest amounts. Others charge far more. Several major exchanges have said publicly that they charge no listing fee at all.

Listing costs vary too widely to pin down a single number. What draws projects to a high volume exchange is exposure. A strong listing can bring real liquidity and visibility. It is not guaranteed, though.

4. Margin Trading and Lending Interest

Margin lets a trader borrow funds to size up a position. The exchange earns interest on that loan. If a position falls below the required maintenance margin, the exchange may liquidate it. This follows the platform’s own risk rules.

Some platforms also charge a liquidation fee on top of the interest already earned. This revenue pays well. It also leans hard on a liquidation engine that works when markets move fast.

5. Futures and Derivatives Trading Fees

Futures and perpetuals run on their own fee track, separate from spot trading. Perpetual contracts use a funding rate. It transfers payments between long and short traders directly. The exchange does not take a cut of that transfer. Instead, it earns from trading commissions, other derivatives related charges, and settlement fees when contracts expire.

6. Staking and Yield Based Services

Running a validator node is not for most people. Staking through an exchange skips that step. Users lock their tokens with the exchange. The exchange stakes them, often through its own setup or a partner’s. It keeps a portion of the rewards as a service fee.

That share varies by platform, asset, and jurisdiction. This is not a hands off business either. It involves validator management, custody, slashing risk, and compliance. Done well, it builds steady recurring revenue and keeps users on the platform longer.

7. Launchpad and Token Sale Commissions

Launchpads give early stage projects fast access to an exchange’s user base. Revenue models here vary. Some exchanges charge a project fee. Others take a token sale commission or sell promotional packages. A launch that performs well often pulls in new signups too. That ripple effect can outlast the launch itself.

8. Premium API, Data, and Institutional Services

Trading bots and institutional desks need higher rate limits and faster data than a free API tier offers. Exchanges package this into premium API plans, institutional desks, OTC services, and data subscriptions.

For some platforms this stays a small add-on. For others built around institutional flow, it becomes a real, high margin revenue line that goes well beyond retail trading fees.

How Much Revenue Can a Centralized Crypto Exchange Generate?

How Trading Volume Affects Exchange Revenue

Here is a simple estimate. Multiply monthly trading volume by a blended fee rate to get gross trading fee revenue. A platform running 500 million dollars a month at a blended 0.08 percent fee works out to roughly 400,000 dollars monthly from trading alone. Real revenue usually lands lower than this simple math suggests. VIP discounts, maker rebates, zero fee campaigns, and fee exemptions all chip away at the blended rate.

Example of a CEX Revenue Calculation

Treat these as illustrations, not benchmarks. Real fee rates and volume mixes shift by exchange and by region.

Which Revenue Streams Can Generate the Most Income?

For many retail focused exchanges, trading fees carry the biggest share of revenue. They scale directly with activity. That is not universal, though. Some exchanges lean more on institutional services, lending, or custody instead. Listing fees and launchpad commissions show up in large, irregular bursts. Staking and lending grow slower. They compound quietly as more users opt in.

CEX Revenue Streams Compared: Which Model Is Best?

These ratings are directional, not fixed. They shift by exchange model, market, and jurisdiction. No single row wins on its own. The exchanges with the strongest margins run several at once. They do not bet the business on one.

What Determines the Profitability of a Centralized Crypto Exchange?

Trading Volume and User Activity

A million dormant accounts earn less than a few thousand daily traders. Revenue follows activity, not headcount.

Liquidity and Market Depth

Thin order books widen spreads. Serious traders notice fast and leave. Deep liquidity keeps execution clean, and that is what keeps volume coming back.

Fee Structure and Competitive Pricing

Fee tiers are not really a pricing decision. They are a retention tool wearing a pricing decision’s clothes. Exchanges that forget this lose traders to whoever undercuts them next.

Security, Compliance, and Operating Costs

Custody systems, KYC and AML checks, security audits, and licensing are not optional line items. Cutting corners here can cause security incidents and regulatory penalties. In serious cases, it can cost the license to operate at all.

User Acquisition and Retention

One high volume institutional client can outearn many inactive retail accounts combined. Growth numbers look good in a pitch deck. Retention is what actually pays the bills.

How to Build a Revenue Generating Centralized Crypto Exchange

Choose the Right CEX Revenue Model

Map the revenue streams to the actual target users first. Do this before a single line of code gets written. Retail beginners respond to trading fees and staking. Professional traders respond to derivatives, margin, and API access. Building for the wrong audience wastes both.

Essential Features That Support Exchange Monetization

Most of these revenue streams need strong infrastructure underneath them. That means a matching engine, wallet and custody infrastructure, a configurable fee engine, liquidity integrations, an admin dashboard, KYC and AML workflows, risk management tooling, security infrastructure, and payment integrations.

Skip any of this early, and monetization gets bolted on later, badly. Working with an experienced centralized exchange development company from the start usually saves that rebuild.

Build Flexible Fee and Commission Structures

Hardcoded fees are a trap. Fee tiers, VIP pricing, promotions, and withdrawal charges all need to flex without a dev sprint. Markets move faster than most release cycles.

Integrate Multiple Revenue Streams From the Start

Bolting derivatives or staking onto a spot only exchange is slow and expensive. It usually costs more than designing for growth from day one. Build for multiple modules early. Adding a new revenue stream later becomes a configuration change, not a rebuild.

Common Mistakes When Monetizing a Centralized Crypto Exchange

Relying Only on Trading Fees: One revenue line, one bear market, one collapse.

Setting Fees Too High for Users: Aggressive fees chase away the exact traders generating the most revenue in the first place.

Ignoring Liquidity and Market Making Costs: No amount of fee tuning matters if the order book is too thin for serious volume to show up.

Adding Revenue Features Without Regulatory Review: Skip legal review before launching margin or derivatives. A single fine can undo months of revenue.

Focusing on Revenue Before User Trust and Security: Get hacked once, and most users never come back. It does not matter how well the revenue model was designed on paper.

Future Revenue Opportunities for Centralized Crypto Exchanges

Recent data backs this up, this is not guesswork. Institutional trading now makes up most crypto volume, not a niche slice of it. One 2026 industry report put institutional participation above 70 percent of total trading volume in the first half of the year. Tokenized real world assets are following a similar path. Tokenized Treasuries alone showed sharp year to date growth in 2026. Stablecoin settlement is moving the same way on the payments side.

Real economy stablecoin payment volume roughly doubled year over year, according to recent analysis. AI powered trading tools are also showing up on more platforms. This one is earlier stage and harder to size with hard numbers yet. Exchanges building toward institutional access, tokenized assets, and stablecoin rails now are setting up for revenue that outlasts the old fee only model.

Is a Centralized Crypto Exchange Profitable in 2026?

A centralized crypto exchange can be profitable in 2026. Profitability is far from guaranteed, though. It rests on trading volume, liquidity depth, competitive positioning, compliance, security spend, and how far an exchange pushes past basic trading fees.

Exchanges leaning on one revenue lever tend to struggle the moment that lever weakens. The ones still standing when the market cycle turns usually built a layered model and earned real user trust along the way.

Frequently Asked Questions

1.How do centralized crypto exchanges make money?
Mostly trading fees. Withdrawal charges, listing fees, margin interest, derivatives commissions, staking margins, launchpad fees, and premium API services fill out the rest.

2.What is the biggest source of CEX revenue?
For many exchanges, trading fees from spot and derivatives markets bring in the largest share. This varies by platform and business model.

3.How much does a crypto exchange earn per trade?
It varies widely by exchange, user tier, market, and order type. Many platforms use maker taker pricing with lower rates for higher volume traders.

4.Do centralized exchanges charge withdrawal fees?
Most do. They cover network transaction costs plus a margin. Promotions with reduced or waived fees show up often too.

5.How do crypto exchanges make money from token listings?
Projects pay for access to the exchange’s user base and liquidity. Whether a fee applies, and how much, varies significantly by exchange.

6.Are centralized crypto exchanges profitable?
Plenty are. It comes down to volume, liquidity, fee structure, compliance costs, and how well the revenue is spread out.

7.How do CEXs make money from staking?
The exchange keeps a portion of the staking rewards earned on a user’s behalf as a service fee. The exact amount varies by platform and asset.

8.How can I build a centralized crypto exchange with multiple revenue streams?
Design for trading, derivatives, staking, launchpad, and API modules from day one. Do not bolt them on after launch.

If you are past understanding these revenue streams and actually planning to build one, the real work sits in how the fee engine, liquidity layer, and compliance stack come together from day one. That is usually where an exchange either sets itself up for revenue that lasts, or ends up rebuilding its core a year in.


How Centralized Crypto Exchanges Actually Make Money: 8 Revenue Streams Explained i was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

Can Crypto Companies Outsource Compliance to AI?

Photo by Aerps.com on Unsplash
Inside the false positives, bias, and liability gaps AI creates in crypto compliance

The expansion of financial activities related to digital assets has created a difficult compliance problem.

Virtual asset service providers (VASPs) process large volumes of transactions across wallets, exchanges, blockchains, and jurisdictions – simultaneously, regulators expect them to verify customers, monitor transactions, detect suspicious activity, screen for sanctions, and keep detailed records.

Traditional compliance systems weren’t built for that kind of speed and volume.

Artificial intelligence offers a possible solution.

It can process large datasets, identify transaction patterns, assess risk, and automate parts of compliance. For crypto businesses, this creates an opportunity to make compliance faster and more responsive.

However it also creates a legal problem.

If a VASP relies on an AI system to make or support compliance decisions, who remains responsible when the system gets it wrong?

That question is becoming increasingly important as AI moves from assisting compliance teams to influencing decisions that can directly affect customers and transactions.

Why Crypto Compliance Is Different

Compliance in crypto markets presents some characteristics that are different from traditional financial services.

Blockchain transactions run 24/7, across borders, often between wallet addresses that don’t obviously reveal who’s actually behind them. A VASP may therefore need to assess not only its customer but also the transaction history associated with a wallet and a single customer may interact with multiple wallets, decentralised protocols, exchanges, and other services.

That’s an enormous amount of information for a human team to review by hand – which is exactly the kind of problem AI is good at.

How AI Can Be Used in Crypto Compliance

AI can support several stages of the compliance process.

  • Identity verification (KYC)

AI can assist with customer onboarding by automating parts of identity verification.

The systems can analyse identification documents, compare information across databases, detect inconsistencies and, where appropriate, support biometric or liveness verification. This can reduce the amount of manual work involved in onboarding customers but automation does not eliminate the need for proper customer due diligence.

A system can verify the authenticity of a document without confirming the identity of the presenter. Thus, the quality of the data and the design of the verification process are crucial.

  • Transaction Monitoring

This may be one of the most significant applications of AI in crypto compliance.

Instead of reviewing transactions one at a time, AI can scan for patterns across thousands of wallets at once – rapid movement between addresses, connections to high-risk wallets, behavior that looks designed to dodge reporting thresholds, or links between addresses that seem unrelated on the surface.

The system can then assign a risk score or generate an alert for further investigation.

An AI-generated alert doesn’t confirm money laundering or fraud; it just indicates a pattern that may need human investigation.

  • Sanctions and Risk Screening

AI can assist crypto businesses with sanctions and risk screening. A compliance system may compare wallet addresses, transaction histories, and customer information against relevant sanctions lists and other risk databases.

It can also help identify relationships that are not immediately apparent from a simple name or address search. This can be particularly useful in a market where transactions may involve pseudonymous blockchain addresses rather than conventional bank-account identifiers but the reliability of the outcome depends heavily on the information being used.

An incomplete database misses real risks, and an oversensitive model buries compliance teams in false alarms.

  • Suspicious Transaction Reporting

AI can also assist with the process that follows transaction monitoring.

Where a system identifies potentially suspicious activity, it can help compliance teams organise the relevant information, prepare internal case files and support regulatory reporting.

Natural language processing can also assist in reviewing regulatory guidance and identifying changes in compliance requirements.

Automated reporting comes with its own risks. A suspicious transaction report is more than a technical output; it can carry regulatory and legal implications. A VASP must therefore understand how the automated system makes decisions and ensure proper oversight of the reporting process.

AI Does Not Become the Compliance Officer

A VASP can use AI for compliance tasks, but the AI does not become the regulated entity; the business still holds the regulatory responsibility.

If an AI system fails to identify suspicious transactions, incorrectly classifies customers as low-risk, or produces defective reports, the VASP may still have to answer to its regulator.

Using someone else’s AI tool doesn’t transfer your compliance obligations to them.

This follows a fundamental principle in financial regulation that outsourcing or automating a function does not equate to relinquishing accountability for that function.

In practice, that means a crypto business needs to actually understand its own AI system – what it does, what data it uses, how it was tested, and where a human needs to step in.

The False Positives Problem

AI systems can sometimes miss detecting suspicious activity or misidentify legitimate actions as potentially harmful.

Imagine a customer who regularly transfers digital assets between several wallets because they use different wallets for different purposes. An AI model may interpret the pattern as suspicious because it resembles behaviour associated with layering or asset movement.

The customer’s account may then be restricted or subjected to additional review. If this happens repeatedly, legitimate customers get fed up with unnecessary friction, and the compliance team drowns in false alarms.

The objective therefore is to create a system capable of distinguishing between unusual activity and genuinely meaningful risk.

The Problem of Algorithmic Bias

AI systems learn from data.

If the data used to train or configure a system is incomplete, inaccurate or biased, the resulting compliance decisions may also be problematic.

For example, a risk model may disproportionately classify certain transaction patterns as high risk because of the way its historical data was constructed.

How then does a VASP know that its AI compliance system is producing fair and reliable results?

The answer requires more than purchasing an AI compliance tool. Businesses may need appropriate testing, validation, monitoring and periodic review of the system.

Explainability Matters

A human compliance officer can generally explain why a customer was flagged for review.

An AI system may produce a risk score without providing an explanation that a human reviewer can easily understand.

That’s a real problem when the AI’s decision affects someone’s account or blocks their transaction. If a business restricts a customer because a model called them high-risk, someone inside that business needs to be able to explain why – in plain terms, to the customer and potentially to a regulator.

This means that the business should have sufficient understanding and documentation to explain and defend the compliance process.

Data Privacy Is Another Layer of Risk

AI-powered compliance systems may process significant amounts of personal and financial information.

This can include: identity documents, biometric information, transaction histories, wallet addresses, device information, IP addresses, behavioural patterns and information about counterparties.

When these datasets are combined, a VASP may be able to create a detailed picture of a customer’s financial behaviour.

That creates data-protection and privacy concerns.

The fact that blockchain transactions may be publicly visible does not mean that every piece of information derived from those transactions can be processed without restriction.

A VASP using AI therefore has to consider not only whether the system is effective but also whether the data is collected, processed, stored and shared lawfully.

What Happens When the AI Makes a Mistake?

Picture three failures: the AI misses genuine fraud, wrongly tags a legitimate customer as high-risk, or blocks a real transaction on a false positive.

In each case, the technology may have failed.

However, the legal responsibility does not necessarily stop there.

The VASP chose the system.

The VASP integrated it into its compliance process.

The VASP relied on its output.

The VASP remains subject to the regulatory obligations applicable to its business.

This does not mean an AI provider can never be liable. Where the provider’s system fails to perform as contractually promised, contains a material defect, or the provider’s own conduct contributes to the compliance failure, liability may arise under the applicable law.

However, the VASP remains responsible for its regulatory obligations because it chose to use an AI system.

Human Oversight Still Matters

The most workable model right now is AI and humans working together, not AI replacing the team outright.

Let AI do what it’s good at: collect, analyze, detect, score, flag. Human compliance professionals can then investigate, assess context, and make decisions where human judgment is necessary.

Human involvement is crucial for high-impact decisions, and the required level varies based on the function being automated.

The key is to ensure that automation does not become a substitute for accountability.

AI Governance Needs to Be Part of Compliance Itself

If AI is becoming part of the compliance infrastructure of a VASP, then AI governance itself should become part of the compliance framework.

Any business using these tools should be able to answer some basic questions:

What compliance function does the AI perform? What data does it rely on? How was the system tested? How accurate is it? How are false positives handled? Who reviews its decisions? How are errors corrected? How is the system monitored after deployment? What happens when the model changes?

These questions are critical because AI systems can significantly accelerate and expand the scale of compliance decision-making.

The Regulatory Challenge

Regulators aren’t against AI in compliance – used well, it can make AML systems faster and more effective at catching real risk. However, regulators also need assurance that businesses are not using AI as a black box.

A VASP should not be able to say:

“The algorithm made the decision.”

That defense may be insufficient where the business remains responsible for the underlying compliance function.

Regulatory attention will continue to shift toward governance, accountability, data quality, testing, explainability, and audit trails, not just whether a company has “AI-powered compliance” on its website.

The Larger Question

The use of AI in crypto compliance is not necessarily a choice between humans and machines.

AI is genuinely well-suited to problems involving huge volumes of data and constant monitoring. Human judgment still matters wherever context, discretion, and real consequences are on the line.

The real challenge is deciding where the boundary should be. AI can make crypto compliance faster, broader, and sharper.

What it can’t do is absorb the responsibility that comes with getting it wrong. The real test for crypto companies is whether they can use it without turning it into a gap where accountability quietly disappears.

If you enjoy analytical commentary on digital asset regulation, crypto markets, and emerging financial technologies, consider subscribing to my newsletter where I share additional research, commentary, and industry insights.

https://samuel-ayodeji.kit.com/profile

Also, if your company, startup, or publication needs clear, well-researched content on blockchain, digital assets, fintech, or emerging technology law, my inbox is always open.


Can Crypto Companies Outsource Compliance to AI? was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

ZEC Breaks $1,000 — Why Wall Street Now Wants Privacy Coins

Zcash just hit a decade-high above $1,000 after a landmark ETF conversion. Here’s why institutions are suddenly betting big on privacy coins.

ZEC Breaks $1,000 — Why Wall Street Now Wants Privacy Coins

A year ago, Zcash was crypto’s forgotten anonymity project — a niche coin traders mentioned in the same breath as “delisted” and “dead narrative.” Today, it’s outperforming every major sector in crypto, Wall Street’s biggest asset managers are racing to list it, and a handful of short sellers are watching their positions get vaporized in real time.

ZEC just crossed $1,000 for the first time in nearly a decade — and it didn’t stop there. Within days, the price pushed past $1,200, putting Zcash’s market cap north of $20 billion and vaulting it into the top 10 cryptocurrencies by market value. For an asset that traded below $30 as recently as early 2025, that’s not a rally. That’s a full-blown institutional re-rating.

So what changed? Why is the same “privacy coin” category that regulators spent years trying to strangle suddenly the hottest trade on the Street? Here’s the full breakdown.

The Number That Started It All: $1,000

On the first weekend of September 2026, ZEC surged roughly 20% in 24 hours, blowing through the psychological $1,000 level after opening the day near $828. Trading volume spiked to over $1.2 billion in a single day, and roughly $35 million in leveraged short positions were liquidated almost instantly.

That was just the opening move. Within a week, ZEC was trading above $1,200, with intraday highs near $1,255. Zoom out further and the numbers get even more staggering: ZEC is up more than 2,400% over the past year, and the privacy coin sector as a whole has now outpaced Bitcoin’s own October 2025 all-time high by more than 200%. No other major crypto sector can say the same.

This isn’t retail FOMO chasing a meme. This is a structural repricing — and it has a clear catalyst.

The Real Catalyst: Grayscale Turned Zcash Into an ETF

Here’s the headline institutional investors actually care about: Grayscale converted its Zcash Trust into a publicly listed, NYSE Arca-traded exchange-traded product.

For years, the biggest barrier keeping traditional finance away from privacy coins wasn’t performance — it was access and compliance. Fund managers, pension funds, and RIAs can’t just buy a token off a decentralized exchange. They need a regulated, exchange-listed wrapper that fits inside existing custody and compliance frameworks. Bitcoin got that unlock with spot ETFs in 2024. Zcash just got it in 2026 — the first privacy coin ever to cross that bridge.

Since the ETF conversion, Grayscale’s Zcash product has already pulled in hundreds of millions of dollars in net assets, and that number is climbing by the week. Every dollar that flows into that fund has to be backed by real ZEC, which mechanically tightens available supply at the exact moment demand is exploding.

This is the same playbook that took Bitcoin from a “risky internet money” narrative to a boardroom conversation. Zcash is now walking that same path — just faster.

Why “Privacy Coin” Stopped Being a Dirty Word

For most of the last decade, privacy-focused cryptocurrencies carried a stigma. Exchanges delisted them under regulatory pressure. Compliance teams treated shielded transactions as a red flag. The category was functionally radioactive for institutional capital.

Several forces have quietly dismantled that stigma:

  • Regulatory clarity improved. A resolved overhang around privacy-asset compliance removed one of the biggest reasons institutions avoided the category, triggering an immediate relief rally when the news broke earlier this year.
  • Supply mechanics turned bullish. Zcash’s 2024 halving cut annual issuance in half, and a growing share of total supply — reportedly around 30%, up from single digits in 2024 — is now locked in shielded pools rather than sitting on exchanges ready to sell.
  • Corporate treasuries started buying. Publicly traded, Winklevoss-backed Cypherpunk Technologies has been aggressively accumulating ZEC as a strategic treasury reserve asset, adding hundreds of thousands of ZEC to its balance sheet and treating it less like a speculative trade and more like digital gold with a privacy premium.
  • Financial privacy became a mainstream concern. As on-chain surveillance tools have gotten more sophisticated, everyday users and institutions alike have started asking a simple question: why should every transaction you make be permanently, publicly traceable? Zcash’s zero-knowledge shielded transactions answer that question better than almost anything else in crypto.

Put those four forces together and you get exactly what we’re seeing: a sector re-rating from “compliance risk” to “compliance-ready privacy exposure” — practically overnight.

Short Sellers Are Getting Crushed

Every explosive rally has a losing side, and this one is no exception. Traders who bet against ZEC on the way up are now facing brutal, mounting losses. One whale’s roughly $47 million short position is reportedly staring down a liquidation level near $2,292 — meaning if ZEC keeps climbing at even a fraction of its recent pace, that position gets wiped out entirely.

This kind of short squeeze dynamic tends to feed on itself. As shorts get liquidated, exchanges automatically buy back the asset to close those positions, which pushes the price up further, which triggers the next wave of liquidations. It’s part of why ZEC’s move has been so violent in both directions — and why volatility, not just upside, is now baked into this trade.

Is $1,000 the Top, or Just the Beginning?

This is the question every trader is asking right now, and reasonable analysts land on both sides.

The bull case: Institutional ETF flows are still early. Grayscale’s ZEC product has only captured a few hundred million dollars so far — a rounding error compared to what Bitcoin ETFs eventually absorbed. If even a modest slice of institutional allocators decide privacy exposure belongs in a diversified crypto portfolio, current price levels could look cheap in hindsight. Technical indicators across multiple timeframes remain firmly bullish, with rising moving averages on both short-term and long-term charts.

The bear case: ZEC’s price has nearly doubled in a single month and is up over 20x year-over-year. Parabolic moves of this magnitude almost always see sharp corrections, and elevated leverage in the futures market means volatility could cut just as violently to the downside as it did to the upside. Broader macro pressure — including rising odds of a Fed rate hike — has already dragged the entire crypto market lower even as ZEC held up better than most.

The honest answer: nobody knows exactly where ZEC goes next. What’s clear is that the reason it’s here — a genuine institutional access unlock, tightening supply, and a growing “digital privacy” narrative — is structurally different from a typical hype cycle. That’s exactly why traders are paying attention instead of dismissing it.

What This Means If You’re Trading ZEC Right Now

Volatility like this creates opportunity — and risk — in equal measure. A coin that can rally 20% in a day can also correct 20% in a day. Manually watching charts, setting alerts, and trying to time entries and exits around ETF flow data, whale liquidation levels, and shifting macro sentiment is a full-time job most traders don’t have time for.

That’s exactly the environment automated trading strategies are built for.

Ready to Trade the Privacy Coin Rally Without Watching Charts All Day?

ZEC’s move from under $30 to over $1,200 in a year is the kind of setup traders wait years for — and this cycle isn’t over. If you want exposure to Zcash’s momentum without babysitting every candle, subscribe to Hyperlyx AI and let automated, data-driven strategies trade ZEC for you around the clock.

Hyperlyx AI is built to spot the exact kind of volatility and momentum shifts driving this rally — executing faster and more consistently than manual trading ever could.

Get early access to Hyperlyx AI today and start putting the ZEC breakout to work in your portfolio.

This article is for informational purposes only and does not constitute financial advice. Cryptocurrency markets are highly volatile — always do your own research and consult a licensed financial advisor before trading.


ZEC Breaks $1,000 — Why Wall Street Now Wants Privacy Coins was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

Ethereum Is Quiet at $2,500. But the Bigger Story Is Happening Underneath

Ethereum looks unusually calm.

After climbing more than 30% in August, ETH has spent the first part of September moving in a narrow range, repeatedly testing the $2,500 mark without finding enough momentum to break higher.

But beneath that quiet price action, the Ethereum market is anything but still.

Treasury companies are continuing to accumulate ETH. Exchange balances are falling. ETF demand has cooled but remains positive overall. At the same time, developers are preparing major changes to Ethereum’s infrastructure, with Glamsterdam approaching and the longer-term Hegotá roadmap beginning to take shape.

So while ETH is moving sideways, several important pieces are falling into place.

$2,500 Has Become the Market’s Battleground

ETH has spent much of the recent period between $2,480 and $2,520.

The repeated attempts to reclaim $2,500 show that buyers are still defending the psychological level, but resistance around $2,525–$2,535 has kept the upside contained. Beyond that, $2,550 remains the more important barrier.

A decisive move above $2,550 could put $2,600 back on the radar and potentially open a path toward the $3,000 area if momentum returns.

The downside is equally clear.

The first support zone sits around $2,475–$2,485. A break below it could expose $2,430–$2,445.

Some technical charts have also produced a golden cross, generally viewed as a longer-term bullish signal. But technical indicators alone cannot overcome weak market participation.

That is particularly important now, with investors watching the Federal Reserve meeting scheduled for September 15–16.

For the longer-term picture, current ethereum price prediction scenarios are likely to depend heavily on whether ETH can turn this consolidation into a sustained breakout rather than another temporary rally.

The Interesting Part: Retail Is Selling While Big Buyers Keep Adding

One of the clearest differences in the current market is happening between different groups of ETH holders.

Wallets holding between 100 and 10,000 ETH reportedly sold around 307,000 ETH last week.

Whales, meanwhile, bought roughly 82,000 ETH.

That does not necessarily mean the market is turning bearish. It may simply indicate that some investors are taking profits after August’s rally while larger players are building longer-term positions.

BitMine Immersion Technologies is perhaps the clearest example.

The company bought another roughly 28,086 ETH, worth around $69–70 million, bringing its reported holdings to approximately 5.93 million ETH.

That represents close to 4.9% of Ethereum’s total supply.

The scale is difficult to ignore. BitMine has continued buying even while its holdings remain below the average purchase price on paper, with a large portion of its ETH also being staked.

This is a very different approach from short-term trading.

Another Whale Is Hedging a Huge Short

Abraxas Capital has also been active.

The firm reportedly purchased around 13,000 ETH, worth roughly $32 million, in the spot market.

But the reason is particularly interesting: part of the purchase was reportedly used to hedge a much larger short position of around 141,000 ETH on Hyperliquid.

In other words, not every large ETH purchase represents a straightforward bullish bet.

Elsewhere, an early Ethereum holder reportedly sold around 11,023 ETH through Wintermute, while Justin Sun continued moving ETH after withdrawing additional funds from Lido.

The takeaway is simple: whale activity is increasing, but it is not pointing in one clear direction.

Some large holders are selling. Others are accumulating. Some are hedging.

ETF Momentum Has Slowed

The spot Ethereum ETF market tells a similar story.

Weekly inflows reportedly fell to around $218 million, down sharply from approximately $824 million the previous week. Some individual trading sessions also saw net outflows.

That is a noticeable slowdown.

Still, it would be premature to interpret weaker ETF flows as disappearing institutional interest.

Another part of the supply picture is moving in the opposite direction.

More than 116,000 ETH reportedly left exchanges within a 48-hour period at one point. Fewer ETH sitting on exchanges can mean less immediate selling pressure, although it does not guarantee that prices will rise.

Institutional infrastructure is also expanding. Standard Chartered has reportedly increased access to deliverable ETH spot trading for institutional clients in the UAE.

The market, therefore, is seeing slower demand in one area while institutional participation continues to develop elsewhere.

Ethereum’s Biggest Story May Not Be Its Price

If the price chart looks boring, Ethereum’s development roadmap certainly does not.

The Ethereum Foundation’s Protocol Cluster recently released its first unified ranking of 62 proposed EIPs for the planned Hegotá upgrade.

Two proposals were placed among the highest-priority changes.

EIP-7805, or FOCIL, is aimed at strengthening censorship resistance by helping enforce transaction inclusion.

EIP-8141, known as Frame Transactions, could address one of Ethereum’s long-standing user-experience problems: needing ETH simply to pay transaction fees.

The proposal could eventually allow users to pay gas with stablecoins such as USDC or USDT while also supporting native account abstraction and new authentication approaches.

That could make interacting with Ethereum feel considerably simpler for ordinary users.

There is also a much longer-term objective behind the roadmap: quantum resistance for Ethereum’s Layer 1, with December 2029 currently highlighted as an important target.

Glamsterdam Is the Next Big Test

Hegotá is still further down the road.

Before that comes Glamsterdam, Ethereum’s next major upgrade, currently targeted for Q4 2026.

The upgrade is focused heavily on improving Layer-1 performance.

Developers are working on enshrined proposer-builder separation, block-level access lists, gas repricing and higher gas limits.

One of the targets is a gas-limit floor of around 200 million, which could significantly increase Ethereum’s capacity if implemented successfully.

The Sepolia testnet fork is expected around September 28 or early October.

That makes the coming weeks important for more than just ETH traders. They will also provide another look at how Ethereum’s technical roadmap is progressing toward mainnet.

The Ecosystem Is Moving in Different Directions

Ethereum’s broader ecosystem is changing alongside the core network.

Lido has launched the testnet for its 0x02 Community Staking Module, designed to support compounding validators with balances of up to 2,048 ETH.

If approved for mainnet, the change could improve capital efficiency for staking operators.

Scroll, meanwhile, is taking a very different path.

The Ethereum Layer-2 project has announced plans to gradually transition from a general-purpose public chain toward a more application-specific network built around its Compass AI ecosystem.

The transition is expected to take roughly nine months. Scroll also plans to move the SCR token to Ethereum mainnet without changing its existing supply or tokenomics.

Elsewhere, Trezor has added Clear Signing support through ERC-7730, another effort aimed at making blockchain transactions easier to understand before users approve them.

What the Market Is Really Waiting For

Ethereum does not currently have one giant catalyst capable of deciding its next move.

Instead, several smaller forces are pulling the market in different directions.

Retail holders are selling.

Treasury companies are accumulating.

ETF inflows have slowed.

Exchange balances have declined.

ETH is sitting near $2,500.

And Ethereum’s developers are preparing some of the network’s most important changes in years.

That leaves traders with a fairly simple near-term map.

A sustained move above $2,550 would strengthen the bullish case, while a break below $2,475 could shift attention toward $2,430–$2,445.

Until one of those areas gives way, Ethereum may continue to consolidate.

But the lack of dramatic price movement should not be confused with a lack of activity.

The market may be quiet on the surface, but underneath it, Ethereum is going through a period of accumulation, repositioning and infrastructure development.

The next major move in ETH may ultimately depend not on one headline, but on which of these trends gains the upper hand.


Ethereum Is Quiet at $2,500. But the Bigger Story Is Happening Underneath was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

DAO vs Foundation vs Company: Three Ways to Run the Same Thing

A nonprofit once handed back roughly $500 million and dissolved itself on purpose. Here is what that taught crypto about legal structure, onchain governance and who actually holds power.

Dark branded Sky Ecosystem graphic titled DAO vs Foundation vs Company, with three columns showing that a DAO holds authority, a foundation holds legal capacity and a company holds execution.
Three structures, three different jobs. Only one of them can sign a contract.

In May 2021, a nonprofit gave away 84,000 governance tokens. At the time they were worth close to $500 million.

Then it shut itself down. On purpose.

That nonprofit was the Maker Foundation. The protocol it had been stewarding is known today as Sky Protocol.

And that single decision still frames a question every onchain project eventually has to answer out loud.

Who actually runs this thing?

There are three answers in circulation. A DAO. A foundation. A company. Most people treat them as competing options.

They are not. They are layers. And the protocols that hold up under pressure tend to use all three.

DAO vs Foundation vs Company: What Actually Separates Them

Short version first.

  • A DAO is a decision-making system. Token holders vote, code executes. No registered office, no signature on a lease.
  • A foundation is a legal entity with no owners. It can hold IP, sign contracts, publish reports and instruct a law firm. It is not supposed to control the protocol.
  • A company is a legal entity with owners. Fast, familiar, easy to hire through. It also has a boss, which is exactly the problem.

The real dividing line is not ideology. It is far more boring than that.

Who can a court sue. Who can open an account. Who signs when a vendor asks for a signature.

A DAO, on its own, cannot sign anything. That gap is the entire story.
Comparison chart of DAO, foundation and company across seven capabilities including signing contracts, opening a bank account, shielding members from personal liability and setting protocol risk parameters.
Signing power, liability shield and control, side by side. The gaps are the reason legal wrappers exist.

Why a Pure DAO Leaves Token Holders Legally Exposed

Here is the part most “what is a DAO” explainers skip.

If a group acts together for profit without registering an entity, most legal systems already have a default box waiting: general partnership, or unincorporated association.

In a general partnership, members are personally liable for the group’s debts.

That is not hypothetical anymore.

In CFTC v. Ooki DAO, a federal court in California accepted that a DAO could be sued in its own name as an unincorporated association made up of its token holders.

The regulator’s position was blunt: vote your governance tokens, and you are a member.

Members of a for-profit unincorporated association can be personally liable under partnership principles.

An earlier case, Sarcuni v. bZx DAO, noted that governance token holders could be treated as members of a general partnership under California law.

Read that twice if you hold governance tokens and vote with them.

This is why “we are just a DAO, we have no entity” stopped being a flex around 2023. Governance is not a shield. Governance without a legal wrapper is exposure.

The Crypto Foundation Structure Is a Legal Wrapper, Not a Boss

Foundations exist to absorb that exposure without becoming a boss. Three shapes dominate.

  • Cayman foundation company. Ownerless. Run by a small board or council, with token holders named as beneficiaries. Common for large token ecosystems holding IP and contracts.
  • Swiss foundation. Strong reputation, better banking access, higher running costs.
  • Wyoming DUNA. A US nonprofit association purpose-built for DAOs, effective July 1, 2024. No mandatory board. Bylaws can point directly at onchain votes. Members are shielded from the association’s debts.

The catch is honest and worth saying out loud. A foundation fixes the paperwork problem by creating a small group of humans who hold a pen. That is a genuine centralization cost.

Which is why wording matters. The footer of skyeco.com reads:

“This website is managed by Sky Frontier Foundation (SFF). The SFF is an independent entity and does not have authority over Sky Protocol, its smart contracts, or governance decisions.”

That is a foundation publicly disclaiming control over the thing it supports. Not modesty. Architecture.

The Company Model Buys Speed and Cannot Shed Control

Companies are still everywhere in crypto, for good reason. You can hire. You can sign an engagement letter. You can buy insurance.

What you cannot do is make the control disappear.

Regulators have not drawn a neat line between “the DAO” and “the dev shop.”

In token enforcement actions, legal analysts note that agencies have named any company involved with the token, development companies included.

If your company holds admin keys, your decentralization story is a marketing asset, not a legal defense.

So the pattern that actually emerged is not DAO or foundation or company. It is:

  • DAO for authority
  • Foundation for legal capacity
  • Independent companies for execution

Three layers, deliberately kept apart.

Diagram of the Sky Ecosystem governance stack showing Sky Governance holding authority, Sky Frontier Foundation holding legal capacity and the Sky Agent Network handling execution.
Authority, legal capacity and execution, kept in separate hands.

How Sky Ecosystem Splits Authority, Publishing and Execution

Sky Ecosystem is a clean worked example, because each layer is named differently on purpose.

  • Sky Governance holds authority. Staked SKY activates voting power over risk parameters, collateral types, debt ceilings and protocol upgrades. Proposals move through forum review, then onchain voting, then execution. Once executed, a change cannot be reversed directly. It can only be challenged by passing a new proposal.
  • Sky Frontier Foundation publishes. Reports, disclosures, formal positions. It does not set parameters.
  • Sky Agents execute. Spark, Grove, Obex, Osero and others are independent capital allocators. They access USDS liquidity under governance-set risk parameters and deploy it. They are not subsidiaries.

The naming discipline is not pedantry. It is the difference between “Sky Governance voted to change the rate” and “the foundation changed the rate.” Only one of those is true, and only one survives a regulator reading it.

Scale check. Sky Protocol currently shows roughly $14.15B in Total Collateral backing about $11.48B in stablecoin supply.

Across the wider landscape, DeepDAO data put all DAO onchain treasuries above $26B combined in Q1 2026. This is not a governance thought experiment.

Where the Sky Savings Rate, sUSDS and USDS Fit In

Structure feels abstract until it touches yield. Here is exactly where it does.

  • USDS is the base stablecoin. Independent allocators draw it against governance-approved collateral.
  • Sky Agents deploy that liquidity into diversified strategies and pay for the access.
  • Those payments accrue as protocol revenue.
  • The Sky Savings Rate is funded from it. Variable, and set by Sky Governance rather than a pricing committee.
  • sUSDS is how you hold it. Supply USDS, receive sUSDS, and the position accrues automatically. No lockups, no fees to exit.
So the governance question is a yield question.

If you hold sUSDS, the rate you receive is the output of a public process with a public record of who decided what and when.

You can read the forum thread. You can read the executed spell. You can check the dashboard.

Compare that to a rate that changed because an unnamed committee met on a Tuesday.

Flow diagram showing USDS drawn against approved collateral, deployed by Sky Agents, accruing protocol revenue, funding the governance-set Sky Savings Rate and accruing to sUSDS holders, with 14.15 billion dollars in total collateral and 11.48 billion in stablecoin supply.
From a governance vote to the rate accruing in sUSDS, with the current collateral and supply figures.

The 2026 Shift: DAO Legal Structures Are Coming Onshore

Two things moved the conversation recently.

First, the Uniswap Foundation proposed moving Uniswap Governance into a Wyoming DUNA, named DUNI. If adopted it becomes the largest DAO using the statute.

A coalition of crypto organizations then wrote to the US Treasury asking for federal recognition of the DUNA model.

Second, credit agencies started grading governance. When S&P Global assigned Sky Protocol a B- issuer credit rating, the first ever given to a DeFi protocol, it flagged governance concentration and low voter participation as risk factors. Not code quality. Governance.

That is the real trend. Governance design is now a credit input.

And the numbers deserve honesty. Most DAO proposals draw participation in the 5% to 15% range.

An OpenZeppelin governance review found that in 17 of 23 major DAOs, the top 10 delegates held enough voting power to pass a proposal on their own.

Decentralization on paper is not decentralization in practice.

Bar chart showing typical DAO proposal turnout at 5 to 15 percent, 17 of 23 major DAOs where the top 10 delegates can pass a proposal alone, and DAO treasuries holding 60 to 90 percent of value in their own governance token.
Decentralization on paper versus decentralization in practice.

So Which Structure Should a Protocol Actually Pick?

A rough decision frame.

  • Public infrastructure with a global contributor base? Foundation plus DAO.
  • Distributing revenue to holders? A nonprofit DUNA will not fit. Look at LLC structures.
  • Pre-launch with a small team shipping fast? A company, plus a credible plan to reduce control.
  • Already decentralized and worried about member liability? A DUNA or an offshore foundation, and stop delaying.

The one answer that is clearly wrong is doing nothing and hoping the word “decentralized” holds up in court. Ooki settled that argument.

Timeline from 2018 to 2026 marking the Maker Foundation formation, the MKR contract handover, the 2021 dissolution, the Wyoming DUNA taking effect, the Sky Ecosystem upgrade, the first S and P credit rating for a DeFi protocol and DAOs moving legal wrappers onshore.
Eight years of protocols answering the same structural question.

The Question Nobody Has a Clean Answer To

Here is what I keep circling back to.

The Maker Foundation dissolved itself in 2021. Sky Frontier Foundation exists today and openly disclaims authority over the protocol.

Both were the right call at the time, which suggests these structures are not permanent identities at all. They are stages.

So, a question worth arguing about below.

If a foundation’s job is to eventually make itself unnecessary, how do you tell the difference between one genuinely winding down its influence and one quietly becoming the boss?

I have a view. I would rather hear yours first.


DAO vs Foundation vs Company: Three Ways to Run the Same Thing was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

Does a Wallet Signature Prove a Crypto Project Is Official?

A valid signature confirms that a wallet approved a message. Proving that the wallet belongs to a project requires more evidence.

A valid wallet signature proves a narrow fact: a specific wallet approved a specific message. It does not, by itself, prove that the wallet belongs to a crypto project, that the signer is authorized to represent the team, or that the statement is true. Verifying an official project wallet requires both cryptographic proof and a reliable link between the wallet and the project.

Editorial note: This article was developed with AI assistance and reviewed against primary technical standards.

Imagine that a new crypto project publishes a wallet address on its website. Next to the address, you see a signed message saying, “This is our official wallet.”

The signature verifies correctly. It feels like strong evidence, and it is. But it answers only one part of the question.

It shows that the wallet approved the message. It does not establish who operates the website, whether the signer represents the project, or whether the wallet still has the same role today.

What does a valid wallet signature tell you?

A wallet signature connects three elements:

  • a wallet address;
  • an exact message;
  • a cryptographic signature.

When the signature is verified, it shows that the signing authority associated with the wallet approved that message.

For a standard wallet controlled by a private key, this usually means that someone with access to the key signed it. Multisignature accounts and smart-contract wallets may use different verification methods, so the network and account type still matter.

A valid signature also protects the integrity of the message. If someone changes a word, address, or date after it was signed, the original signature should no longer verify against the modified message.

The NIST Digital Signature Standard makes an important distinction here. Verifying a signature and confirming the identity associated with a public key are separate tasks. The cryptography can validate the signature, but it cannot create the real-world identity link on its own.

What does a wallet signature not prove?

A valid signature does not automatically prove that:

  • the wallet belongs to the project named in the message;
  • the signer is a founder, employee, or authorized representative;
  • only one person can use the wallet;
  • the wallet still has the same role today;
  • the signed statement is accurate;
  • the project or its token is safe.

This last point is easy to overlook. A wallet can sign a false or exaggerated statement. The signature proves that the wallet approved the words. It does not prove that the words are true.

Think of a signature as an answer to one precise question:

Did this wallet approve this exact message?

If the real question is “Does this wallet officially represent the project?”, another layer of evidence is needed.

Why the exact message matters

A signature has meaning only when you can read what was signed.

A request that simply says “Sign this message” provides very little context. It does not explain which project is involved, what the signature authorizes, or how long the claim should remain valid.

A useful signed message should identify the wallet, the requesting domain, the network, and the purpose of the signature. When appropriate, it should also include a unique nonce, an issue time, and an expiration time. These details make the claim clearer and reduce the risk of an old signature being reused in a different context.

The Sign In With Solana specification provides a structured format for wallet authentication. A Sign In With Solana message can include the domain, wallet address, statement, network, nonce, issue time, expiration time, request identifier, and related resources. The verifier receives the account, the signed message, and the signature.

Sign-In with Ethereum, ERC-4361, follows a similar approach for Ethereum accounts. Its message format includes the domain, address, URI, chain ID, nonce, and issue time. The verifier is expected to check those fields as well as the signature.

These standards focus on authentication, but they illustrate a broader rule: the wording of the message defines the limits of the proof.

A signature authorizing a login does not prove that the wallet controls a project treasury. A message confirming one website does not automatically verify every social account using the same project name. A signature created several months ago may no longer describe the wallet’s current role.

The problem with circular proof

Suppose you discover an unfamiliar website claiming to represent a crypto project.

The website lists a wallet as official. That wallet then signs a message saying the website is official.

The signature may be completely valid, but the evidence is circular. The website identifies the wallet, and the wallet validates the website. If the same unknown person controls both, nothing outside that circle confirms the project’s identity.

A stronger verification starts from a source whose relationship to the project is already established. This might be a previously known domain, maintained documentation, or an official channel with a verifiable history.

That source identifies the wallet and explains its role. The wallet can then sign a fresh message that refers to the same project, domain, and purpose.

The two pieces of evidence support different parts of the claim:

  • the project source connects the wallet to the project;
  • the signature shows that the wallet approved the message.

Neither should be expected to do both jobs alone.

How to verify an official project wallet

You can review an official wallet claim without connecting your own wallet or sending a transaction.

1. Clarify the wallet’s role

Start by asking what the wallet is supposed to represent.

Is it a treasury wallet, a contract deployer, a token authority, a profile administrator, or simply a public contact address?

The label “official wallet” is too broad if no role is given. A wallet may be official for one purpose without being authorized for every project activity.

2. Find the wallet address in an established project source

Look for the complete wallet address on a project website, in maintained documentation, or through another channel whose history you can verify.

Do not rely only on a search result, private message, screenshot, or token name displayed inside a wallet. Those sources may help you discover the address, but they do not establish its identity.

Compare the complete address. Shortened forms are useful for display, but not for final verification.

3. Read the complete signed message

Check exactly what the wallet approved.

The message should make the project, domain, network, wallet address, and purpose clear. If the signature is intended to confirm a current relationship, look for an issue time and a reasonable expiration time.

Do not verify a wallet signature from a screenshot alone. The original message and signature data are necessary because a screenshot can hide missing fields or remove important context.

4. Verify the signature using the correct method

Use a verifier that supports the relevant blockchain and account type.

Confirm that it checks the exact message you read and the exact wallet address being claimed. If a structured standard such as Sign In With Solana or Sign-In with Ethereum is being used, the expected fields should also be checked.

A “valid” label is only meaningful if you understand what the verifier actually tested.

5. Check the claimed role on-chain

If the project describes the wallet as a deployer, treasury, token authority, or another on-chain role, inspect the relevant blockchain records separately.

The signed message shows what the wallet claims. The blockchain can show what the wallet or related account has done.

For example, signing a message that says “We deployed this contract” does not replace checking the deployment transaction. Claiming to manage a token authority does not replace inspecting the authority recorded on-chain.

6. Record when the claim was verified

Wallet roles can change.

A project may rotate its treasury wallet, revoke an authority, replace a team member, or move to a multisignature setup. A signature that was accurate when created may become outdated later.

Save the full address, signed message, signature, source, stated role, and verification date. This turns an isolated badge into evidence that can be reviewed again.

Can a valid signature still be misleading?

Yes. A signature can be cryptographically valid while the conclusion drawn from it is wrong.

This may happen when the message is vague, the wrong domain or network is named, an old signature is presented as current, or the website and wallet only validate each other.

It can also happen when the signature is interpreted too broadly. A wallet may confirm control of one profile without controlling the project treasury. A founder may sign a message personally without proving that the wider team authorized the statement.

The signature remains valid. The interpretation is the part that fails.

Does an official wallet prove that a project is safe?

No. Identity and safety are separate questions.

Even a well-documented project wallet can interact with risky contracts, retain powerful token permissions, manage concentrated funds, or become compromised later.

A wallet signature does not audit a smart contract. It does not explain token liquidity, holder concentration, mint permissions, or future behavior.

It should be treated as one useful piece of evidence, not as a final verdict about the project.

A practical checklist

Before accepting an official project wallet claim, ask:

  • What exact wallet address signed?
  • What exact message was signed?
  • What role is being claimed?
  • Which project source connects the wallet to that role?
  • Does the message identify the correct domain and network?
  • Is the signature recent enough for the claim being made?
  • Has the signature been verified using the correct method?
  • Does the relevant on-chain activity support the claimed role?
  • Has the project replaced or withdrawn the wallet since then?

If one answer is missing, leave it marked as unknown. Do not let a verification badge answer a question the available evidence does not cover.

The bottom line

A valid wallet signature proves that a wallet approved a specific message. It does not independently prove that the wallet officially represents a crypto project.

To verify the broader claim, connect the wallet to an established project source, read the complete message, check its purpose and date, verify the signature correctly, and inspect any claimed on-chain role separately.

Wallet signatures are valuable because they provide precise evidence. The mistake is asking them to prove more than they can.

Save the address, message, signature, source, role, and verification date before relying on an official wallet claim.

Primary sources

  1. NIST FIPS 186–5: Digital Signature Standard
  2. Sign In With Solana specification
  3. ERC-4361: Sign-In with Ethereum

Does a Wallet Signature Prove a Crypto Project Is Official? was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

What Crypto Cards Reveal About the Future of Payments

Crypto card monthly volume grew 106% annually from early 2023, driven almost entirely by programs that run on Visa. Mastercard is running two separate strategies at once: consumer card agents and a B2B settlement infrastructure acquisition. The card works as a bridge for existing merchants. For new ones with no entity and no processing history, protocols like x402 are the only option that works today

TL;DR

Crypto card monthly volume grew 106% annually from early 2023, driven almost entirely by programs that run on Visa. Mastercard is running two separate strategies at once: consumer card agents and a B2B settlement infrastructure acquisition. The card works as a bridge for existing merchants. For new ones with no entity and no processing history, protocols like x402 are the only option that works today

What Crypto Cards Reveal About the Future of Payments

Introduction

Artemis Research reported in January 2026 that total crypto card monthly volume grew from $100 million in early 2023 to over $1.5 billion by late 2025, a 106% compound annual growth rate. Annualized, the market reached $18 billion — close to the $19 billion in peer-to-peer stablecoin transfers over the same period.

By July 2026, Paymentscan tracked $691.7 million in a single month from on-chain settled card programs alone, with $8.094 billion in cumulative volume across 128.7 million transactions and 467,000 wallet addresses.

How Much People Are Spending on Crypto Cards

The biggest program by monthly volume is RedotPay at roughly $380 million per month. KAST ranks third. Both run on Visa. Paymentscan’s July 2026 data shows Visa at 98.5% of on-chain crypto card volume. Mastercard at 1.5%.

Visa built its position by partnering early with infrastructure providers like Rain and Reap, which issue cards for many downstream programs at once. One Visa infrastructure deal covers many products. Mastercard built its crypto card presence through direct partnerships with centralized exchanges — Bybit, Revolut, Gemini — which ties its volume more closely to exchange trading cycles.

How Visa and Mastercard Compete on Crypto

Both networks are extending card infrastructure to AI agents. Noah Levine at a16z noted in March 2026 that Mastercard Agent Pay is live for US cardholders and Visa’s Intelligent Commerce framework is in pilot. The Agentic Commerce Protocol, built by Stripe and OpenAI, has Etsy live with over one million Shopify merchants set to follow.

At the consumer layer, both networks are converging on the same approach. At the settlement layer, they are not. Mastercard announced in March 2026 that it would acquire BVNK for up to $1.8 billion, including $300 million in contingent payments. BVNK processes $30 billion annually for clients including Worldpay, Deel, and Rapyd. The stated goal: 24/7 stablecoin settlement for processors and acquirers, and stablecoin checkout within Mastercard’s payment gateway.

How Crypto Cards Work as a Bridge

A crypto card does one job: it converts a wallet balance into what a merchant already accepts. The cardholder pays from USDC. The merchant receives a standard card transaction. Artemis confirmed that the vast majority of crypto card transactions today settle in fiat at transaction time, so the merchant sees only local currency regardless of which stablecoin the user holds.

That job has real reach. RedotPay users in Southeast Asia, LATAM, and Africa can pay at any Visa-accepting terminal without the merchant needing to know anything about crypto.

But the card cannot serve every merchant. Levine at a16z put it directly:

“Cards serve every merchant a processor can underwrite. Stablecoins serve every merchant a processor cannot.”

A developer who builds an API tool in a weekend has no legal entity, no website, and no chargeback history — a profile that is very difficult to underwrite. Levine’s conclusion: “These merchants will not be choosing stablecoins over cards. They will be choosing stablecoins over nothing.”

What AI Agents Need That Cards Cannot Provide

In March 2026, a marketplace at mpp.dev opened with over 60 services built for AI agents: SEC filing search charges per query, image generation at fractions of a cent, physical letters printed and mailed from a document and address. The protocol powering it is MPP (Machine Payments Protocol), built by Stripe and Tempo, which lets agents pay using cards, stablecoins, or Lightning in a single HTTP request.

In its first week, 894 agents made 31,000 transactions at prices from $0.003 to $35 per request, according to a16z. No checkout page. Pricing embedded in the HTTP response. The agent reads the schema, pays, receives output.

Two protocols now make this model possible at the infrastructure level. x402 embeds stablecoin payments directly in HTTP requests with no merchant account or processor onboarding. MPP supports cards, stablecoins, and Lightning in the same request, with the mpp.dev marketplace as its live implementation. As a16z noted, “x402 and MPP each take a different approach, but both embed payments directly into HTTP requests.”

MoonPay’s PayBox handles the full stack for agents — MPC key sharding in a trusted execution environment, policy limits before any transaction, virtual cards scoped per merchant for fiat rails when needed.

Conclusion

The card worked because neither side had to change anything. As Levine, a16z, wrote: “The next generation of merchants won’t have storefronts. They’ll have endpoints.” The card serves that well for the merchants that already exist. The infrastructure being built now is for the ones that do not.

About Fystack

Fystack is an enterprise-grade, self-hosted MPC custody platform for fintech teams and crypto businesses. The core signing infrastructure, mpcium, is open-source. Fystack supports multi-chain wallet operations across TRON, ETH, BNB, Solana, Polygon, and more, with a policy engine that enforces spend rules before any signing happens.

If you are building payment infrastructure that involves automated signing, wallet custody, or agent payment flows, Fystack has the full product overview. The policy engine source is on GitHub.


What Crypto Cards Reveal About the Future of Payments was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

STONK Surges 250%: Inside the Raydium x StonkFun Integration

How StonkFun’s integration with Raydium’s LaunchLab sent STONK up 250%, RAY up 40%, and JUP up 21% — and what it means for Solana DeFi.

STONK Surges 250% — Inside the Raydium x StonkFun Integration

A token most traders had never heard of a week ago just ripped 250% in 24 hours and briefly touched an all-time high. No celebrity endorsement. No exchange listing. No viral tweet from a billionaire. Just a plumbing upgrade.

That’s the story of STONK, the native token of Solana launchpad StonkFun, and it’s one of the more interesting case studies in crypto market structure this year — because the rally wasn’t really about STONK at all. It was about what happens when a fast-growing app plugs directly into the dominant liquidity layer of an entire blockchain.

If you trade Solana tokens, watch DeFi, or just want to understand how integrations move markets in 2026, this one is worth unpacking in detail.

What Actually Happened

On Saturday, September 6, 2026, StonkFun announced it was integrating with Raydium’s LaunchLab, the token-launch infrastructure built by Solana’s largest decentralized exchange. The next day, the numbers told the story:

  • STONK surged more than 250% in 24 hours, reaching an all-time high near $0.212 before pulling back to trade around $0.16.
  • Its market capitalization jumped to roughly $140 million, with about $135 million in daily trading volume.
  • RAY, Raydium’s own token, gained more than 40%, trading around $1.27.
  • JUP, the token behind Solana DEX aggregator Jupiter, climbed about 21% to roughly $0.27.
  • Raydium itself pulled in close to $440,000 in protocol revenue in a single day — its best day since July 2025.

Three tokens across three different projects all moved together, in the same direction, on the same news. That’s not a coincidence. It’s how integrations work when they touch the core of a network’s liquidity.

What Is StonkFun, and Why Does It Matter?

StonkFun is a Solana-based token launchpad, but with a twist that separates it from the thousands of meme-coin factories that have come and gone: it lets users create tokens paired against real-world financial assets — tokenized stocks, ETFs, commodities, and currencies — rather than just pairing new tokens against SOL or stablecoins.

The flagship example is STONK itself, which trades against SPYx, a tokenized product from Backed Finance designed to track the S&P 500 through the SPDR S&P 500 ETF. Other pairs on the platform link tokens to assets like ZCash, Hyperliquid, and Bittensor.

It’s important to be precise about what this actually means for holders: pairing a token against a tokenized stock or ETF does not grant ownership of the underlying shares, dividends, or shareholder rights. The token’s dollar price simply reflects the value of the paired asset and the exchange rate between the two — more like a synthetic trading pair than an equity investment. That distinction matters for anyone evaluating the token, and it’s a detail worth remembering before assuming “stock-paired” means “backed by stock.”

StonkFun also runs a buyback-and-burn program, funneling a share of trading fees from its newer liquidity pools into purchasing and burning its ten largest tokens by market cap, weighted by size and executed every few minutes. As of the integration announcement, tokens paired with ZEC, HYPE, and TAO occupied the top three buyback slots, and the platform reports 78 different tokens have gone through the burn mechanism to date.

What Is Raydium’s LaunchLab, and Why Did the Integration Matter So Much?

Raydium is the largest decentralized exchange (DEX) on Solana by volume, and LaunchLab is its permissionless token-launch infrastructure — a system that lets any project deploy tokens with a bonding-curve trading model that “graduates” into a full Raydium liquidity pool once it hits a volume threshold.

Before the integration, StonkFun ran its own launch mechanism. That created two problems the team had publicly acknowledged just days earlier, in a September 2 announcement:

  1. Sniping — bots and insiders buying up new token launches within seconds, before retail traders get a fair shot.
  2. High deployment costs — StonkFun’s team confirmed the switch to LaunchLab cut deployment costs from roughly 0.29 SOL down to 0.03 SOL, close to a 90% reduction.
  3. Single-wallet launch risk — concentrated ownership at launch that skews price discovery.

By routing new token deployments through Raydium’s LaunchLab instead of a proprietary system, StonkFun effectively outsourced its liquidity and trust problem to the most established DEX infrastructure on Solana. New tokens launched on StonkFun now settle directly into Raydium’s order flow and, eventually, Jupiter’s aggregated routing — which explains why all three tokens moved in tandem.

Solana’s own official account publicly signaled support for the move, responding to a StonkFun post with a simple statement of backing for “Stonk Tokens” — a small detail, but one that added a layer of ecosystem-level credibility to a project that, just days earlier, was fielding user complaints.

Why This Kind of Integration Moves Three Tokens at Once

This is the part that’s genuinely useful to understand, beyond the STONK headline number.

When a launchpad integrates directly with a major DEX’s infrastructure, it creates a flywheel effect across the stack:

  • The launchpad token (STONK) benefits from increased attention, new deployments, and the buyback mechanism scooping up fees generated by fresh activity.
  • The DEX token (RAY) benefits because every new token graduating through LaunchLab generates trading fees and protocol revenue — Raydium’s $440K single-day haul is the clearest evidence of that.
  • The aggregator token (JUP) benefits because increased trading volume across Solana DEXs means more routing activity through Jupiter, which captures a share of that flow.

In other words, a single infrastructure decision created three separate, simultaneous demand shocks — one for narrative attention, one for protocol revenue, and one for trading volume. That’s a pattern worth recognizing any time you see a launchpad-to-DEX integration announcement: check not just the launchpad’s token, but the underlying DEX and aggregator tokens too.

Is the Rally Sustainable, or Just a News Spike?

This is the question every trader should be asking, and it’s fair to say the honest answer is: nobody knows yet, and the early data is already showing the limits of the move.

A few signals worth watching:

  • Volatility has already shown up. STONK gave back a meaningful chunk of its intraday gains after hitting its all-time high, and later data showed the token cooling to around $0.129 with volume pulling back to roughly $105 million — a reminder that a 250% single-day move rarely holds its full magnitude.
  • The catalyst was structural, not fundamental. Lower deployment costs and reduced sniping risk are real improvements to StonkFun’s product, but they don’t guarantee sustained user growth or trading demand once the initial announcement fades from the timeline.
  • The buyback program is fee-dependent. StonkFun’s burn mechanism only works if trading volume stays elevated. If activity reverts to pre-integration levels, the buyback flywheel slows down with it.
  • RAY’s 40%+ move reflects genuine revenue, which is a stronger signal than a narrative pump. Protocol revenue tied to actual fee generation tends to be a more durable indicator than social attention alone — though even that can normalize once the initial wave of new launches slows.

For traders and researchers, the metrics worth tracking going forward are straightforward: daily trading volume on StonkFun, the pace of new token launches through LaunchLab, Raydium’s daily protocol revenue, and whether STONK’s price finds a stable range above pre-announcement levels or fully retraces.

The Bigger Picture: Stock-Paired Tokens on Solana

Beyond the immediate price action, this integration is a useful data point in a broader trend: the merging of tokenized real-world assets (RWAs) with Solana’s meme-coin and launchpad culture.

StonkFun’s core pitch — pairing speculative tokens against tokenized stocks, ETFs, and commodities instead of just SOL — sits at the intersection of two of crypto’s biggest 2025–2026 narratives: real-world asset tokenization and permissionless token launches. Whether that combination produces durable products or just a faster way to speculate on volatility remains an open question, and it’s one worth watching regardless of which side of that debate you land on.

What’s clear is that infrastructure integrations are becoming one of the most reliable short-term catalysts in Solana DeFi. When a launchpad plugs into a major DEX’s liquidity engine, the resulting demand doesn’t stay contained to one token — it ripples across the stack. Anyone tracking Solana DeFi should be watching for the next version of this pattern, not just this one.

Ready to trade without watching the charts all day?

Subscribe to Hyperlyx AI and put your trading strategies on automation — built for traders who want to stay in the game through every twist of a rally like this one, without letting emotion drive the decision.

Frequently Asked Questions

What is STONK?

STONK is the native token associated with StonkFun, a Solana-based launchpad that lets users create tokens paired against tokenized stocks, ETFs, commodities, and other assets, most notably SPYx, a token tracking the S&P 500.

Why did STONK price go up 250%?

STONK surged after StonkFun announced an integration with Raydium’s LaunchLab on September 6, 2026, which lowered deployment costs, reduced sniping risk, and routed new token launches directly into Raydium’s liquidity infrastructure.

Does owning STONK mean owning S&P 500 exposure?

No. Pairing a token against a tokenized asset like SPYx means its price reflects that asset’s value and exchange rate — it does not grant ownership, dividends, or shareholder rights tied to the underlying stocks.

Why did RAY and JUP also rally?

Because new StonkFun token launches now settle through Raydium’s LaunchLab and route through Jupiter’s aggregation layer, increased activity on StonkFun directly generates trading fees and volume for both platforms.

Is the STONK rally likely to continue?

That depends on whether trading volume and new launches on StonkFun stay elevated after the initial news cycle. Early data already shows some pullback from the token’s all-time high, so sustained interest — not just the announcement itself — will determine whether gains hold.

This article is for informational purposes only and does not constitute financial or investment advice. Cryptocurrency markets are highly volatile, and tokens like STONK, RAY, and JUP can experience rapid, significant price swings. Always do your own research before making investment decisions.


STONK Surges 250%: Inside the Raydium x StonkFun Integration was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

Forex Meets Bitcoin: The Changing Role of Trading Software

Explore how Bitcoin is influencing the expectations around modern forex trading technology, from real-time data and automation to security and user experience.
See why today’s forex platforms need to focus on reliable technology rather than just basic trading features.
Forex Trading Software
Forex Meets Bitcoin

Forex and Bitcoin are very different markets, but the way people interact with them has started to share one important thing: they rely heavily on technology.

A forex trader may be watching currency pairs, while a crypto trader may be following Bitcoin prices. In both cases, users expect reliable market information, quick order handling, clear account details, and a platform that does not get in the way of trading.

This is changing the role of Forex Trading Software. It is no longer just a tool for viewing prices and placing orders. For brokers and trading businesses, it has become part of the overall experience they offer to users.

Bitcoin Has Raised the Bar for Digital Trading

Bitcoin made people more familiar with a market that operates continuously. Prices can move at any hour, and users can check their positions from a phone in seconds.

Forex follows a different market structure, so the two cannot be treated as the same. Still, Bitcoin has influenced what users expect from financial platforms. Traders are more comfortable with real-time dashboards, mobile access, instant notifications, and digital account management.

That means forex businesses have to think beyond the basic trading terminal. The platform needs to feel dependable whenever users access it.

Reliable Data Matters More Than Fancy Features

A trading platform can have dozens of features, but they are not very useful if the underlying market data is delayed or inconsistent.

Forex software usually depends on external price feeds, broker systems, liquidity providers, and APIs. Keeping these connections stable is important because traders use the information on the screen to make decisions.

Bitcoin trading platforms have also shown how useful real-time data aggregation can be. For forex businesses, the practical lesson is not to copy crypto platforms, but to make sure the data reaching the trader is timely, consistent, and easy to understand.

Automation Can Reduce Repetitive Work

Automation is another area where crypto and forex platforms are moving in a similar direction.

Automation Can Reduce Repetitive Work

Traders now use alerts, automated strategies, risk controls, and APIs to reduce repetitive tasks. Brokers can also use automation for account processes, reporting, order workflows, and monitoring.

This does not mean every forex platform needs complicated AI or fully automated trading. In many cases, simple automation that reduces manual work can make the platform more useful.

The important part is choosing automation based on a real need rather than adding it just because it sounds advanced.

Security Cannot Be an Afterthought

Financial software deals with information that users expect businesses to protect. Account credentials, personal data, trading activity, and transaction details all need proper safeguards.

Bitcoin has made security a familiar topic for a much wider group of users, but the same principle applies to forex platforms. Secure authentication, controlled access, encrypted communication, API protection, and regular testing should be considered during development.

Good security is not only about preventing attacks. It also helps users feel confident that their accounts and information are being handled responsibly.

Traders Expect More From the User Experience

Trading platforms have also become easier to access. A trader may move between desktop and mobile devices throughout the day, which means the experience should remain consistent across both.

Clear dashboards, readable charts, simple navigation, order history, account information, and useful alerts can make everyday trading easier.

This is one place where businesses should listen carefully to their users. A platform does not become better simply by adding more screens. Often, removing unnecessary steps can make a bigger difference.

The Technology Will Keep Evolving

Bitcoin did not replace forex, and forex is not becoming a crypto market. What is changing is the technology expectations around both.

For businesses, the takeaway is fairly practical: build software that is reliable first, then make it useful, flexible, and easy to maintain. Real-time connectivity, dependable order handling, security, automation, and a sensible user experience are more valuable than a long list of features that nobody needs.

The role of Forex Trading Software is therefore moving beyond basic trade execution. As financial markets become more digital, the platforms supporting them will need to keep improving with user expectations rather than simply following old trading models.


Forex Meets Bitcoin: The Changing Role of Trading Software was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

The Problem of UX in Crypto, or How to Make It Look More User-Friendly

Have you ever tried to “stake” your tokens, adjust your “gas fees,” or back up your “mnemonic phrase,” and wondered if you accidentally stepped into a foreign language class? Welcome to crypto, where even the most enthusiastic newcomers can feel like they’re solving a riddle just to send a few dollars. Among this confusing terminology and intimidating design is where UX (or user experience) comes in.

Simply put, UX is how a product feels to use. Is it intuitive, simple, pleasant? Or does it leave you frustrated and confused? UX is about the journey of the user, making sure every step flows naturally. Don’t confuse it with UI (user interface), which refers just to what the screens look like. You can have a beautiful interface but a terrible user experience if the steps don’t make sense or the language is hard to understand.

And that’s the heart of the problem: crypto is full of powerful, promising technology, but it’s often locked behind confusing menus and jargon that scare people away.

Why UX Matters Everywhere — Even More in Crypto

You might think UX is just a “nice touch,” like a fancy design on your coffee cup. But actually, besides the actual need for the product, it’s what makes people stick around in the digital world. If a software product is useful and also feels easy and enjoyable, they’ll keep using it. If not, they’ll quit — fast. And in crypto, that difference can mean millions of potential users deciding to stay in traditional systems or worse, with none at all.

According to the World Bank, “about two-thirds of unbanked adults said that if they opened an account at a financial institution, they could not use it without help.” The total of those unbanked adults is around 1.4 billion, who also face barriers of distance and documentation when trying to open bank accounts. You might think that crypto could easily win over those users (only the Internet is needed), but there’s still the thing about the difficulty of use. All those unbanked people could find a useful alternative in crypto, but the UX is in the middle.

Think about how the iPhone revolutionized smartphones. Before it, phones were clunky and only tech enthusiasts explored their advanced features. Apple made the experience smooth, even delightful, for everyone. That’s great UX at work: you don’t need to read a manual, and you feel confident while using it.

Crypto should aim for the same. Many fixes are simple, but they require product designers to focus more on regular people instead of just insiders and developers.

Why UX Feels Broken in Crypto

So why does crypto feel so awkward to use today? There are a few common culprits. First, the jargon. Terms like “rollups,” “mnemonic phrases,” “staking,” and “slippage” confuse even experienced users. Then, there are the many steps just to do something simple: opening a wallet, buying tokens, and transferring them often feels like learning advanced mathematics from scratch.

Let’s not forget the complex wallet addresses: long strings of random letters and numbers. Would you feel confident sending your money to ‘0x5a1F…7bC9’ without triple-checking it? That’s why the lack of human-readable addresses makes users nervous. They can’t even dream about ‘reading’ smart contracts written in a programming language, but they should be able to, since these systems are doing all kinds of things with their money.

A Transaction Overview on Etherscan. Not exactly user-friendly.

And mistakes in crypto can be permanent. If you send coins to the wrong address or lose your keys, there’s often no way to recover them. No friendly “undo” button here.

Even crypto’s biggest names agree this is a problem. Brian Armstrong, CEO of Coinbase, admitted that their platforms still need improvements and require more simplification to attract new users. Likewise, Changpeng Zhao, ex-CEO of Binance, has said that the exchange has suffered from a bad user experience.

If you’ve ever tried bridging your first coins or using DeFi protocols, you know what they mean. It may seem intimidating, even for someone who’s comfortable online.

How to Make UX in Crypto Better

Thankfully, there are plenty of ways to improve UX in crypto. First, providers should minimize the jargon wherever possible. If they must use technical terms, explaining them in plain language right in the app would be a good idea.

Next, the education of users as they go is essential. Little inline tips, confirmation screens, and progress indicators help make the experience less stressful. Avoiding costly mistakes can be done through clearer warnings and descriptions before transactions, and by defaulting to safer settings. For example, pre-selecting higher security or suggesting conservative fees can help protect users from themselves.

Another helpful principle is progressive disclosure: show the basic, necessary options first and hide advanced settings behind a “more options” button. That way, providers don’t overwhelm beginners but still serve power users.

Inclusivity is also crucial. Not everyone speaks English, has perfect eyesight, or is under 30. Thinking about accessibility and diverse users is good for everyone. Having those same users test the apps and provide feedback is probably the best option, since developers will never have the same experience as them.

On the other hand, users also need to consider the custodial vs. non-custodial trade-off. Custodial wallets (like those on centralized exchanges) are often easier because the company handles security, but they’re less private and secure. Non-custodial wallets give more control but demand more knowledge from the owners. A good UX can help guide users to what fits them best.

What’s Been Done So Far?

We have to admit that it hasn’t always been this way. Back when Bitcoin first launched, there weren’t even “seed phrases.” People often just kept (or lost) an unencrypted file of their private key. Decentralized exchanges (DEXs) were once more complex, clunky tools; today, they have interfaces resembling apps. This progress shows how much can change with a focus on usability.

One great example is the rise of crypto domain name services. Instead of copying and pasting a 42-character address, you can send crypto to ‘alice.eth’ thanks to services like Ethereum Name Service (ENS), Unstoppable Domains, and SPACE ID. They replace intimidating addresses with short, human-readable names. However, the trick is that those domains are available only for those who can buy them and/or pay for them yearly. It’s not exactly a native, free feature.

For their part, wallets and exchanges are also doing things to improve. Ready Wallet (previously Argent) focuses on a mobile-first design, friendly support, and replacing seed phrases with an “off-chain recovery” feature from the cloud to help users recover access if they lose their devices. MetaMask introduced “Smart Transactions” for pre-simulated transactions and to make them more cost-efficient. Coinbase has simplified its app dramatically to appeal to beginners, even removing some advanced options until users feel ready.

Some chains are experimenting with making smart contracts readable to humans or have already done that. Platforms like CSPR.live aim to present contract actions in plain English so users can understand what they’re signing before clicking confirm — similar to what already exists in Obyte since 2020 (see below). Researchers are working on this too, proposing new ways to make smart contracts easier to use and readable by humans.

These efforts prove that better UX isn’t just possible, it’s already happening in several platforms. The challenge now is making these improvements the norm, not the exception.

Obyte’s UX Initiatives

Obyte has been quietly building user-friendly crypto features for years, making it much easier for anyone (even complete beginners) to send and use digital money. One of its most approachable tools is textcoins. These are like little wallets you can send over email, chat, or even print on paper. You don’t need the recipient’s crypto address; they just click a link or type in a simple 12-word phrase to claim the funds. If nobody claims the textcoin, you can even take it back with a tap.

Another thoughtful feature is the ability to replace long, intimidating addresses with usernames or shortcodes. Instead of sending funds to a random string of letters and numbers, you can register a customized username via wallet chatbot or, if you own a house in Obyte City, claim a unique shortcode to receive payments. These names and shortcodes do come with a small, one-time fee, but it’s affordable and yours to keep without subscriptions.

Obyte also helps you avoid mistakes when interacting with dapps (like bridges or DEXes). Before you hit send, the wallet shows you a preview of the expected transaction result, including amounts of the coins to be sent in response, changes in the agent’s state (such as balance records), and even the website of the agent you are interacting with. This transparency gives you peace of mind when dealing with complex smart contracts or agents.

Lastly, Obyte makes creating human-readable smart contracts easy. You don’t have to be a programmer; you just fill out a simple template in plain language, set the conditions, and send it to the other party for approval. Whether you’re sending coins, creating agreements, or claiming funds, many of these features have been live, tested, and open to everyone for years. They all are both powerful and easy to use, making Obyte a welcoming corner of the crypto world –including user experience.

Featured Vector Image by pikisuperstar / Freepik

Originally Published on Hackernoon


The Problem of UX in Crypto, or How to Make It Look More User-Friendly was originally published in Coinmonks on Medium, where people are continuing the conversation by highlighting and responding to this story.

Revolut Customer Records Exposed: Attackers Demand 10,000 BTC

Revolut disclosed sensitive customer records to an unauthorized party after fraudulent data requests arrived from an email address on a legitimate government domain, the company confirmed on Saturday, September 12. The exposed material may include identity documents, verification selfies, account statements, and transaction histories containing Bitcoin activity.

Revolut told TechCrunch that a limited number of customers were affected and that its systems and customer funds remained unaffected. The incident raises privacy concerns because identity records and Bitcoin transaction histories may have been disclosed to an unauthorized party.

So what has happened? Someone impersonated a government agency using an address on that agency’s own domain, and the request cleared Revolut’s checks before it was identified as fraudulent. Customer information was disclosed during that period.

🚨BREAKING: Revolut attackers demand 10,000 BTC ransom, threatening to leak stolen customer data.

The threat actors who allegedly tricked Revolut into handing over sensitive customer data by posing as a government are now publishing information belonging to high-profile clients.… https://t.co/kJi58fAHaa pic.twitter.com/5IIaCHHOYT

— Coin Bureau (@coinbureau) September 14, 2026

The notification Revolut emailed to affected customers listed birth dates, postal and email addresses, phone numbers, and copies of identity documents such as passports and driving licenses. Verification selfies, account statements, and transaction histories may also have been disclosed, the bank said.

Revolut said it blocked the sender’s address after detecting the scheme and alerted the government agency concerned, as well as law enforcement, data protection authorities, and financial regulators. A company spokesperson characterized the episode as an external impersonation scam and said the company’s systems and customer funds were unaffected.

Trade XRP on Bybit and Get a Chance to Win Our $1,000 USDT Airdrop

ZachXBT Flags Bitcoin Exposure

Crypto investigator ZachXBT publicized the notice in a Telegram post and added several items Revolut’s own notification did not list: IBANs, withdrawal records, occupations, and transaction history covering Bitcoin. He assessed the incident as limited in scale and aimed at high-net-worth users.

A Revolut data breach exposed identity records and Bitcoin transaction histories after a fraudulent government-domain request cleared checks.
ZachXBT Telegram

Revolut has not disclosed an exact number of affected customers. The company also has not stated that crypto holders or wealthy customers were specifically targeted, so the assessment of the apparent target group remains separate from Revolut’s primary disclosure.

Earn $50 and Enter $300K Prize Draw on EdgeX

What’s Next for Revolut Users?

Bitcoin’s blockchain records transactions publicly, while personal details such as a passport or home address sit outside the network. Financial intermediaries can connect those different types of information through the records they collect. This incident illustrates the privacy concern when identity documents are disclosed alongside Bitcoin transaction histories.

Information that includes names, addresses, contact details, and transaction histories can create a more detailed picture of an affected customer than any one category of data alone. The reporting does not document a follow-on misuse of the information in this incident, but it highlights the sensitivity of records that link personal information with financial activity.

this is actually insane, these types of things sound inconvenient but they can lead to home invasions and losing millions

at this point, it should be made literally illegal to do anything but ZK-based KYC if KYC (which doesn't work) must be done

we have the tech https://t.co/Bl80YbFMAR

— mert (@mert) September 12, 2026

Revolut’s response included blocking the sender, notifying regulators, and contacting affected customers directly. The episode also focuses attention on how financial institutions assess requests that appear to come from government agencies and on the scope of information released when those requests are accepted as legitimate.

For crypto users who use Revolut or similar platforms, the incident is a reminder that crypto privacy can depend on how intermediaries handle identity documents, account records, and transaction histories. Revolut said customer funds remained safe, while the disclosure shows that fraud involving an apparently legitimate government-domain email can still expose sensitive customer data.

Discover: The Best Token Presales

The post Revolut Customer Records Exposed: Attackers Demand 10,000 BTC appeared first on Cryptonews.

❌