Mainnet Checklist
Program IDs
Program
ID
Step 1 — Build Programs
# From repo root
cargo build-sbf --manifest-path programs/keystone-core/Cargo.toml
cargo build-sbf --manifest-path programs/keystone-alpha/Cargo.toml
cargo build-sbf --manifest-path programs/keystone-neutral/Cargo.toml
cargo build-sbf --manifest-path programs/keystone-defense/Cargo.toml
# Binaries land in:
# target/deploy/keystone_core.so
# target/deploy/keystone_alpha.so
# target/deploy/keystone_neutral.so
# target/deploy/keystone_defense.soStep 2 — Deploy Programs
Step 3 — Initialize Everything
Step
Action
Step 4 — Configure Neutral Fund (Manual)
4a. Jupiter Perps pool and custody addresses
4b. Enable Marginfi idle-capital parking (optional)
4c. Enable reverse basis (optional)
4d. Enable positive-APY guards
Step 5 — Start Keepers
Deployment Phases
Phase 1: Soft Launch (Weeks 1–4)
Phase 2: Beta (Weeks 5–8)
Phase 3: Post-Audit (Week 12+)
Pre-Launch Checklist
Code
Oracle
Protocol Integrations
Infrastructure
Rollback
Last updated