Skip to main content

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

ItemValue
Cold Reserve addressTBD
Cold Reserve script-path leaf 0 (admin)TBD
Validator quorum Pearl pubkeyTBD

Solana

ItemAddress
wPRL SPL mintTBD
nacre_two_way_peg program IDTBD
nacre_liquidity_management program IDTBD
nacre_layer_ca program IDTBD
nacre_layer_fee_management program IDTBD
nacre_protocol_config program IDTBD
nacre_validator_registry program IDTBD

Authorities & treasury

ItemAddress
Admin multisig (3-of-5, Solana)TBD
Admin recovery pubkey (Pearl, MuSig2 of admin 3-of-5)TBD
Protocol treasuryTBD
Validator margin poolTBD

Testnet (Pearl signet ↔ Solana devnet)

Pearl

ItemValue
Cold Reserve addressTBD
Cold Reserve script-path leaf 0 (admin)TBD
Validator quorum Pearl pubkeyTBD

Solana

ItemAddress
wPRL SPL mintTBD
nacre_two_way_peg program IDTBD
nacre_liquidity_management program IDTBD
nacre_layer_ca program IDTBD
nacre_layer_fee_management program IDTBD
nacre_protocol_config program IDTBD
nacre_validator_registry program IDTBD

Authorities & treasury

ItemAddress
Admin multisig (3-of-5, Solana)TBD
Admin recovery pubkey (Pearl, MuSig2 of admin 3-of-5)TBD
Protocol treasuryTBD
Validator margin poolTBD

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.