Launching today

Idem
Let AI agents reconcile & audit stablecoin payments
2 followers
Let AI agents reconcile & audit stablecoin payments
2 followers
Most stablecoin infra stops at settlement — matching transfers to ledger state is still manual. Idem gives AI agents an MCP server to reconcile transactions, roll back mismatches with compensating transactions, and write HMAC-signed audit trails before execution completes. Self-hosted, open source, running against a real ledger via docker-compose — not a hosted black box.


Hey PH 👋 I'm Italo, building Idem from Recife, Brazil.
I spent the last decade shipping fintech infrastructure — XP Inc, dLocal, Caliza — and kept hitting the same problem: fintechs moving money on stablecoin rails had no ledger that could account for both fiat and on-chain entries in the same double-entry model.
Everyone was building it from scratch, in spreadsheets, or bolting something onto Postgres at 2am before an audit.
So I built Idem.
What makes it different:
→ MonetaryEntry is a sealed class — FiatEntry or OnChainEntry. The double-entry invariant holds regardless of whether the entry is ACH or USDC on Base.
→ Chain readers for EVM, Solana, and Tron auto-post ledger entries when transfers confirm. PendingSettlement goes WATCHING → SETTLED automatically.
→ Agentic engine: PolicyGuard, AgentAuditEvent (written BEFORE execution, HMAC-signed), WorkflowOrchestrator, RollbackService. Exposed as MCP tools — Claude Code can reconcile your ledger and roll back failures.
→ Travel Rule (IVMS 101) detection. Non-blocking — transfers commit and queue for compliance review.
→ FSL licensed. Free to self-host forever. docker-compose up in 5 minutes.
The MCP demo video shows all of this running against a real local ledger — no staging data.
Would love your feedback, your star on GitHub, and especially to hear from anyone building cross-border payment infrastructure.
github.com/idem-finance/idem