Cashu
Cashu is an ecash protocol that operates on a model where any user can run their own solo mint, or join existing mints run by others. This makes Cashu an easy to deploy, flexible, and agile approach to managing bitcoin-backed ecash.
Design Best Practices #
This page is about the unique approach of Cashu to ecash. To learn more about design aspects, check out the Design best practices page.
Cashu Mints #
A Cashu mint operates simply and centrally. One entity (the mint) handles the entire process: issuing bitcoin-backed ecash tokens when users deposit bitcoin and redeeming them when users request withdrawals. This centralized model enables fast payments but requires trust in the mint’s integrity and security.
Cashu’s design prioritizes simplicity and speed, relying on a single operator to manage all operations. Cashu currently only supports lightning payments, but in the future it will support on-chain payments as well.
Pros: #
-
Quick and Easy Setup - Ideal for those who need a simple, low-cost solution.
-
Cost-Effective - Fewer resources are required, making it an attractive option for smaller operations.
Cons: #
- High Risk - With all control in the hands of one operator, the risks of loss or theft are much higher. Additionally, if the server goes offline, users lose access to the mint until it’s restored.
When to Use Cashu #
-
Rapid Deployment and Simple Integration - Great for projects that need to be launched quickly with minimal setup. Cashu has a much smaller codebase and is easier to understand and modify compared to Fedimint.
-
Localized or Small Community Solutions - Independent mints can be operated by trusted local entities to serve their communities, based on existing trust relationships and customized to local needs.
Products That Use Cashu #
Wallets #
Services #
For a comprehensive list of products and services that use Cashu visit Awesome Cashu.
Cashu Resources #
Cashu Documentation - Access the official Cashu documentation for detailed information on setup, usage, and integration.
Next, we do a technical deep dive into how Fedimint works.