SilentEdge
Trading vaults on Solana that keep your strategy secret
You tell a vault the price you want to buy or sell at — and nobody gets to see that number, not even the people running the vault. It sits encrypted until the market actually reaches it, then the trade fires on its own.
- ✓Your price thresholds stay encrypted inside Arcium's MPC network, so no single machine ever holds them
- ✓A trade only goes through once enough validators sign off together, using a BLS threshold signature
- ✓A 16-instruction Anchor program checks prices against Pyth and swaps through Jupiter
- ✓111 integration tests, running on devnet and against a mainnet fork
Written with an AI agent, then reviewed by hand against a threat model I wrote first.
- Rust
- Anchor
- Solana
- Arcium MPC
- Pyth
- Jupiter
- Next.js