Back to Blog

Platform / B05

Торговля без комиссии: бизнес-модель MERX

MERX charges zero commission on energy trades. No markup on provider prices. No hidden fees. No spread. You pay exactly what the provider charges, and MERX adds nothing on top.

This naturally raises questions. How does a business sustain itself without revenue? Is this a loss-leader strategy that ends with a rug pull on pricing? What is the catch?

There is no catch. But there is a strategy. This article explains how MERX's zero-commission model works, why it exists, and how the platform plans to sustain and monetize over time.


What Zero Commission Means, Precisely

When you buy energy through MERX, the price you pay equals the provider's wholesale price. If the cheapest provider offers energy at 85 SUN per unit, you pay 85 SUN per unit. MERX does not add a margin.

To put this in context, here is what a typical energy purchase looks like:

Energy ordered:         65,000 units
Best provider price:    85 SUN/unit
Total cost:             5,525,000 SUN = 5.525 TRX

MERX markup:            0 SUN
MERX fee:               0 SUN
Total charged to buyer: 5,525,000 SUN = 5.525 TRX

This is verifiable. Every order response includes the provider name and price. You can check the provider's own API to confirm MERX is not inflating the price. The transparency is deliberate - it builds trust and makes the zero-commission claim auditable.


Why Zero Commission

The Market Acquisition Phase

MERX is in its market acquisition phase. The energy aggregation market on TRON is nascent - most developers and businesses still integrate directly with individual providers or, worse, burn TRX for every transaction. The immediate priority is not revenue; it is adoption.

Zero commission removes the primary objection to using an aggregator: "Why would I pay a middleman when I can go direct?" With zero commission, the middleman adds value (best-price routing, failover, single API) without adding cost.

The Flywheel Effect

Every new user on MERX generates data: order volume, price sensitivity, provider preferences, usage patterns. This data improves the platform:

Zero commission accelerates the flywheel. It is an investment in network effects that compound over time.

Comparison With Provider Direct Pricing

Individual providers set their own prices and already include their margin. When you buy from TronSave at 88 SUN/unit, that 88 includes TronSave's operating costs and profit. MERX passes this price through without adding to it.

Some providers offer volume discounts to large buyers. MERX, by aggregating many buyers' volume, can potentially access these discounts and pass the savings to individual users who would not qualify on their own. This is a future benefit that grows with platform volume.


How MERX Sustains Operations Today

Running MERX is not free. The platform requires servers, development, monitoring, and operational support. During the zero-commission phase, these costs are funded by the founding team as a business investment.

Current Cost Structure

Infrastructure:
  - Dedicated server (Hetzner):       ~$150/month
  - Domain and SSL:                   ~$20/month
  - Monitoring and alerting:          ~$50/month

Development:
  - Founding team time:               Not externally funded
  - No venture capital (yet)
  - No token sale

Operational:
  - Provider API access:              Free (providers want volume)
  - TRON node access:                 Public nodes + own node
  - Redis, PostgreSQL:                Self-hosted on dedicated server

The infrastructure costs are modest by any standard. This is a lean operation by design - every dollar saved on infrastructure is a dollar that does not need to be recouped from users.


The Future Revenue Model

Zero commission is not the permanent state. It is the entry price for a market that MERX intends to grow. Here is how the revenue model evolves:

Phase 1: Zero Commission (Current)

Phase 2: Premium Features

The first revenue comes from value-added services that go beyond basic price routing:

Standing Orders and Automation

Basic (free):     Manual orders, best-price routing
Premium:          Standing orders, auto-renewal, price alerts
                  Scheduled energy procurement
                  Webhook notifications for delegation events

Analytics and Insights

Basic (free):     Current prices, basic order history
Premium:          Price prediction models
                  Provider reliability scoring
                  Cost optimization recommendations
                  Custom reporting and export

Priority Support

Basic (free):     Documentation, community support
Premium:          Direct support channel
                  SLA guarantees on order execution
                  Dedicated account management

The base service - routing orders to the best price - remains free. Premium features serve power users who derive enough value from the platform to justify a subscription.

Phase 3: Volume-Based Pricing

For very high-volume users (millions of energy units per day), MERX may introduce a small commission that reflects the operational cost of handling large orders:

Volume tier:       Commission:
0 - 1M energy/mo:  0% (forever free)
1M - 10M:          0.5%
10M - 100M:        0.3%
100M+:             Negotiated

Even at 0.5%, the total cost is still lower than what most users pay through direct provider integration (where they cannot access best-price routing).

Phase 4: Provider Services

As MERX grows into the dominant aggregation layer, providers benefit from the order flow. Future revenue streams could include:


Comparison With Provider Markups

How does MERX's zero commission compare with what providers already charge?

Providers are not charities. Their quoted prices include their operating costs and profit margins. The typical provider markup structure looks like this:

Provider cost structure:
  - TRX staking cost (opportunity cost):     Base cost
  - Infrastructure (servers, nodes):          5-10% of base
  - Development and maintenance:              5-10% of base
  - Profit margin:                            10-30% of base

Estimated markup over raw staking cost:       20-50%

When you buy at 85 SUN/unit from a provider, roughly 55-70 SUN covers the raw cost of staking, and 15-30 SUN is the provider's overhead and margin. This is normal and sustainable.

MERX does not add another layer of margin. The 85 SUN the provider charges is the 85 SUN you pay. Compare this with other aggregation models:

Traditional aggregator:
  Provider price:     85 SUN/unit
  Aggregator markup:  5-15%
  You pay:            89-98 SUN/unit

MERX:
  Provider price:     85 SUN/unit
  MERX markup:        0%
  You pay:            85 SUN/unit

The Trust Question

"If you are not charging, you are the product." This is a reasonable concern in any free service. Let us address it directly.

MERX Does Not Sell Your Data

Order data is used to optimize routing and improve the platform. It is not sold to third parties. There is no advertising model. Your transaction volumes and patterns are your business.

MERX Does Not Custody Your Funds

MERX holds deposit balances for order execution. These are operational balances, not custodial assets. You can withdraw your balance at any time. The platform does not invest, lend, or otherwise use your deposited funds.

MERX Does Not Front-Run Orders

The order executor routes to the best available price at the moment of execution. It does not delay orders to wait for better prices (which would benefit MERX if it held a position) or route to more expensive providers when cheaper ones are available.

The Code Is Inspectable

The MERX SDKs are open source:

Every order includes the provider name and on-chain transaction hash. You can independently verify that the delegation occurred at the price MERX quoted.


Why Not Just Use Providers Directly?

If MERX charges zero commission, why not integrate with providers directly and skip the aggregation layer entirely?

You can. But here is what you give up:

Best-Price Routing

Provider prices change throughout the day. The cheapest provider at 9 AM may be the most expensive at 3 PM. Without continuous monitoring (which MERX does every 30 seconds), you are probably not getting the best price at any given moment.

Automatic Failover

If your single provider goes down, your application stops working. With MERX, a provider failure is invisible to you - orders are routed to the next cheapest option automatically.

Operational Simplicity

Seven provider integrations means seven sets of API documentation, seven authentication methods, seven error formats, seven sets of API changes to track. One MERX integration replaces all of them.

Future-Proofing

New providers enter the market. Existing providers change their APIs or shut down. With MERX, new providers are automatically available to you, and defunct providers are removed - no code changes required.

The zero-commission model means you get all of these benefits at no additional cost over going direct. The only rational reason to go direct is if you have specific requirements that MERX does not support - and if that is the case, the team wants to hear about it.


For Early Adopters

The zero-commission rate for early adopters is not time-limited. Users who join during this phase will be grandfathered into favorable terms as the platform evolves. This is not a bait-and-switch; it is an acknowledgment that early users take on more risk (newer platform, smaller track record) and deserve commensurate reward.

If the revenue model eventually includes commissions, early adopters will either:

The specifics will be communicated well in advance of any pricing changes.


Начало работы

Create an account and start trading at zero commission:

  1. Visit https://merx.exchange
  2. Create an account
  3. Generate an API key
  4. Make your first order
import { MerxClient } from 'merx-sdk';

const client = new MerxClient({ apiKey: 'your-key' });

// See current best prices (no commission added)
const prices = await client.getPrices({ energy: 65000 });
console.log(`Best price: ${prices.bestPrice.perUnit} SUN/unit`);
console.log(`Provider: ${prices.bestPrice.provider}`);
console.log(`MERX fee: 0`);

Documentation: https://merx.exchange/docs


This article is part of the MERX knowledge series. MERX is the first blockchain resource exchange, offering zero-commission energy trading with best-price routing across all major TRON energy providers.


All Articles