Automated liquidity infrastructure for an inflation-indexed flatcoin on Solana.
Client
IRMA / Flatcoin Protocol
Year
2026
Industry: DeFi / Flatcoin Infrastructure
Stack: Solana, Anchor (Rust), Meteora DLMM, TypeScript, Cloudflare Workers
Engagement type: End-to-end protocol build-out, from token issuance to production automation
The Challenge
Most flatcoins hold their value against a single fiat currency — which means they inherit that currency's inflation. Our client set out to build something different: a Solana-based flatcoin whose mint price adjusts upward over time to track inflation, backed by a diversified basket of other flatcoins rather than a single issuer or currency.
The idea is elegant. Building it is not. It requires:
An on-chain pricing engine that recalculates a compounding, time-weighted mint price on a schedule, without drift or rounding exploits.
A reserve system that can hold and account for a basket of different flatcoins simultaneously, each with its own decimal precision and token standard.
Deep, automated integration with a concentrated-liquidity DEX so that the token can actually be minted and redeemed on-chain, at the correct price, without manual intervention.
Infrastructure that runs unattended, every day, indefinitely — because a flatcoin that needs a human to babysit it isn't a flatcoin.
Verxon Labs was brought in to take this from a working pricing concept to a fully operational, multi-market protocol.
Why This Is Harder Than It Sounds
A conventional token swap is simple: two parties, one trade, done. An inflation-indexed flatcoin backed by a basket of reserves is a different category of problem, because every reserve asset needs its own liquidity position on-chain, and that position has to be actively managed as the market price moves.
We built on Meteora's DLMM (Dynamic Liquidity Market Maker), a concentrated-liquidity AMM design similar in spirit to Uniswap v3's tick ranges, but implemented natively for Solana's account model. DLMM lets liquidity be concentrated into narrow, discrete price "bins" instead of spread thinly across the entire price curve — capital-efficient, but it also means:
Liquidity positions have to be actively shifted as price moves out of range, or trading grinds to a halt.
Each price bin has underlying on-chain storage that must be initialized before it can be used — a detail with real compute-budget consequences at Solana's per-transaction compute-unit ceiling.
A basket-backed flatcoin needs this liquidity-management logic running correctly across every reserve asset, not just one.
None of this is exposed to end users. It's the invisible plumbing that has to work every single day for the protocol to function.
What We Built
Verxon Labs delivered the protocol in six phases, taking it from zero to a live, multi-market, self-operating system:
1. Token & reserve architecture. Issued the protocol's native token on SPL Token-2022 (Solana's newer token standard) and set up the multi-flatcoin reserve basket, with each reserve asset tracked independently on-chain for accounting and redemption.
2. Concentrated-liquidity pool design. Stood up a dedicated Meteora DLMM pool for every reserve pair, with bin step and fee parameters tuned to the protocol's target price behavior, and seeded initial liquidity to make each market immediately tradable.
3. On-chain program logic (Rust/Anchor). Implemented the core smart contract: an inflation-indexed pricing formula, atomic mint/redeem accounting across all reserves, and reserve-management instructions — all written in Rust on the Anchor framework and tested against a local validator before every deployment.
4. Integration testing across every market. Built a repeatable test harness covering minting, redemption, reserve-ratio integrity, and decimal-precision handling for each reserve asset, so every new market could be verified with the same automated checks rather than one-off manual QA.
5. Automated liquidity rebalancing. This was the centerpiece of the engagement: a scheduled automation layer (built on Cloudflare Workers) that runs daily, pulls a live inflation data feed, updates the on-chain mint price, and rebalances liquidity positions across every market to keep them centered on the current price — with zero manual intervention.
6. From single-market to config-driven, multi-market. The automation started life hardcoded to one flatcoin pair. We refactored it into a single, config-driven codebase that runs six independent markets from one deployment pipeline — each market defined entirely by environment configuration, so adding a seventh market is a configuration change, not a code change.
7. Documentation and handoff. A complete operations runbook, deployment scripts, and a verification checklist, so the client's team can operate, extend, and audit the system independently going forward.
Engineering Challenges We Solved
A few of the harder problems we ran into along the way:
Compute-budget tuning at Solana's transaction limits. Certain first-time liquidity operations require multiple on-chain initialization steps in a single transaction. We profiled real compute-unit consumption under production conditions and tuned transaction budgets to fit safely within Solana's per-transaction ceiling — the kind of constraint that only surfaces under real load, not in a local test environment.
Liquidity position lifecycle management. Concentrated-liquidity positions on DLMM go through several lifecycle states (open, active, out-of-range, closed) as price moves. We built the logic to detect and correctly transition positions through this lifecycle automatically, including recovery paths for positions left in an inconsistent state by earlier tooling.
Multi-asset reserve correctness. With multiple reserve assets of different decimal precisions and token standards operating under one pricing engine, we built and ran a dedicated correctness matrix (mint, redeem, reserve-ratio, decimal-handling) against every market to catch precision and accounting edge cases before they reached production.
Results
A working, multi-market DeFi protocol, live on Solana with automated daily operation — no manual mint-price updates, no manual liquidity management.
6 independent flatcoin markets running from a single, config-driven automation codebase instead of one-off, per-market scripts.
A full integration test suite covering mint, redeem, reserve-ratio, and decimal-precision correctness, repeatable for every current and future market.
Complete operational documentation, so the protocol isn't dependent on the original build team to keep running.
A clear, low-effort path to onboarding additional reserve assets in the future — purely through configuration.
Why This Matters Beyond This Project
Inflation-indexed, basket-backed flatcoins are a genuinely new category of on-chain financial primitive, and Solana's low fees and fast finality make it one of the few chains where the constant rebalancing this design requires is even economically viable. But the underlying engineering pattern here — automated, config-driven liquidity management across multiple concentrated-liquidity pools — applies well beyond flatcoins. Any DeFi protocol that needs to actively manage on-chain liquidity positions across multiple markets (multi-asset vaults, algorithmic market makers, cross-pair arbitrage systems) runs into the same class of problems: liquidity lifecycle management, compute-budget constraints, and the need for infrastructure that runs correctly without a human in the loop.
That's the kind of Solana and DeFi engineering work Verxon Labs specializes in — from Anchor/Rust smart contract development to the automation layer that keeps a protocol running in production.
Building on Solana?
If you're building a DeFi protocol, flatcoin, or any system that needs reliable on-chain automation, get in touch with Verxon Labs — we'd be glad to talk through your architecture.
Scope of Work











