Source-only public package for the live p0 Locker v2 Solana mainnet program.
- Program:
CWfQxGphydFcA8YK7HiK4SgEKV36Rn9KdKvZh5QobTEi - Explorer:
https://explorer.solana.com/address/CWfQxGphydFcA8YK7HiK4SgEKV36Rn9KdKvZh5QobTEi - Runtime: Pinocchio v2
- Network: Solana mainnet-beta
Cargo.toml: Rust package manifest for the contract.src/lib.rs: p0 Locker v2 program source with the live mainnet program ID.
This folder intentionally excludes deploy keypairs, local env files, target/build output, API code, frontend code, and generated artifacts.
p0 Locker v2 supports:
- token locks with unlock-date enforcement
- linear and arbitrary vesting schedules
- split vault groups for large locks
- Merkle distributor campaigns and claim records
- p0-managed oracle and milestone unlock conditions
- optional keeper reserve accounting
- SPL Token and Token-2022 token account custody checks
Custody is held by program-owned PDA vault token accounts. The program only signs token releases after the relevant unlock, vesting, oracle, claim, or cancel rule is satisfied.