mertilo
Solana devnet — fake SOL only. Get test tokens at faucet.solana.com. Do not connect a wallet holding real funds.
Devnet live · open source

A modular AMM on Solana,
built for institutional plug-ins.

x·y=k today. Allowlist pools, attestation-gated liquidity, and RWA bridges on the roadmap. Open source. Devnet live.

What's in the box

Open-source Solana program, TypeScript SDK, web app. Composable today, institutional-grade tomorrow.

Live

Constant-product AMM

x·y=k with configurable swap fees and a separate protocol fee. Math is checked u128 end-to-end; matched by a TypeScript parity SDK.

Live

Institutional allowlist

ProtocolConfig holds the registry of permitted token mints. Add-liquidity refuses unknown assets. The same code runs the public DEX and the institutional pools.

Roadmap

Ed25519 attestation bridge

Pool policy can require a registered AttestationRecord before mint. Designed to accept signed off-chain due-diligence (e.g. ImobRisk).