Everything you need to know about Sol Oasis — how the protocol works, the math behind it, and how governance is handled.
Sol Oasis is a StableSwap DEX built natively on Solana. It uses a specialized bonding curve (the StableSwap invariant) designed specifically for swapping assets that should trade at near 1:1 — like USDC and USDT.
Unlike constant-product AMMs (like Uniswap's x*y=k), Sol Oasis concentrates liquidity around the 1:1 price point. This means dramatically lower slippage for stablecoin swaps — making it the most capital-efficient way to swap stables on Solana.
The protocol is built from scratch in Rust using the Anchor framework. It is not a fork of Curve or any other protocol — it was purpose-built for Solana's architecture.
The StableSwap invariant is a hybrid between a constant-sum (x + y = k) and constant-product (x * y = k) curve. In simple terms:
Here's what that means in plain English:
When the pool is balanced (equal amounts of USDC and USDT), you get near-zero slippage. As the pool becomes imbalanced, slippage increases to protect liquidity providers — but it's still far less than a standard AMM.
Result: on a $10,000 USDC → USDT swap, you receive approximately $9,996 — compared to only ~$9,500–$9,800 on a constant-product AMM.
Sol Oasis uses a simple, transparent fee model:
Sol Oasis has on-chain multisig governancebaked directly into the AMM smart contract. This is not a separate DAO — it's a native feature of the protocol.
How it works:
This approach minimizes governance attack surface while keeping the protocol upgradeable by a trusted set of operators.
The Sol Oasis program is deployed on Solana devnet:
Key technical details:
Sol Oasis is designed with a minimal attack surface:
The protocol has not yet undergone a formal security audit. An audit is planned pending a Solana Foundation grant. The protocol is currently deployed on devnet only and should not be used with real funds until after an audit is complete.
If you are a security researcher and would like to review the code, please reach out. Responsible disclosure is appreciated.