Documentation Index
Fetch the complete documentation index at: https://docs.nacrelabs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
This page is the canonical reference for every address and program ID Nacre
deploys. Each section is updated at the time of deployment; values marked
TBD are not yet deployed.
Always verify addresses against this page before interacting with Nacre.
The Nacre app and Reclaim CLI both pin these values; if anything you see in
your wallet doesn’t match, do not sign.
Mainnet (Pearl mainnet ↔ Solana mainnet-beta)
Pearl
| Item | Value |
|---|
| Cold Reserve address | TBD |
| Cold Reserve script-path leaf 0 (admin) | TBD |
| Validator quorum Pearl pubkey | TBD |
Solana
| Item | Address |
|---|
wPRL SPL mint | TBD |
nacre_two_way_peg program ID | TBD |
nacre_liquidity_management program ID | TBD |
nacre_layer_ca program ID | TBD |
nacre_layer_fee_management program ID | TBD |
nacre_protocol_config program ID | TBD |
nacre_validator_registry program ID | TBD |
Authorities & treasury
| Item | Address |
|---|
| Admin multisig (3-of-5, Solana) | TBD |
| Admin recovery pubkey (Pearl, MuSig2 of admin 3-of-5) | TBD |
| Protocol treasury | TBD |
| Validator margin pool | TBD |
Testnet (Pearl signet ↔ Solana devnet)
Pearl
| Item | Value |
|---|
| Cold Reserve address | TBD |
| Cold Reserve script-path leaf 0 (admin) | TBD |
| Validator quorum Pearl pubkey | TBD |
Solana
| Item | Address |
|---|
wPRL SPL mint | TBD |
nacre_two_way_peg program ID | TBD |
nacre_liquidity_management program ID | TBD |
nacre_layer_ca program ID | TBD |
nacre_layer_fee_management program ID | TBD |
nacre_protocol_config program ID | TBD |
nacre_validator_registry program ID | TBD |
Authorities & treasury
| Item | Address |
|---|
| Admin multisig (3-of-5, Solana) | TBD |
| Admin recovery pubkey (Pearl, MuSig2 of admin 3-of-5) | TBD |
| Protocol treasury | TBD |
| Validator margin pool | TBD |
Verifying addresses
The Nacre source repository at TBD pins every program ID and reserve address
in the workspace Anchor.toml and in nacre-types. To verify:
git clone TBD nacre && cd nacre
git tag -l # find the release you want
git checkout v<x.y.z>
grep -R "program_id" Anchor.toml
The Reclaim CLI also ships with these addresses baked in and rejects any
on-chain account that doesn’t match.