Build, test and deploy stablecoin payments right from your laptop. Simulate invoices, subscriptions, or pay-per-API calls — then deploy anywhere in one click. Your cashflow earns yield by default. Open-source, portable, and built on modern standards (x402-ready).
Spin up your entire payment stack locally — product catalog, billing rules and test accounts — without touching external APIs. Simulate checkouts, test 402-gated endpoints, and preview your logic in a real sandbox before deployment. MoneyMQ runs offline, integrates seamlessly with your existing tools, and treats billing as declarative YAML code — ensuring your production setup is reproducible and predictable.
MoneyMQ comes with native support for x402 payment flows. It automatically provisions a local sandbox with all required components — letting you test, iterate, and deploy x402 integrations in minutes.
With an embedded MCP runtime, MoneyMQ connects your agent directly to your payment stack and codebase. This enables autonomous agents to design, test, and optimize payment strategies — using real context from your codebase and environment.
Your balances don’t just sit — they earn. Idle stablecoin liquidity is automatically routed to yield strategies, so your cashflow grows by default.
Install pre-built binaries:
# macOS (Homebrew)
brew install txtx/taps/moneymq
# Updating MoneyMQ for Homebrew users
brew tap txtx/taps
brew reinstall moneymqInstall from source:
# Clone repo
git clone https://github.com/txtx/moneymq.git
# Enter repo
cd moneymq
# Build
cargo moneymq-installOr use Docker:
docker run moneymq/moneymq --versionVerify installation:
moneymq --versionStart a local payment environment:
moneymq sandboxFrom there, you can:
- Define products, prices, and plans locally (or import from Stripe).
- Simulate checkout sessions and API metering.
- Test x402-gated endpoints before going live.
Start by starring the repository!
We are actively developing MoneyMQ and we welcome contributions from the community. If you'd like to get involved, here’s how:
-
Join the discussion on Discord
-
Explore and contribute to open issues: GitHub Issues
-
Get releases updates via X
Your contributions help shape the future of MoneyMQ.