aarushdex

aarushdex

A constant-product AMM on Solana. Swap, provide liquidity, keep your keys.

Every trade is priced by the same integer math the on-chain program runs, and signed in your browser. This server never sees a private key.

Browse markets

Constant product

x·y=k pricing with a configurable fee up to 10%, and a permanently locked minimum liquidity so share price can't be inflated.

Slippage enforced on chain

Your min_amount_out travels with the instruction. If the pool moves against you, the program reverts the trade.

Verified wallets

Linking an address requires an ed25519 signature over a single-use challenge. Claiming someone else's address doesn't work.