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.
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.
x·y=k pricing with a configurable fee up to 10%, and a permanently locked minimum liquidity so share price can't be inflated.
Your min_amount_out travels with the instruction. If the pool moves against you, the program reverts the trade.
Linking an address requires an ed25519 signature over a single-use challenge. Claiming someone else's address doesn't work.