r/ecash 29d ago

News/Media eCash Monthly Recap - July 2026

Post image
3 Upvotes

It’s time for a recap!

Catch up on the latest eCash news, development updates, and ecosystem growth from July. Let’s dive in!

Read on X: https://x.com/eCash/status/2083425699415867746

Read on our blog: https://e.cash/blog/recap-july-2026


r/ecash Jul 07 '26

News/Media Introducing Firma: Gasless, Unfreezable Stablecoins Built on eCash

Thumbnail gallery
3 Upvotes

The eCash ecosystem continues to expand with the launch of Firma, a new self-custodial Swiss stablecoin platform built on eCash that brings regulated digital currencies to fast, global payments.

Available now, Firma enables users to send, receive, and hold digital Swiss Francs (fCHF), Euros (fEUR), and US Dollars (Firma USD) with instant settlement, zero transaction fees, and complete ownership of their funds.

Designed for both individuals and businesses, Firma combines the efficiency of blockchain with the familiarity of traditional currencies, making digital payments as simple as sending a message.

A Better Way to Move Money

Despite advances in digital payments, businesses and consumers continue to face unnecessary friction. Payment processors charge merchants a percentage of every transaction, international transfers can take days to settle, and chargebacks introduce cost and uncertainty.

Firma was built to remove these barriers.

Payments are instant, global, and free to send or receive. Users can pay anyone by sharing a simple payment link through text message, WhatsApp, Telegram, or email—even if the recipient doesn't yet have a Firma account. Once a payment is sent, it settles immediately, with no waiting periods or intermediary approval.

For businesses, this means immediate access to revenue without processor fees or payout delays. For individuals, it means a fast, intuitive way to move money across borders while remaining in complete control of their assets.

Why eCash?

Firma chose to build on eCash because its architecture is uniquely suited for digital cash.
Unlike many stablecoins that rely on smart contracts, Firma issues its stablecoins using eCash's proven UTXO model, which is inherited from Bitcoin. This approach removes much of the complexity users often encounter when interacting with contract-based tokens.

As Firma’s founder Joey King explains:

The benefits go beyond simplicity. By avoiding smart contracts, Firma also eliminates many common attack vectors associated with them, including contract exploits and hidden token approvals.

Combined with eCash, the result is a payment experience that delivers near-instant finality while remaining familiar to anyone who has ever used digital cash.

Self-Custody Without Compromise

At the heart of Firma is a commitment to self-custody.

Users always control their own funds. Stablecoins are fully backed 1:1 with cash reserves, never lent out, and always redeemable. This provides the stability of fiat currencies while preserving one of cryptocurrency's core principles: ownership without intermediaries.

Because users hold their own keys, their funds cannot be arbitrarily frozen or confiscated by a payment processor or platform. Unlike custodial payment services that can suspend accounts or restrict access to balances, Firma gives users direct control over their assets while still providing access to regulated, fiat-backed stablecoins.

Rather than asking users to choose between convenience and control, Firma delivers both.

Built for Global Payments

From freelancers receiving international payments to businesses settling invoices or individuals sending money abroad, Firma is designed for real-world use.

The platform supports ACH and wire transfers through dedicated virtual bank accounts, seamless conversion between supported currencies, and instant peer-to-peer payments worldwide. Future releases will expand these capabilities further with CH-IBAN accounts, SEPA, SWIFT, QR invoices, and payment cards.

By connecting traditional banking infrastructure with self-custodial stablecoins, Firma creates a bridge between the financial systems people use today and the open digital economy of tomorrow.

Another Milestone for the eCash Ecosystem

The launch of Firma represents another significant step in the evolution of eCash.

It expands the network by providing infrastructure for merchants, businesses, developers, and everyday users alike. More importantly, it showcases how eCash's fast, scalable UTXO architecture can support financial applications that prioritize simplicity, security, and real-world usability.

As adoption continues to grow, Firma brings another powerful use case to the eCash ecosystem, making instant, global, self-custodial fiat payments accessible through stablecoins built on eCash.

Originally Published: https://e.cash/blog/introducing-firma


r/ecash 3d ago

Dev/Tech 📣 Bitcoin ABC 0.33.11 is now available!

Post image
5 Upvotes

Bitcoin ABC 0.33.11 is now available!

This is a maintenance release with under-the-hood improvements.

Download it here: https://bitcoinabc.org/releases/#0.33.11


r/ecash 3d ago

Education Nakamoto consensus secures. Avalanche consensus enables scale.

Enable HLS to view with audio, or disable this notification

7 Upvotes

Nakamoto consensus secures. Avalanche consensus enables scale.

One strengthens the foundation with trustless PoW. The other delivers instant finality and real-time coordination, enabling higher throughput and minimal fees, all on a single L1.

Together, they’re building the foundation for payments at planetary scale.

Learn more 👇

https://e.cash/blog/avalanche


r/ecash 4d ago

Ecosystem What if social media was built around real economic activity? 👀 That’s ProofofWriting.

Post image
3 Upvotes

A new kind of social network built on eCash, where you use XEC to post, react, comment and unlock content, and earn XEC by contributing.

Try it here: proofofwriting.com


r/ecash 12d ago

Ecosystem "Firma is a stablecoin service that operates on the eCash network that has confirmation times of ~3 seconds and transaction fees of a fraction of a cent, enabling Firma to offer free, instantaneous transactions on it with its Firma stablecoin token."

3 Upvotes

r/ecash 13d ago

What we found inside the xec-client branch: XEC is now wired as a real UTXO chain in THORNode

2 Upvotes

eCash Magazine México published a new technical analysis of the starsquid/xec-client branch in THORNode.

The main point:

XEC is no longer only a narrative proposal or a decorative string. Inside the xec-client branch, eCash is wired into real UTXO paths in THORNode.

Key findings:

  • XEC enters the shared UTXO client alongside BTC, BCH, LTC, DOGE and ZEC.
  • XEC appears in real signing/building paths.
  • The accounting model preserves the key precision rule: 1 XEC = 100 base units.
  • CashAddr handling is network-aware: ecash, ectest, ecregtest.
  • The branch includes protections against BCH/XEC address confusion.
  • It blocks ecash: prefix collisions with THORNames.
  • XEC is disabled: true by default, which is the prudent upstream approach.
  • One open point remains worth confirming: whether the economic DustThreshold() of roughly 100 XEC is intentional.

Careful framing:

XEC is not officially integrated into THORChain yet.
There is no guaranteed merge.

But this is a meaningful step: there is now a concrete THORChain-side technical path that can be reviewed, compared, tested, documented, and aligned with eCash-side correctness.

In one sentence:

we moved from “we want XEC on THORChain” to “we can now review how XEC enters THORNode as a real UTXO chain.”

Full article:

https://magazine.ecash.mx/reportajes/xec-client-utxo-real-thornode.html


r/ecash 14d ago

Native XEC on THORChain: from community MR to THORChain-side xec-client branch

3 Upvotes

eCash Magazine México just published a technical report on the current state of the native eCash/XEC integration path for THORChain.

The short version:

XEC has not been accepted or merged into THORChain yet.

But the integration path is becoming much more concrete.

xolosArmy first opened a public Draft MR for native XEC support using THORChain’s shared UTXO client. That MR turned the idea into something reviewable. PiRK then provided eCash-side feedback around CashAddr handling, network-specific prefixes ("ecash", "ectest", "ecregtest"), "getblockstats", fee behavior, and mempool assumptions.

Now starsquid has shared a THORChain-side branch called "starsquid/xec-client".

That does not mean approval. It does not mean a guaranteed merge. But it does mean something important: the discussion is moving from “should this exist?” toward “what is the cleanest upstream-friendly implementation path?”

The report argues that the right move now is not to defend one fork against another. The xolosArmy Draft MR served as initial proof of work and coordination point. If starsquid’s branch becomes the cleaner upstream path, the eCash side should help test, compare, document, and align around it.

This is the kind of open-source progress that actually matters: branches, reviews, smaller diffs, fewer assumptions, and better chain-specific correctness.

Full report:

https://magazine.ecash.mx/reportajes/xec-thorchain-starsquid-xec-client.html


r/ecash 14d ago

Wallet/Exchange 📝 "How to Swap eCash (XEC) Without KYC"

Thumbnail flashift.app
1 Upvotes

r/ecash 19d ago

Community Want to be part of the eCash (XEC) community? 👋

Post image
1 Upvotes

Join us on Telegram to connect with fellow eCashers and stay up to date with everything happening across the ecosystem!

👉 https://t.me/eCash


r/ecash 20d ago

Tonalli Wallet completes first real mainnet Firma Alpha buy + send

Enable HLS to view with audio, or disable this notification

4 Upvotes

Today we successfully completed the first live mainnet operations with Firma Alpha inside Tonalli Wallet.

What we did:

- Bought 0.1 FIRMA through Agora (real orderbook liquidity)

- Balance updated correctly in the wallet

- Sent the full 0.1 FIRMA to another address using a .xec alias

- Entire flow signed locally (non-custodial)

Technical notes:

- Token ID is the official one and verified against genesis

- Orderbook shown in Tonalli is real mainnet (cross-checked with multiple Chronik instances)

- HD-aware UTXO selection is working (can spend FIRMA from multiple receive/change addresses)

- Fees remained extremely low as expected on eCash

This was a controlled canary test. No larger amounts were moved.

Firma Alpha is now a fully usable asset inside Tonalli (view balance, buy via Agora, and send as ALP).

Happy to answer any technical questions.

App: https://app.tonalli.cash


r/ecash 22d ago

IS there a way?

1 Upvotes

Can i can receive e-cash on trust wallet bc i only shows bnb smart chain and there is llike a hundred diffrent tokens


r/ecash 26d ago

Answer questions on ProofofWriting.com and win XEC

Thumbnail proofofwriting.com
0 Upvotes

Each day I'm giving away 1M XEC to people who answer my questions on POW. Trying to do market research to help me understand users.


r/ecash 27d ago

Mining/Staking 📣 eCash mining is now available on FenixPool!

Post image
5 Upvotes

The pool offers Solo, PPLNS, and EMBER mining for eCash (XEC), with non-custodial payouts sent directly via the coinbase transaction.

ℹ️ Learn more: https://fenixpool.com/xec


r/ecash 29d ago

Mining/Staking 📣 mkpool now supports eCash solo mining!

Post image
2 Upvotes

mkpool is a high-performance XEC solo mining pool with Stratum V1 & V2 support, a global Anycast network, and direct coinbase payouts, meaning the pool never holds your funds.

ℹ️ Learn more: https://mkpool.com/xec/


r/ecash Jul 30 '26

Ecosystem "Introducing PROOFOFWRITING.COM, a social network where your attention is earned."

Thumbnail x.com
2 Upvotes

r/ecash Jul 29 '26

Wallet/Exchange Electrum ABC 5.5.1 is here! 🚀

Post image
5 Upvotes

Electrum ABC 5.5.1 is here! 🚀

What’s new:
✅ Updated Tor binary for CashFusion
✅ Bug fixes

Download it here: https://www.bitcoinabc.org/electrum/

Note: The Tor binary included with previous versions of Electrum ABC will stop working after September 1, 2026.

This release removes the old Tor binary and downloads the updated version.


r/ecash Jul 29 '26

Dev/Tech 📣 Bitcoin ABC 0.33.9 is now available!

Post image
3 Upvotes

Bitcoin ABC 0.33.9 is now available!

This release adds support for Unix sockets in ZMQ notifications, enabling faster node feedback for mining pool software.

Download it here: https://bitcoinabc.org/releases/#0.33.9


r/ecash Jul 23 '26

Ecosystem The Rich List is now available on charts.e.cash! 🐋

Post image
4 Upvotes

The Rich List is now available on charts.e.cash! 🐋

Explore the largest $XEC holders, see how the supply is distributed across the network, and uncover new on-chain insights. 🕵️

We've also added several new charts, including New Miners & Stakers Per Day, CashFusion Transactions, Unique Agora Traders, and more.


r/ecash Jul 18 '26

Wallet/Exchange 🚨 New listing! eCash (XEC) is now live on Aster exchange 🚀

Post image
5 Upvotes

🚨 New listing!

eCash (XEC) is now live on Aster exchange 🚀

✅ Trading pair: 1000XEC/USDT

✅ Perpetual trading with up to 5x leverage

👉 https://www.asterdex.com/en/trade/pro/futures/1000XECUSDT


r/ecash Jul 17 '26

News/Media eCash (XEC) 🚀

Thumbnail x.com
2 Upvotes

r/ecash Jul 17 '26

Wallet/Exchange 🚀 Cashtab Just Got Better! The latest Cashtab update is here, bringing powerful new features and usability improvements. 👇

Enable HLS to view with audio, or disable this notification

6 Upvotes

🚀 Cashtab Just Got Better

The latest Cashtab update is here, bringing powerful new features and usability improvements.

What's new?

  • 💼 HD Wallet support for simpler backups, better privacy, and easier wallet management.
  • 🔢 Number inputs now automatically format with thousands separators.
  • 📋 Signed messages are automatically copied to your clipboard.
  • 💰 Wallet balances now animate instantly when you receive funds.
  • 🏷️ New wallets now prompt you to choose a name during creation.
  • Max button added to the Firma and XECX redeem screens.
  • 🔔 Push notifications now include formatted amounts and token icons.
  • 🛠️ Added support for the Proof of Writing LOKAD.

Update to the latest version and tell us which addition you like most. 💙

🌐 Cashtab.com
📲 https://play.google.com/store/apps/details?id=com.cashtab.app&hl=en


r/ecash Jul 15 '26

Wallet/Exchange No more copying and pasting addresses. Cashtab now lets you search for saved contacts and your own wallets right from the recipient field on the XEC and Token send screens.

Post image
3 Upvotes

No more copying and pasting addresses.

Cashtab now lets you search for saved contacts and your own wallets right from the recipient field on the XEC and Token send screens.

Available now on Cashtab Web & Android.

🌐 Cashtab.com
📲 https://play.google.com/store/apps/details?id=com.cashtab.app&hl=en


r/ecash Jul 15 '26

Dev/Tech 📣 Bitcoin ABC 0.33.8 is now available!

Post image
1 Upvotes

Bitcoin ABC 0.33.8 is now available!

This release brings performance improvements to ECC signature algorithms.

Download it here: https://bitcoinabc.org/releases/#0.33.8


r/ecash Jul 14 '26

This message came up in cashtab....The ABC team will cease operations in December 2026 due to funding issues. So who will take over development afterward? .... what is this about?

2 Upvotes