Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

p0 Locker Contracts

Source-only public package for the live p0 Locker v2 Solana mainnet program.

Live Mainnet Program

  • Program: CWfQxGphydFcA8YK7HiK4SgEKV36Rn9KdKvZh5QobTEi
  • Explorer: https://explorer.solana.com/address/CWfQxGphydFcA8YK7HiK4SgEKV36Rn9KdKvZh5QobTEi
  • Runtime: Pinocchio v2
  • Network: Solana mainnet-beta

Included Files

  • 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.

Contract Scope

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages