You cannot claw back a settled transfer.
Card payments have chargebacks. ACH has returns. A settled stablecoin transfer has neither: once it is on chain, it is final. That inverts the control model. There is no post-hoc recovery, so the pre-execution decision is the only control point you get. Axiru is the governance layer for enterprise stablecoin operations: policy evaluates every transfer intent before it is signed, and every decision seals into a hash-chained evidence ledger.
USDC on Solana, in early access.
The usdc_solana rail is active in the decision engine for early-access organizations. Pre-execution transfer decisions run through the same public API that governs every other rail.
Pre-execution transfer decisions
POST /api/v1/decisions accepts USDC-on-Solana transfer intents for early-access organizations. The engine evaluates policy before the transfer is signed or broadcast and returns allow, deny, or require_approval. Exact 6-decimal amounts end to end.
Rail-scoped policies
Policies match on the usdc_solana rail explicitly, so your stablecoin rules never bleed into your Stripe refund rules and vice versa. Same policy engine, same authoring surface, one more rail.
Velocity limits
Rolling-window limits evaluate real spend aggregates over prior authorizations. When aggregate data is unavailable the engine fails closed to approval rather than allowing silently.
Hash-chained decisions
Every stablecoin decision is sealed into the same SHA-256 hash-chained evidence ledger as every other rail, anchored to the canonical transfer fingerprint, with org kill-switch parity on the live path.
Early access means org-by-org rollout: we enable the rail for your organization, you run it against real transfer intents, and the canary gates widen as the surface proves out. Ask about early access.
Ready for OUSD at issuance.
Open Standard, the consortium behind Open USD, launched June 30, 2026 with 140+ companies and native issuance on Solana. The coin is not live yet. When it is, Axiru supports it from day one.
- Same rail, new mint: the Solana ingestion and decision path were built mint-parameterized. Pointing the rail at the OUSD mint at issuance is configuration, not a new integration.
- Policies carry over: rail-scoped policies, velocity limits, and approval routing written for USDC apply to OUSD the day the mint goes live. You do not re-author your controls per token.
- Honest status: OUSD support lands at issuance, not before. Nothing OUSD-specific is running in production today, because the coin does not exist in production today.
Evidence your examiner can take with them.
The GENIUS Act puts enterprise stablecoin operations under examiner scrutiny. Axiru's answer is the evidence ledger: every transfer decision already carries the policy versions evaluated, the initiator (human or agent), and the outcome, hash-chained and replayable.
- Shipping now (in build): GENIUS-Act-aligned stablecoin policy packs, agent attribution on every evidence record, and exportable examiner bundles are the active workstream on the public roadmap.
- Already in place: the underlying ledger the bundles export from. Decisions are sealed at write time, so examiner evidence is a projection of records that already exist, not a reconstruction at exam time.
Closing the loop: chain versus books.
A decision ledger tells you what was authorized. Reconciliation tells you whether the chain agrees. The matching engine shipped with the Solana rail; the persistence layer that wires it into the evidence ledger, with nightly and on-demand runs, is in build now.
Ingest the chain
Solana SPL transfer ingestion is CPI-aware, Token-2022 compatible, and resumable. The mint is a parameter, which is what makes new tokens on the same rail a configuration change rather than an engineering project.
Match chain against books
The reconciliation matcher anchors on transaction signatures with amount verification, falling back to deterministic amount-plus-time matching. Unknown-wallet detection fires even on matched transfers, which is the payout-redirect fraud shape.
Raise typed exceptions
Mismatches become typed exceptions, not log lines: missing on chain, missing in books, amount mismatch, unknown counterparty wallet. Each exception type carries its own resolution path.
Suspend autonomy on exceptions
When reconciliation finds an exception, agent autonomy on the affected surface is suspended until a human resolves it. An agent that cannot be reconciled does not keep spending.
Govern the transfer before it settles. There is no after.
Start with a Free Audit: connect read-only, replay your history, and see what your policies would have decided. Then ask about early access to the Solana rail.
Start in shadow mode first. Move to live enforcement later.