Vawlt SlawthEnter

Security

What the code can and can't do

Program ID
Ap6U2RPXFdQTdYNfKsiX8nu7tgh3rXF1ReMe1bn2DZXx
Network
Solana mainnet
Custody
None. Users keep ZCAT; the program is a delegate on ZEC only.
Fee
2% of the yield, hard-capped at 2% in code and enforced to only ever go down, never of principal
Protected floor
Per wallet, set at delegation to the ZEC already held; changes only with the user's signature
Slippage guard
1% below the reference Raydium pool's price, checked on-chain after the swap; the pool's recorded price history must cover the market's window (15 minutes at launch) and be fresh, or the compound is refused outright
Swap venue
Jupiter, program address pinned in code; the route is checked before the program signs
Upgrade authority
Deployer wallet until the first real compounds are verified, then burned: the program is frozen before public launch
Verified build
Pending
Audits
Adversarial AI audits by Fable (Anthropic Claude Fable 5.1) and Astra, two rounds each, reports published unedited on the audits page. No third-party firm audit yet.

Inspect the program on Solscan, read the source, or read the audit reports.

The guarantees

The risks

How to verify it yourself

  1. Open your ZEC token account on Solscan. The delegate field shows the Vawlt's authority address and the allowance. Revoke it there any time.
  2. Open the program on Solscan and confirm the upgrade authority matches what this page says.
  3. Read the compound instruction in the source: the ZCAT destination is your associated token account, the Jupiter program address is a constant, and the floor on your enrollment is read, never written.