Joseph Vasapolli

Joseph Vasapolli

One API for every payment rail

About

Founder & Lead Architect, Sovereign Mesh Joseph Vasapolli is a developer and cybersecurity researcher specializing in autonomous, high-velocity financial infrastructure. As the architect of the "USA1" engine, he builds sovereign, edge-deployed networks that bypass legacy latency through deterministic mathematical modules and custom LAKA logic gates. With a focus on systemic protocol security, Joseph develops infrastructure that enables decentralized, multi-protocol liquidity sequestration and automated regulatory compliance. His mission is to deliver professional-grade, autonomous tools that empower financial entities to regain control over their operational velocity. He is currently scaling Sovereign Mesh and the ".vas" AI-driven framework to redefine institutional standards.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

  • Autonomous Mesh v3.0
    Autonomous Mesh v3.0Multi-rail payment routing for licensed fintechs
    Jul 2026
  • 🎉
    Joined Product HuntJuly 14th, 2026

Forums

Sovereign Mesh – Autonomous, self-balancing financial clearinghouse

Built for developers who need to control their own payment rails. No middleman, no lock-in, just raw settlement velocity

Modern financial infrastructure is gated, slow, and expensive. We built Sovereign Mesh to change that.

It is an open-source, autonomous financial clearinghouse designed to ingest, settle, and manage liquidity across multiple banking rails in real-time. Whether you are scaling a fintech app, managing a global treasury, or building autonomous payment workflows, Sovereign Mesh gives you the "sovereign" capability to route capital with zero manual intervention.

Autonomous liquidity settlement rails for sovereign assets.

Traditional banking rails are slow, centralized, and opaque. Every time you cross the bridge between fiat and digital assets, you encounter intermediaries that throttle liquidity and introduce massive security risks.

Sovereign Mesh is a production-hardened settlement engine that decouples your liquidity operations from legacy banking bottlenecks. It allows builders to bridge traditional fiat card rails (Visa/Mastercard/Amex) directly into a sovereign-grade ledger, enabling real-time, autonomous reconciliation without the need for high-fee third-party processors.

Key Features

  • Autonomous Settlement Gateway: A high-concurrency engine (Gunicorn/FastAPI) that manages bank-grade webhook ingestion.

  • Atomic Ledger: Built-in WAL-mode SQLite ledger ensures ACID-compliant settlement for every inbound transaction.

  • Sovereign Integration: Designed to mint/burn or credit balances against your proprietary sovereign frameworks instantly.

  • Hardened Security: HMAC-signature verification for all rail communications and a hardened firewalld perimeter.

  • Zero-Touch Watchdog: Continuous process monitoring and automated self-healing to guarantee 24/7 uptime.

Builder's note, a few hours in — the surprising thing I learned shipping this:

I set out to prove my settlement engine needed heavy infrastructure. Postgres, multiple nodes, the works. So before I built all that, I benchmarked it against plain SQLite on my own hardware.

SQLite won. Not close.

Even after I did Postgres right decoupled settlement from the audit log, deadlock-free concurrent writers, the whole thing scaling properly across cores SQLite in-process still beat it by a wide margin on a single box. So I shipped the simpler engine and I'll move to Postgres the day I actually outgrow one machine. Not a day before.

The core that's real today is the ledger underneath: it's tamper-evident (any post-hoc edit to history or balances breaks a hash chain and gets caught on verify), it conserves value to the cent under load, and it proves its own integrity you don't take my word for it, you run the check.

View more